:root{--background:oklch(100% 0 0);--foreground:oklch(14.5% 0 0);--card:oklch(100% 0 0);--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:oklch(20.5% 0 0);--primary-foreground:oklch(98.5% 0 0);--secondary:oklch(97% 0 0);--secondary-foreground:oklch(20.5% 0 0);--muted:oklch(97% 0 0);--muted-foreground:oklch(55.6% 0 0);--accent:oklch(97% 0 0);--accent-foreground:oklch(20.5% 0 0);--destructive:oklch(57.7% .245 27.325);--border:oklch(92.2% 0 0);--input:oklch(92.2% 0 0);--ring:oklch(70.8% 0 0);--chart-1:oklch(87% 0 0);--chart-2:oklch(55.6% 0 0);--chart-3:oklch(43.9% 0 0);--chart-4:oklch(37.1% 0 0);--chart-5:oklch(26.9% 0 0);--radius:.625rem;--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:oklch(20.5% 0 0);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0);--font-title:"Agrandir", "Agrandir Grand", "Helvetica Neue", sans-serif;--font-body:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;font-family:var(--font-body);color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility}.auth-loading{background:var(--background);min-height:100vh;color:var(--muted-foreground);place-items:center;font-size:14px;display:grid}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(20.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(92.2% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(70.4% .191 22.216);--border:oklch(100% 0 0/.1);--input:oklch(100% 0 0/.15);--ring:oklch(55.6% 0 0);--chart-1:oklch(87% 0 0);--chart-2:oklch(55.6% 0 0);--chart-3:oklch(43.9% 0 0);--chart-4:oklch(37.1% 0 0);--chart-5:oklch(26.9% 0 0);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(92.2% 0 0);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(100% 0 0/.1);--sidebar-ring:oklch(55.6% 0 0)}.dark .bg-white,.dark .bg-white\/95{background-color:var(--card)}.dark .text-white{color:var(--primary-foreground)}*{box-sizing:border-box}html{background:var(--background)}body{background:var(--background);min-width:320px;min-height:100vh;color:var(--foreground);font-family:var(--font-body);margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-title)!important}button,input,select,textarea{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 0 2px var(--primary);outline:none}::selection{background:var(--accent);color:var(--accent-foreground)}input,select,textarea{border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);background:var(--background);width:100%;min-height:40px;color:var(--foreground);padding:9px 11px;transition:border-color .12s,box-shadow .12s}input::placeholder,textarea::placeholder{color:var(--muted-foreground)}input:focus,select:focus,textarea:focus{border-color:var(--ring);outline:none}input:focus-visible,select:focus-visible,textarea:focus-visible{border-color:var(--primary)}input:disabled,select:disabled,textarea:disabled,button:disabled{cursor:not-allowed;opacity:.5}label{color:var(--foreground);flex-direction:column;gap:7px;font-size:13px;font-weight:550;display:flex}.button,.primary-button,.mcp-primary,.save-general,.connect-btn,.members-heading button,.email-row button{border-radius:calc(var(--radius) - 2px);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 13px;font-size:13px;font-weight:600;transition:background .12s,border-color .12s,opacity .12s;display:inline-flex}.button-primary,.primary-button,.mcp-primary,.save-general,.members-heading button,.email-row button:not(:disabled){background:var(--primary);color:var(--primary-foreground)}.button-primary:hover,.primary-button:hover,.mcp-primary:hover,.save-general:hover,.members-heading button:hover,.email-row button:not(:disabled):hover{opacity:.9}.button-destructive{background:var(--destructive);color:var(--primary-foreground)}.button-destructive:hover{opacity:.9}.icon-button,.close-button,.member-modal header button,.chat-button{border-radius:calc(var(--radius) - 2px);width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.icon-button svg{display:block}.icon-button:hover,.close-button:hover,.member-modal header button:hover{background:var(--accent);color:var(--accent-foreground)}.switch{background:var(--input);cursor:pointer;border:0;border-radius:7px;flex:none;width:40px;height:22px;padding:2px;transition:background .14s}.switch span{background:var(--background);width:18px;height:18px;box-shadow:0 1px 2px color-mix(in oklch, var(--foreground) 18%, transparent);border-radius:8px;transition:transform .14s;display:block}.switch.is-checked{background:var(--primary)}.switch.is-checked span{background:var(--primary-foreground);transform:translate(18px)}.switch:disabled{cursor:not-allowed;opacity:.45}.onboarding-shell{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.privacy-page{background:var(--background);min-height:100dvh;color:var(--foreground)}.privacy-header{justify-content:space-between;align-items:center;max-width:1040px;margin:0 auto;padding:22px 28px;display:flex}.privacy-brand{color:var(--foreground);letter-spacing:-.055em;font-size:23px;font-weight:780;text-decoration:none}.privacy-hero,.privacy-commitments,.privacy-note,.privacy-footer{width:min(100% - 40px,920px);margin-inline:auto}.privacy-hero{text-align:center;max-width:760px;padding:80px 0 54px}.privacy-eyebrow{border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:12px;font-weight:650;display:inline-flex}.privacy-hero h1{letter-spacing:-.055em;max-width:680px;margin:18px auto 14px;font-size:clamp(38px,6vw,64px);line-height:1.02}.privacy-hero p{max-width:610px;color:var(--muted-foreground);margin:0 auto;font-size:17px;line-height:1.65}.privacy-commitments{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.privacy-commitments article,.privacy-note{border:1px solid var(--border);background:var(--card);border-radius:12px}.privacy-commitments article{padding:22px}.privacy-icon{background:var(--secondary);width:38px;height:38px;color:var(--primary);border-radius:9px;place-items:center;display:grid}.privacy-commitments h2,.privacy-note h2{letter-spacing:-.02em;margin:18px 0 7px;font-size:16px}.privacy-commitments p,.privacy-note p{color:var(--muted-foreground);margin:0;font-size:13px;line-height:1.6}.privacy-note{margin-top:12px;padding:24px}.privacy-note h2{margin-top:0}.privacy-footer{color:var(--muted-foreground);justify-content:space-between;margin-top:64px;padding:20px 0 30px;font-size:12px;display:flex}.privacy-footer a{color:var(--foreground);font-weight:650;text-decoration:none}@media (width<=680px){.privacy-header{padding-inline:20px}.privacy-hero{padding:56px 0 38px}.privacy-hero p{font-size:15px}.privacy-commitments{grid-template-columns:1fr}.privacy-footer{margin-top:36px}}.auth-card,.profile-card{flex-direction:column;align-items:center;width:100%;display:flex}.auth-card{max-width:400px}.extension-connect-card{text-align:center}.extension-connect-card .wordmark{margin-inline:auto}.extension-connect-icon{background:var(--muted);width:48px;height:48px;color:var(--foreground);border-radius:50%;place-items:center;margin:0 auto 16px;display:grid}.extension-connect-icon.success{background:color-mix(in oklch, #16a34a 14%, var(--background));color:#15803d}.extension-connect-card .subtitle{max-width:360px;line-height:1.55}.mcp-connect-page{color:#1a1c1c;min-height:100vh;font-family:var(--font-body);background:#faf9f9;grid-template-rows:64px 1fr auto;display:grid}.mcp-connect-header{background:#fff;border-bottom:1px solid #e3e2e2;align-items:center;gap:14px;padding:0 28px;display:flex}.mcp-connect-header img{filter:brightness(0);width:102px}.mcp-connect-header span{color:#737373;border-left:1px solid #e3e2e2;padding-left:14px;font-size:12px}.mcp-connect-header button{color:#434655;cursor:pointer;background:#fff;border:1px solid #e3e2e2;border-radius:8px;place-items:center;width:36px;height:36px;margin-left:auto;display:grid}.mcp-connect-header button:hover{color:#1a1c1c;background:#eeeeed}.mcp-connect-panel{background:#fff;border:1px solid #e3e2e2;border-radius:14px;flex-direction:column;place-self:center;align-items:stretch;width:min(100% - 40px,560px);padding:34px;display:flex;box-shadow:0 16px 48px #1a1c1c14}.mcp-connect-panel .extension-connect-icon{border-radius:12px;align-self:center;margin-bottom:14px}.mcp-connect-eyebrow{color:#737373;letter-spacing:.08em;text-transform:uppercase;align-self:center;font-size:11px;font-weight:700}.mcp-connect-panel h1{letter-spacing:-.035em;text-align:center;margin:7px 0 10px;font-size:28px}.mcp-connect-panel .subtitle{color:#737373;text-align:center;max-width:460px;margin:0 auto 22px;font-size:14px;line-height:1.55}.mcp-connect-permissions{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px;display:grid}.mcp-connect-permissions>span{color:#434655;background:#faf9f9;border:1px solid #eeeeed;border-radius:10px;align-items:flex-start;gap:9px;padding:12px;display:flex}.mcp-connect-permissions>span>span{gap:3px;display:grid}.mcp-connect-permissions strong{color:#1a1c1c;font-size:12px}.mcp-connect-permissions small{color:#737373;font-size:11px;line-height:1.35}.mcp-connect-panel .field-label{margin:0 0 7px;font-size:12px}.mcp-connect-panel .text-input{background:#faf9f9;border-color:#c4c5d8;border-radius:8px;min-height:46px;font-size:14px}.mcp-connect-panel .text-input:focus{border-color:#1a1c1c;box-shadow:0 0 0 3px #1a1c1c1f}.mcp-connect-panel .primary-button{background:#1a1c1c;border-color:#1a1c1c;border-radius:8px;min-height:46px;margin-top:12px;font-size:14px}.mcp-connect-panel .primary-button:hover:not(:disabled){background:#434655;border-color:#434655}.mcp-connect-footnote{color:#737373;text-align:center;margin:0;padding:0 20px 24px;font-size:11px}@media (width<=600px){.mcp-connect-header{padding:0 18px}.mcp-connect-header span{display:none}.mcp-connect-panel{padding:26px 20px}.mcp-connect-permissions{grid-template-columns:1fr}}.profile-card{max-width:480px}.wordmark{object-fit:contain;filter:brightness(0);width:136px;height:auto;margin-bottom:26px;display:block}.dark .wordmark,.dark .settings-brand img{filter:brightness(0)invert()}.auth-card h1,.profile-card h1{color:var(--foreground);letter-spacing:-.025em;text-align:center;margin:0 0 28px;font-size:26px;line-height:1.2}.profile-card h1{margin-bottom:6px}.subtitle{color:var(--muted-foreground);text-align:center;margin:0 0 22px;font-size:13px}.auth-card form,.profile-card form,.social-options{width:100%}.social-options{flex-direction:column;gap:8px;display:flex}.social-button{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--background);min-height:42px;color:var(--foreground);cursor:pointer;font-size:13px;font-weight:550;position:relative}.social-button:hover{background:var(--accent)}.provider-icon{object-fit:contain;width:18px;height:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.dark .provider-icon:not(.google-icon){filter:invert()}.divider{width:100%;color:var(--muted-foreground);align-items:center;gap:12px;margin:20px 0;font-size:11px;display:flex}.divider span{background:var(--border);flex:1;height:1px}.primary-button{width:100%;margin-top:14px}.auth-password-row{margin-top:14px}.password-field{display:block;position:relative}.password-field input{padding-right:42px}.password-field button{border-radius:calc(var(--radius) - 4px);width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;place-items:center;display:grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.password-field button:hover{background:var(--accent);color:var(--foreground)}.auth-error,.auth-info{margin:7px 0 0;font-size:11px;line-height:1.45}.auth-error{color:var(--destructive)}.auth-info{color:var(--muted-foreground)}.auth-switch{color:var(--muted-foreground);text-align:center;margin:16px 0 0;font-size:12px}.auth-switch button,.forgot-row button{color:var(--foreground);text-underline-offset:3px;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline}.forgot-row{justify-content:flex-end;margin-top:9px;display:flex}.forgot-row button{font-size:11px}.terms{max-width:330px;color:var(--muted-foreground);text-align:center;margin:16px auto 0;font-size:11px;line-height:1.5}.terms a,.resend-row button{color:var(--foreground);text-underline-offset:3px;font-weight:600;text-decoration:underline}.read-only-email{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--muted);min-height:40px;color:var(--muted-foreground);padding:10px 11px;font-weight:400;display:block}.code-label{margin-top:14px}.code-input{letter-spacing:.35em;text-align:center}.resend-row{color:var(--muted-foreground);justify-content:space-between;align-items:center;margin-top:9px;font-size:11px;display:flex}.resend-row button{cursor:pointer;background:0 0;border:0;padding:0}.preview-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);width:100%;margin-bottom:22px;overflow:hidden}.preview-banner{background:var(--muted);place-items:center;height:90px;display:grid}.preview-banner span{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--card);width:56px;height:38px;color:var(--muted-foreground);place-items:center;display:grid}.preview-banner i{display:none}.preview-person{align-items:center;gap:10px;padding:14px;display:flex}.preview-person>b,.profile-avatar,.workspace-monogram,.avatar-small,.member-name>b,.agent-icon,.app-logo{background:var(--secondary);color:var(--secondary-foreground);place-items:center;font-weight:650;display:grid}.preview-person>b{border-radius:50%;width:30px;height:30px;font-size:11px}.preview-person>div{flex-direction:column;flex:1;gap:5px;display:flex}.preview-person strong{font-size:12px}.preview-person i,.preview-person em{background:var(--muted);border-radius:999px;display:block}.preview-person i{width:96px;height:7px}.preview-person em{width:32px;height:14px}.name-fields{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field-help{color:var(--muted-foreground);margin:5px 0 16px;font-size:11px}.work-label{margin-top:8px}.select-wrap,.profile-select{display:block;position:relative}.select-wrap select,.profile-select select{appearance:none;cursor:pointer;padding-right:36px}.select-wrap svg,.profile-select svg{color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.qa-tip,.profile-tip{border-radius:calc(var(--radius) - 2px);background:var(--muted);color:var(--muted-foreground);align-items:flex-start;gap:8px;margin:10px 0 0;padding:10px;font-size:12px;line-height:1.45;display:flex}.qa-tip svg,.profile-tip svg{flex:none;margin-top:1px}.profile-button{margin-top:22px}.settings-shell{background:var(--background);height:100vh;min-height:100vh;color:var(--foreground);font-size:14px;display:flex;overflow:hidden}.settings-sidebar{border-right:1px solid var(--sidebar-border);background:var(--sidebar);width:260px;min-height:0;color:var(--sidebar-foreground);flex-direction:column;flex:0 0 260px;padding:18px 12px 12px;display:flex}.settings-brand{width:100%;min-height:42px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0 8px 14px;display:flex}.settings-brand:hover img{opacity:.68}.settings-brand:focus-visible{outline-offset:2px;border-radius:8px;outline:2px solid #1a1c1c}.settings-brand img{filter:brightness(0);width:88px}.settings-brand span{border-left:1px solid var(--sidebar-border);color:var(--muted-foreground);padding-left:10px;font-size:10px}.settings-nav{flex-direction:column;flex:1;gap:2px;min-height:0;display:flex;overflow-y:auto}.settings-nav p{color:var(--muted-foreground);letter-spacing:.01em;margin:20px 9px 7px;font-size:11px;font-weight:650;line-height:1.2}.settings-nav button,.back-app{border-radius:calc(var(--radius) - 2px);width:100%;min-height:35px;color:var(--muted-foreground);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:7px 9px;font-size:13px;display:flex}.settings-nav button svg,.back-app svg{flex:none}.settings-nav button:hover,.back-app:hover{background:var(--sidebar-accent);color:var(--sidebar-accent-foreground)}.settings-nav button.active{background:var(--sidebar-accent);color:var(--sidebar-accent-foreground);font-weight:600}.avatar-small{border-radius:calc(var(--radius) - 4px);width:22px;height:22px;font-size:10px}.back-app{border:1px solid var(--sidebar-border);border-radius:var(--radius);background:var(--sidebar-accent);color:var(--sidebar-accent-foreground);margin-top:14px;padding:9px 11px;font-size:12px;font-weight:600;transition:background .15s,border-color .15s,transform .15s;box-shadow:0 1px 2px #0000000d}.back-app:hover{border-color:var(--ring);transform:translateY(-1px)}.back-app:focus-visible{box-shadow:0 0 0 2px var(--primary);outline:none}.settings-main{background:var(--background);flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.settings-header{--dashboard-header-height:64px;border-bottom:1px solid var(--border);flex:0 0 64px;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex}.settings-header h1{letter-spacing:-.015em;margin:0;font-size:18px;font-weight:650}.settings-search-empty{color:var(--muted-foreground);margin:12px 9px;font-size:12px}.settings-actions{align-items:center;gap:4px;display:flex}.theme-toggle{position:relative;overflow:hidden}.theme-toggle svg{transition:transform .2s}.theme-toggle:hover svg{transform:rotate(-10deg)scale(1.06)}.onboarding-theme-toggle{z-index:10;background:var(--card);border-color:var(--border);align-items:center;gap:7px;width:auto;min-height:36px;padding:0 11px;font-size:12px;font-weight:600;display:inline-flex;position:fixed;top:20px;right:20px;box-shadow:0 1px 3px #00000014}.settings-content{flex:1;min-height:0;padding:28px 32px 56px;position:relative;overflow:auto}.billing-stack,.payment-stack,.cli-page,.mcp-page,.sdk-page,.members-page,.notifications-page,.general-settings,.integrations-page,.webhooks-page,.profile-settings{width:min(100%,820px);margin:0 auto}.settings-coming-soon{border:1px solid var(--border);background:var(--card);text-align:center;border-radius:14px;width:min(100%,820px);margin:0 auto;padding:72px 24px}.settings-coming-soon h2{margin:0 0 8px;font-size:22px}.settings-coming-soon p{color:var(--muted-foreground);margin:0;font-size:14px}.profile-settings{width:min(100%,640px)}.webhooks-page{width:min(100%,900px)}.billing-stack,.payment-stack{flex-direction:column;gap:14px;display:flex}.billing-stack h2,.payment-stack h2,.cli-page-heading h2,.integrations-toolbar h2,.members-heading h2,.mcp-section h2,.sdk-page>h2,.webhooks-page>h2,.profile-settings h2,.notifications-page>h2,.general-settings>h2{color:var(--foreground);letter-spacing:-.015em;margin:0;font-size:18px;font-weight:650}.billing-stack h2:not(:first-child){margin-top:10px}.billing-card,.cli-card,.notification-card,.webhooks-card,.app-card,.member-table,.agent-card,.token-row,.member-modal{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--card-foreground)}.billing-card{padding:20px}.plan-card{justify-content:space-between;align-items:center;gap:16px;display:flex}.plan-card h3,.price-card h3{margin:0 0 4px;font-size:17px;font-weight:650}.plan-card p,.sales-note,.payment-note{color:var(--muted-foreground);margin:0;font-size:13px}.usage-card{flex-direction:column;gap:11px;display:flex}.usage-heading span{align-items:center;gap:6px;font-weight:550;display:flex}.usage-heading small{color:var(--muted-foreground)}.usage-card strong{font-size:19px}.progress{background:var(--muted);border-radius:999px;height:6px;overflow:hidden}.progress i{background:var(--primary);width:0;height:100%;display:block}.billing-manage-page{flex-direction:column;gap:22px;display:flex}.billing-overview-card,.billing-security-note,.billing-usage-card,.billing-capabilities-card,.billing-plan-option{border:1px solid var(--border);background:var(--card);border-radius:12px}.billing-overview-card{justify-content:space-between;align-items:center;gap:24px;padding:24px;display:flex}.billing-overview-card h2,.billing-section-heading h2{letter-spacing:-.025em;margin:5px 0;font-size:24px}.billing-overview-card p,.billing-section-heading p,.billing-plan-option p,.billing-security-note p{color:var(--muted-foreground);margin:0;font-size:13px}.billing-usage-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.billing-usage-card{flex-direction:column;gap:18px;padding:19px;display:flex}.billing-usage-card>div:first-child{align-items:center;gap:12px;display:flex}.billing-usage-card>div:first-child>span{background:var(--muted);width:38px;height:38px;color:var(--foreground);border-radius:9px;place-items:center;display:grid}.billing-usage-card small,.billing-usage-card strong{display:block}.billing-usage-card small{color:var(--muted-foreground);margin-bottom:3px}.billing-usage-card strong{font-size:17px}.billing-usage-card p{color:var(--muted-foreground);margin:0;font-size:11px}.billing-capabilities-card{padding:22px}.billing-capabilities-card .billing-section-heading{margin-top:0}.billing-capabilities-card ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;margin:20px 0 0;padding:0;display:grid}.billing-capabilities-card li{min-width:0;color:var(--on-surface-variant,var(--muted-foreground));align-items:center;gap:9px;font-size:12px;list-style:none;display:flex}.billing-capabilities-card li svg{color:var(--primary);flex:none}.billing-section-heading{justify-content:space-between;align-items:end;gap:18px;margin-top:8px;display:flex}.billing-plan-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.billing-plan-option{flex-direction:column;min-width:0;padding:17px;display:flex}.billing-plan-option.current{border-color:var(--foreground);box-shadow:inset 0 0 0 1px var(--foreground)}.billing-plan-option header{justify-content:space-between;align-items:flex-start;gap:8px;min-height:82px;display:flex}.billing-plan-option h3{margin:0 0 5px;font-size:16px}.billing-plan-option header>span{background:var(--foreground);color:var(--background);white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:5px 7px;font-size:9px;font-weight:650;display:inline-flex}.billing-plan-option>strong{margin:16px 0 11px;font-size:13px}.billing-plan-option ul{flex-direction:column;flex:1;gap:9px;margin:0 0 18px;padding:0;display:flex}.billing-plan-option li{color:var(--muted-foreground);align-items:center;gap:7px;font-size:11px;list-style:none;display:flex}.billing-plan-option button{border:1px solid var(--border);background:var(--card);min-height:36px;color:var(--foreground);border-radius:8px;font-size:11px;font-weight:600}.billing-plan-option button:disabled{color:var(--muted-foreground);cursor:not-allowed}.billing-security-note{gap:12px;padding:18px;display:flex}.billing-security-note svg{flex:none}.billing-security-note strong{margin-bottom:5px;display:block}.billing-manage-modal header>div{display:block}.billing-manage-modal h3{margin:4px 0 0}.billing-provider-warning{background:var(--muted);color:var(--muted-foreground);border-radius:8px;gap:10px;margin:16px 0 20px;padding:13px;font-size:12px;line-height:1.5;display:flex}.billing-provider-warning svg{flex:none}@media (width<=1050px){.billing-plan-grid,.billing-usage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.billing-overview-card,.billing-section-heading{flex-direction:column;align-items:stretch}.billing-usage-grid,.billing-plan-grid,.billing-capabilities-card ul{grid-template-columns:1fr}.billing-overview-card .button{width:100%}}.upgrade-overlay{background:var(--background);flex-direction:column;align-items:center;min-height:100%;padding:40px 0;display:flex}.upgrade-overlay h2{text-align:center;margin:0 0 24px;font-size:22px;font-weight:650}.close-button{border:1px solid var(--border);background:var(--card);position:absolute;top:18px;right:20px}.pricing-grid{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);grid-template-columns:1fr 1fr;width:min(100%,760px);display:grid;overflow:hidden}.price-card{background:var(--card);padding:22px}.price-card+.price-card{border-left:1px solid var(--border)}.price{min-height:38px;margin-bottom:16px;font-size:28px;font-weight:700}.price small{color:var(--muted-foreground);font-size:11px;font-weight:400}.billing-toggle{border-top:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin:0 -22px 16px;padding:11px 22px;font-size:13px;display:flex}.current-plan{border-radius:calc(var(--radius) - 2px);background:var(--muted);min-height:38px;color:var(--muted-foreground);place-items:center;font-size:13px;display:grid}.full{width:100%;margin-bottom:16px}.price-card h4{margin:18px 0 10px;font-size:12px}.price-card ul{color:var(--muted-foreground);flex-direction:column;gap:9px;margin:0;padding:0;font-size:12px;list-style:none;display:flex}.price-card li{align-items:center;gap:8px;display:flex}.price-card li svg{color:var(--foreground)}.cli-page-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.cli-page-heading p,.sdk-page>p,.mcp-section p{color:var(--muted-foreground);margin:5px 0 0;font-size:13px}.cli-page-heading a,.webhooks-card>a{color:var(--foreground);align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.cli-page-heading a:hover,.webhooks-card>a:hover{text-underline-offset:3px;text-decoration:underline}.cli-card{flex-direction:column;gap:26px;padding:20px;display:flex}.cli-step{gap:13px;display:flex}.cli-step>b,.sdk-steps>b{background:var(--secondary);width:24px;height:24px;color:var(--secondary-foreground);border-radius:50%;flex:none;place-items:center;font-size:11px;display:grid}.cli-step>div,.sdk-steps>div{flex:1;min-width:0}.cli-step h3,.sdk-steps h3{margin:2px 0 12px;font-size:14px;font-weight:600}.sdk-page>h3{margin:7px 0 0;font-size:14px}.sdk-steps{gap:14px;margin-top:26px;display:flex}.sdk-tabs{border-radius:calc(var(--radius) - 2px);background:var(--muted);gap:3px;width:max-content;max-width:100%;padding:3px;display:flex;overflow-x:auto}.sdk-tabs button{border-radius:calc(var(--radius) - 4px);min-height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;padding:6px 11px;font-size:12px}.sdk-tabs button:hover{color:var(--foreground)}.sdk-tabs button.active{background:var(--background);color:var(--foreground);box-shadow:0 1px 2px color-mix(in oklch, var(--foreground) 8%, transparent);font-weight:600}.code-panel{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--muted);margin-top:13px;overflow:hidden}.code-panel>div{border-bottom:1px solid var(--border);background:var(--card);color:var(--muted-foreground);letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:8px 11px;font-size:10px;display:flex}.code-panel button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:11px;display:inline-flex}.code-panel button:hover{color:var(--foreground)}.code-panel pre{color:var(--foreground);margin:0;padding:16px;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.mcp-section{border-bottom:1px solid var(--border);padding:4px 0 24px}.mcp-section+.mcp-section{padding-top:24px}.mcp-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.mcp-empty{border:1px dashed var(--border);border-radius:var(--radius);color:var(--muted-foreground);text-align:center;flex-direction:column;align-items:center;padding:28px;display:flex}.mcp-empty h3{color:var(--foreground);margin:9px 0 3px;font-size:13px}.mcp-empty p{margin:0}.token-row{background:var(--muted);justify-content:space-between;align-items:center;gap:12px;padding:11px;display:flex}.token-row code{text-overflow:ellipsis;min-width:0;font-size:12px;overflow:hidden}.token-row button,.agent-card button,.invite-link button,.modal-link button,.webhook-row button{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--background);min-height:34px;color:var(--foreground);cursor:pointer;justify-content:center;align-items:center;gap:6px;padding:7px 10px;font-size:12px;font-weight:550;display:inline-flex}.token-row button:hover,.agent-card button:hover,.invite-link button:hover,.modal-link button:hover,.webhook-row button:hover{background:var(--accent)}.agent-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.agent-card{align-items:center;gap:10px;padding:12px;display:flex}.agent-card button{margin-left:auto}.agent-icon,.app-logo{border-radius:calc(var(--radius) - 3px);width:30px;height:30px;font-size:12px}.general-settings>h2{border-bottom:1px solid var(--border);padding-bottom:16px}.general-identity{align-items:flex-start;gap:20px;padding:20px 0;display:flex}.workspace-monogram{border-radius:var(--radius);width:72px;height:72px;font-size:26px}.general-identity label{flex:1}.general-settings hr{border:0;border-top:1px solid var(--border);margin:0}.general-settings section{padding:20px 0}.general-settings h3{margin:0 0 18px;font-size:15px;font-weight:650}.general-row{justify-content:space-between;align-items:center;gap:20px;margin:18px 0;display:flex}.general-row-title{align-items:center;gap:7px;font-weight:600;display:flex}.general-row-title span{border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;padding:2px 6px;font-size:10px;font-weight:500}.general-row p{color:var(--muted-foreground);margin:4px 0 0;font-size:12px;line-height:1.45}.access-select{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);background:var(--background);cursor:pointer;align-items:center;gap:7px;min-height:36px;padding:7px 10px;font-size:12px;display:inline-flex}.access-select:hover{background:var(--accent)}.save-general{margin:4px 0 28px}.integrations-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.integration-search{border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);background:var(--background);width:240px;min-height:38px;color:var(--muted-foreground);flex-direction:row;align-items:center;gap:7px;padding:0 10px;display:flex}.integration-search input{min-height:36px;box-shadow:none;background:0 0;border:0;padding:0}.app-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.app-card{flex-direction:column;padding:17px;display:flex}.app-card-title{align-items:center;gap:10px;margin-bottom:11px;display:flex}.app-card-title h3{margin:0;font-size:14px;font-weight:650}.app-card p{color:var(--muted-foreground);flex:1;margin:0 0 16px;font-size:12px;line-height:1.5}.connect-btn,.app-card .connected{align-self:flex-start;min-height:34px;padding:7px 10px}.connect-btn{border-color:var(--border);background:var(--background);color:var(--foreground)}.connect-btn:hover{background:var(--accent)}.app-card .connected{border:1px solid var(--primary);border-radius:calc(var(--radius) - 2px);background:var(--primary);color:var(--primary-foreground);cursor:pointer;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.member-setting{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:20px;padding:19px 0;display:flex}.member-setting h2,.members-heading h2{margin:0;font-size:14px;font-weight:650}.member-setting p,.members-heading p{color:var(--muted-foreground);margin:4px 0 0;font-size:12px}.invite-link{border:1px solid var(--border);border-radius:var(--radius);background:var(--muted);grid-template-columns:1fr auto;gap:8px;margin:16px 0 7px;padding:14px;display:grid}.invite-link small{color:var(--muted-foreground);grid-column:1/-1;font-size:11px;line-height:1.45}.invite-link a{color:var(--foreground);text-underline-offset:3px;font-weight:600;text-decoration:underline}.members-list{padding-top:24px}.members-heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:14px;display:flex}.member-table{overflow-x:auto}.member-row{border-bottom:1px solid var(--border);grid-template-columns:2fr 1fr 1fr 32px;align-items:center;gap:12px;min-width:620px;padding:12px 14px;font-size:12px;display:grid}.member-row:last-child{border-bottom:0}.member-head{background:var(--muted);color:var(--muted-foreground);letter-spacing:.03em;font-size:10px;font-weight:650}.member-name{align-items:center;gap:9px;display:flex}.member-name>b{border-radius:calc(var(--radius) - 3px);width:30px;height:30px}.member-name strong{flex-direction:column;gap:2px;min-width:0;display:flex}.member-name small{color:var(--muted-foreground);font-weight:400}.modal-backdrop{z-index:1000;background:color-mix(in oklch, var(--foreground) 38%, transparent);place-items:center;padding:16px;display:grid;position:fixed;inset:0}.member-modal{background:var(--popover);width:min(100%,500px);color:var(--popover-foreground);box-shadow:0 16px 40px color-mix(in oklch, var(--foreground) 16%, transparent);padding:20px}.member-modal header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.member-modal h3,.member-modal h4{margin:0 0 9px}.member-modal h3{font-size:16px}.member-modal h4{font-size:12px}.modal-link,.email-row{gap:8px;display:flex}.modal-link input,.email-row input{flex:1}.member-modal p{color:var(--muted-foreground);font-size:11px}.project-modal{border:1px solid var(--border);width:min(100%,720px);box-shadow:0 20px 50px color-mix(in oklch, var(--foreground) 18%, transparent);border-radius:14px;padding:28px}.project-modal header{margin-bottom:30px}.project-modal h3{letter-spacing:-.02em;font-size:22px}.project-modal header button{width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:inline-grid}.project-modal header button:hover{background:var(--muted);color:var(--foreground)}.project-modal label{color:var(--foreground);font-size:13px;font-weight:600;display:block}.project-modal input{border:1px solid var(--border);background:var(--background);border-radius:9px;width:100%;height:44px;margin-top:9px;padding:0 12px;font-size:14px}.project-modal input:focus{border-color:var(--border);box-shadow:none;outline:none}.project-modal .button-primary{border-radius:9px;min-height:42px;margin-top:18px;font-size:13px;font-weight:600}.project-modal .button-primary:not(:disabled){background:var(--primary);color:var(--primary-foreground)}.project-modal .button-primary:disabled{cursor:not-allowed;opacity:.55}.folder-create-backdrop{background:color-mix(in srgb, var(--on-surface,#1a1c1c) 28%, transparent);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.folder-create-modal{border-color:var(--border);background:var(--background);width:min(100%,560px);max-height:min(760px,100vh - 48px);box-shadow:0 24px 64px color-mix(in srgb, var(--on-surface,#1a1c1c) 18%, transparent);border-radius:16px;padding:0;overflow:auto}.folder-create-modal .folder-create-header{background:var(--background);border-bottom:0;grid-template-columns:40px minmax(0,1fr) 32px;align-items:start;gap:12px;margin:0;padding:24px 24px 18px;display:grid}.folder-create-icon{background:var(--muted);width:40px;height:40px;color:var(--foreground);box-shadow:none;border-radius:10px;place-items:center;display:grid}.folder-create-eyebrow{color:var(--on-surface,#1a1c1c);letter-spacing:.08em;text-transform:uppercase;margin:1px 0 5px;font-size:11px;font-weight:700;display:block}.folder-create-modal .folder-create-header h3{color:var(--on-surface,#1a1c1c);margin:0;font-size:20px}.folder-create-modal .folder-create-header p{color:var(--on-surface-variant,#434655);margin:6px 0 0;font-size:13px;line-height:1.45}.folder-create-modal>label{margin:4px 24px 0}.folder-create-modal>label input{background:var(--background);border-color:var(--border);height:46px}.folder-create-modal>label input:focus{border-color:var(--on-surface,#1a1c1c);background:var(--surface,#faf9f9);box-shadow:0 0 0 3px color-mix(in srgb, var(--on-surface,#1a1c1c) 8%, transparent)}.folder-create-modal>.settings-feedback{margin:12px 24px 0}.folder-create-actions{border-top:1px solid var(--outline-variant,#c4c5d8);background:var(--background);justify-content:flex-end;gap:8px;margin-top:24px;padding:16px 24px;display:flex}.folder-create-actions .button{min-height:40px;margin:0}.folder-member-picker{border:0;min-width:0;margin:22px 24px 0;padding:0}.folder-member-picker legend{color:var(--foreground);padding:0;font-size:13px;font-weight:650}.folder-member-picker>p{color:var(--muted-foreground);margin:5px 0 12px;font-size:12px}.folder-member-list{border:1px solid var(--border);border-radius:10px;max-height:216px;display:grid;overflow-y:auto}.folder-member-option{border:0;border-bottom:1px solid var(--border);background:var(--background);min-height:58px;color:var(--foreground);text-align:left;cursor:pointer;grid-template-columns:34px minmax(0,1fr) 22px;align-items:center;gap:10px;padding:9px 12px;display:grid}.folder-member-option:last-child{border-bottom:0}.folder-member-option:hover,.folder-member-option.is-selected{background:var(--muted)}.folder-member-option>span:nth-child(2){gap:2px;min-width:0;display:grid}.folder-member-option strong,.folder-member-option small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.folder-member-option strong{font-size:13px}.folder-member-option small{color:var(--muted-foreground);font-size:11px}.folder-member-avatar{background:var(--surface-container,#eeeded);border-radius:50%;place-items:center;width:34px;height:34px;font-size:12px;font-weight:700;display:grid}.folder-member-check{border:1px solid var(--border);border-radius:6px;place-items:center;width:20px;height:20px;display:grid}.folder-member-option.is-selected .folder-member-check{border-color:var(--foreground);background:var(--foreground);color:var(--background)}.folder-member-empty{color:var(--muted-foreground);text-align:center;padding:18px;font-size:12px}@media (width<=560px){.folder-create-backdrop{align-items:end;padding:8px}.folder-create-modal{border-radius:12px;width:100%}.folder-create-modal .folder-create-header{padding:20px 18px 18px}.folder-create-modal>label{margin-inline:18px}.folder-create-actions{padding-inline:18px}}.delete-project-modal>p{margin:0;line-height:1.5}.delete-project-actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.delete-project-actions .button{min-height:40px}.delete-project-actions .button-destructive:disabled{cursor:wait;opacity:.6}.notifications-page h3{margin:24px 0 20px;font-size:15px}.notifications-page h4{color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;margin:20px 0 8px;font-size:10px;font-weight:650}.notification-card{overflow:hidden}.notice-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:13px 14px;font-size:12px;display:flex}.notice-row:last-child{border-bottom:0}.notifications-footer{border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding-top:18px;font-size:12px;display:flex}.notifications-footer button{color:var(--foreground);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600}.chat-button{border:1px solid var(--border);background:var(--primary);width:42px;height:42px;color:var(--primary-foreground);box-shadow:0 4px 14px color-mix(in oklch, var(--foreground) 14%, transparent);border-radius:50%;position:fixed;bottom:22px;right:22px}.profile-avatar{border-radius:50%;width:76px;height:76px;margin:20px 0;font-size:24px;overflow:hidden}.profile-avatar-actions{gap:8px;margin:-8px 0 18px;display:flex}.profile-avatar-picker{color:var(--muted-foreground);cursor:pointer;align-items:center;gap:10px;font-size:12px;display:inline-flex}.profile-avatar-picker:hover{color:var(--foreground)}.profile-avatar-picker input,.profile-avatar-upload input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.profile-settings label{margin:14px 0}.readonly{background:var(--muted);color:var(--muted-foreground)}.profile-tip{margin:-3px 0 14px}.danger-zone{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;margin-top:26px;padding-top:20px;display:flex}.webhooks-card{margin-top:20px;padding:20px}.webhooks-card-title{border-bottom:1px solid var(--border);color:var(--muted-foreground);align-items:center;gap:9px;margin-bottom:18px;padding-bottom:12px;display:flex}.webhooks-card-title h3{color:var(--foreground);margin:0;font-size:15px}.webhook-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.webhook-row h4{margin:0 0 4px;font-size:14px}.webhook-row p{color:var(--muted-foreground);margin:0;font-size:12px}.webhooks-card>a{margin-top:16px}@media (width<=760px){.settings-sidebar{flex-basis:260px;width:260px}.settings-header{padding:0 20px}.settings-content{padding:24px 20px 48px}.pricing-grid{grid-template-columns:1fr}.price-card+.price-card{border-top:1px solid var(--border);border-left:0}.app-grid{grid-template-columns:1fr}}@media (width<=600px){.settings-shell{flex-direction:column;height:auto;min-height:100vh;overflow:visible}.settings-sidebar{border-right:0;border-bottom:1px solid var(--sidebar-border);flex:none;width:100%;height:auto;padding:10px 12px}.settings-brand{padding-bottom:8px}.settings-nav{flex-direction:row;padding-bottom:2px;overflow-x:auto}.settings-nav p,.back-app{display:none}.settings-nav button{width:auto;min-width:max-content}.settings-main{min-height:0}.settings-header{flex-basis:54px;height:54px}.settings-content{padding:22px 16px 44px;overflow:visible}.plan-card,.general-row,.member-setting,.webhook-row,.notifications-footer{flex-direction:column;align-items:flex-start}.plan-card .button,.webhook-row button{width:100%}.mcp-heading,.integrations-toolbar,.cli-page-heading{flex-direction:column;align-items:stretch}.mcp-primary,.integration-search{width:100%}.agent-grid,.invite-link{grid-template-columns:1fr}.invite-link small{grid-column:1}.modal-link,.email-row{flex-direction:column}.chat-button{bottom:14px;right:14px}}@media (width<=520px){.onboarding-shell{align-items:flex-start;padding:44px 18px}.name-fields{grid-template-columns:1fr}.profile-card h1{font-size:24px}.general-identity{flex-direction:column}.usage-heading{flex-direction:column;align-items:flex-start;gap:4px}}.dashboard-shell{background:var(--background);width:100%;height:100vh;min-height:0;color:var(--foreground);display:flex;overflow:hidden}.dashboard-sidebar{border-right:1px solid var(--border);background:var(--card);flex-direction:column;flex:0 0 260px;align-self:flex-start;width:260px;height:100vh;min-height:0;padding:16px;transition:width .18s,flex-basis .18s,padding .18s;display:flex;position:sticky;top:0;overflow:hidden}.dashboard-sidebar:has(.delete-project-modal){z-index:1001;overflow:visible}.sidebar-empty{color:var(--muted-foreground);margin:5px 8px 2px 31px;font-size:11px;line-height:1.4}.dashboard-sidebar.collapsed .sidebar-empty{display:none}.workspace-switcher{margin-bottom:22px;position:relative}.workspace-button{background:var(--muted);width:100%;color:var(--foreground);text-align:left;cursor:pointer;cursor:default;border:0;border-radius:8px;align-items:center;gap:9px;padding:9px 8px;font-size:13px;display:flex}.workspace-avatar-trigger{cursor:pointer;background:0 0;border:0;border-radius:50%;flex:0 0 32px;place-items:center;width:32px;height:32px;padding:0;display:inline-grid}.workspace-name-button{min-width:0;color:inherit;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:0;flex:1;margin:0;padding:0;font-weight:600;overflow:hidden}.workspace-button span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.workspace-button svg{color:var(--muted-foreground);transition:transform .14s}.workspace-button svg.rotated{transform:rotate(180deg)}.workspace-avatar{background:var(--muted);width:32px;height:32px;color:var(--foreground);border-radius:50%;flex:0 0 32px;place-items:center;font-size:11px;font-weight:700;display:inline-grid;overflow:hidden}.workspace-avatar.large{width:30px;height:30px}.workspace-avatar img,.profile-avatar img,.avatar-small img{object-fit:cover;width:100%;height:100%}.dashboard-sidebar.collapsed .workspace-switcher{width:40px}.dashboard-sidebar.collapsed .workspace-button{background:0 0;border-radius:50%;width:40px;min-height:40px;padding:4px}.dashboard-sidebar.collapsed .workspace-avatar{background:var(--muted);width:32px;height:32px;color:var(--foreground);flex-basis:32px;font-weight:700}.dashboard-sidebar.collapsed .nav-section,.dashboard-sidebar.collapsed .checklist,.dashboard-sidebar.collapsed .connectors-anchor{display:none}.dashboard-sidebar.collapsed .dashboard-sidebar-bottom{margin-top:auto}.dashboard-sidebar.collapsed .dashboard-nav-item{width:36px;height:36px;min-height:36px;margin-inline:auto}.workspace-menu{z-index:10;border:1px solid var(--border);background:var(--popover);border-radius:10px;width:100%;padding:6px;position:absolute;top:calc(100% + 5px);left:0;overflow:hidden;box-shadow:0 12px 30px #0000001f}.workspace-menu-current{align-items:center;gap:8px;padding:7px;font-size:12px;display:flex}.workspace-menu-current span:nth-child(2){flex:1}.workspace-menu-current em{border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal}.workspace-menu button{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:8px;font-size:12px;display:flex}.workspace-menu button:hover{background:var(--muted)}.workspace-menu button>svg:last-child{margin-left:auto}.workspaces-page,.pricing-page{color:#1a1c1c;background:#faf9f9;min-height:100vh}.pricing-header{background:#fff;border-bottom:1px solid #e3e2e2;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;height:64px;padding:0 32px;display:grid}.pricing-header img{filter:brightness(0);grid-column:2;width:100px}.pricing-header>button{color:#434655;min-height:36px;font:inherit;cursor:pointer;background:#faf9f9;border:1px solid #e3e2e2;border-radius:9px;grid-column:1;justify-self:start;align-items:center;gap:8px;padding:0 11px 0 9px;font-size:12px;font-weight:650;transition:background .14s,border-color .14s,color .14s,transform .14s;display:inline-flex}.pricing-header>button:hover{color:#1a1c1c;background:#eeeeed;border-color:#c4c5d8}.pricing-header>button:active{transform:translate(-1px)}.pricing-header>span{color:#737373;grid-column:3;justify-self:end;align-items:center;gap:6px;font-size:11px;display:inline-flex}.pricing-content{width:min(100% - 48px,1320px);margin:0 auto;padding:54px 0 64px}.pricing-hero{text-align:center}.pricing-hero>span{color:#737373;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:700}.pricing-hero h1{letter-spacing:-.06em;margin:13px 0 0;font-size:clamp(42px,5vw,68px);line-height:.98}.pricing-hero p{color:#737373;max-width:720px;margin:18px auto 0;font-size:14px;line-height:1.6}.pricing-toolbar{justify-content:flex-end;align-items:center;gap:10px;margin:36px 0 16px;display:flex}.pricing-toolbar>div{background:#eeeeed;border-radius:10px;padding:3px;display:inline-flex}.pricing-toolbar button{color:#737373;min-width:88px;height:36px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:12px;font-weight:650}.pricing-toolbar button.active{color:#1a1c1c;background:#fff;box-shadow:0 1px 3px #1a1c1c1f}.pricing-toolbar .pricing-currency{background:0 0;border-radius:0;padding:0;display:block;position:relative}.pricing-currency-trigger{justify-content:center;align-items:center;gap:6px;min-width:88px;display:inline-flex;color:#434655!important;background:#eeeeed!important;border-radius:10px!important;height:42px!important}.pricing-currency-trigger:hover,.pricing-currency-trigger[aria-expanded=true]{color:#1a1c1c!important;background:#e3e2e2!important}.pricing-currency-trigger svg{transition:transform .16s}.pricing-currency-trigger[aria-expanded=true] svg{transform:rotate(180deg)}.pricing-currency-menu{z-index:5;background:#fff;border:1px solid #e3e2e2;border-radius:10px;gap:3px;width:136px;padding:4px;display:grid;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 28px #1a1c1c24}.pricing-currency-menu button{color:#434655;text-align:left;border-radius:7px;align-items:center;gap:9px;width:100%;min-width:0;height:36px;padding:0 10px;display:flex}.pricing-currency-menu button:hover,.pricing-currency-menu button.selected{color:#1a1c1c;background:#eeeeed}.pricing-currency-menu button>span{font-size:11px}.pricing-plan-grid{background:#fff;border:1px solid #1a1c1c;border-radius:16px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:hidden}.pricing-plan-card{background:#fff;flex-direction:column;min-width:0;padding:26px 22px;display:flex;position:relative}.pricing-plan-card+.pricing-plan-card{border-left:1px solid #e3e2e2}.pricing-plan-card.enterprise{color:#fff;background:#1a1c1c}.pricing-popular{color:#fff;background:#1a1c1c;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:750;position:absolute;top:17px;right:16px}.pricing-plan-card h2{letter-spacing:-.045em;margin:0;padding-right:68px;font-size:30px;font-weight:600}.pricing-audience{flex-wrap:wrap;align-content:flex-start;gap:5px;min-height:61px;padding-top:14px;display:flex}.pricing-audience span{color:#434655;background:#faf9f9;border:1px solid #e3e2e2;border-radius:999px;align-items:center;height:24px;padding:0 8px;font-size:10px;font-weight:650;display:inline-flex}.enterprise .pricing-audience span{color:#eee;background:#2b2d2d;border-color:#434655}.pricing-price{letter-spacing:-.04em;min-height:45px;margin-top:16px;font-size:31px;font-weight:720}.pricing-price small{color:#737373;letter-spacing:0;font-size:9px;font-weight:550}.pricing-cycle{color:#737373;min-height:17px;margin:1px 0 0;font-size:10px}.pricing-description{color:#737373;min-height:96px;margin:14px 0 20px;font-size:12px;line-height:1.55}.enterprise .pricing-description,.enterprise .pricing-cycle,.enterprise .pricing-price small{color:#c4c5d8}.pricing-plan-action{color:#fff;min-height:42px;font:inherit;cursor:pointer;background:#1a1c1c;border:1px solid #1a1c1c;border-radius:8px;font-size:12px;font-weight:700}.pricing-plan-action:hover{background:#434655}.enterprise .pricing-plan-action{color:#1a1c1c;background:#fff;border-color:#fff}.pricing-divider{background:#e3e2e2;height:1px;margin:24px 0 19px}.enterprise .pricing-divider{background:#434655}.pricing-feature-heading{margin-bottom:13px;font-size:11px}.pricing-plan-card ul{gap:11px;margin:0;padding:0;display:grid}.pricing-plan-card li{color:#434655;align-items:flex-start;gap:7px;font-size:11px;line-height:1.4;list-style:none;display:flex}.pricing-plan-card li svg{flex:none;margin-top:1px}.enterprise li{color:#eeeeed}.pricing-comparison{margin-top:64px}.pricing-comparison-heading{text-align:center;max-width:660px;margin:0 auto 20px}.pricing-comparison-heading>span{color:#737373;letter-spacing:.09em;text-transform:uppercase;font-size:11px;font-weight:700}.pricing-comparison-heading h2{letter-spacing:-.045em;margin:10px 0 0;font-size:clamp(28px,3vw,40px)}.pricing-comparison-heading p{color:#737373;margin:10px 0 0;font-size:13px;line-height:1.55}.pricing-table-scroll{background:#fff;border:1px solid #c4c5d8;border-radius:12px;overflow-x:auto}.pricing-table-scroll:focus-visible{outline-offset:3px;outline:3px solid #615fff}.pricing-table-scroll table{border-collapse:collapse;text-align:left;width:100%;min-width:780px}.pricing-table-scroll th,.pricing-table-scroll td{border-bottom:1px solid #e3e2e2;padding:14px 18px;font-size:12px;line-height:1.35}.pricing-table-scroll thead th{color:#fff;background:#1a1c1c;font-size:11px;font-weight:700}.pricing-table-scroll thead th:first-child{width:40%}.pricing-table-scroll thead th:not(:first-child){text-align:center}.pricing-table-scroll tbody>tr:not(.pricing-table-group):last-child td,.pricing-table-scroll tbody>tr:not(.pricing-table-group):last-child th{border-bottom:0}.pricing-table-scroll tbody th[scope=row]{color:#1a1c1c;font-weight:600}.pricing-table-scroll td{color:#434655;text-align:center}.pricing-table-group th{color:#434655;letter-spacing:.07em;text-align:left;text-transform:uppercase;background:#eeeeed;border-bottom:1px solid #c4c5d8;font-size:10px;font-weight:750}.pricing-table-scroll .included{color:#1a1c1c}.pricing-table-scroll .included svg{margin:0 auto;display:block}.pricing-table-scroll .not-included{color:#a3a3a3}.pricing-note{background:#fff;border:1px solid #e3e2e2;border-radius:12px;gap:12px;max-width:760px;margin:26px auto 0;padding:18px;display:flex}.pricing-note svg{flex:none}.pricing-note strong{font-size:13px;display:block}.pricing-note p{color:#737373;margin:5px 0 0;font-size:11px;line-height:1.5}.dark .pricing-page{color:#f5f5f5;background:#0b0c0c}.dark .pricing-header{background:#1a1c1c;border-color:#434655}.dark .pricing-header img{filter:brightness(0)invert()}.dark .pricing-header>button{color:#eeeeed;background:#272929;border-color:#434655}.dark .pricing-header>button:hover{color:#fff;background:#343636;border-color:#747687}.dark .pricing-header>span{color:#c4c5d8}.dark .pricing-hero>span,.dark .pricing-hero p{color:#a3a3a3}.dark .pricing-toolbar>div{background:#272929}.dark .pricing-toolbar button{color:#c4c5d8}.dark .pricing-toolbar button.active{color:#1a1c1c;box-shadow:none;background:#f5f5f5}.dark .pricing-currency-trigger{color:#eeeeed!important;background:#272929!important}.dark .pricing-currency-trigger:hover,.dark .pricing-currency-trigger[aria-expanded=true]{color:#fff!important;background:#343636!important}.dark .pricing-currency-menu{background:#1a1c1c;border-color:#434655;box-shadow:0 14px 32px #00000061}.dark .pricing-currency-menu button{color:#eeeeed}.dark .pricing-currency-menu button:hover,.dark .pricing-currency-menu button.selected{color:#fff;background:#343636}.dark .pricing-plan-grid{background:#1a1c1c;border-color:#434655}.dark .pricing-plan-card{color:#f5f5f5;background:#1a1c1c}.dark .pricing-plan-card+.pricing-plan-card{border-color:#434655}.dark .pricing-plan-card.enterprise{background:#272929}.dark .pricing-popular{color:#1a1c1c;background:#f5f5f5}.dark .pricing-audience span{color:#eeeeed;background:#272929;border-color:#434655}.dark .enterprise .pricing-audience span{color:#fff;background:#343636;border-color:#747687}.dark .pricing-price small,.dark .pricing-cycle,.dark .pricing-description{color:#c4c5d8}.dark .pricing-plan-action{color:#1a1c1c;background:#f5f5f5;border-color:#f5f5f5}.dark .pricing-plan-action:hover{background:#e3e2e2}.dark .enterprise .pricing-plan-action{color:#1a1c1c;background:#fff;border-color:#fff}.dark .pricing-divider,.dark .enterprise .pricing-divider{background:#434655}.dark .pricing-plan-card li,.dark .enterprise li{color:#eeeeed}.dark .pricing-comparison-heading>span,.dark .pricing-comparison-heading p{color:#a3a3a3}.dark .pricing-table-scroll{background:#1a1c1c;border-color:#434655}.dark .pricing-table-scroll th,.dark .pricing-table-scroll td{border-color:#343636}.dark .pricing-table-scroll thead th{background:#272929}.dark .pricing-table-scroll tbody th[scope=row]{color:#f5f5f5}.dark .pricing-table-scroll td{color:#c4c5d8}.dark .pricing-table-group th{color:#c4c5d8;background:#272929;border-color:#434655}.dark .pricing-table-scroll .included{color:#f5f5f5}.dark .pricing-table-scroll .not-included{color:#747687}.dark .pricing-note{background:#1a1c1c;border-color:#434655}.dark .pricing-note p{color:#c4c5d8}@media (width<=1080px){.pricing-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-plan-card+.pricing-plan-card{border-left:0}.pricing-plan-card:nth-child(2n){border-left:1px solid #e3e2e2}.pricing-plan-card:nth-child(n+3){border-top:1px solid #e3e2e2}.dark .pricing-plan-card:nth-child(2n),.dark .pricing-plan-card:nth-child(n+3){border-color:#434655}}@media (width<=650px){.pricing-header{padding:0 18px}.pricing-header>span{display:none}.pricing-content{width:min(100% - 28px,1320px);padding-top:38px}.pricing-plan-grid{grid-template-columns:1fr}.pricing-plan-card:nth-child(2n){border-left:0}.pricing-plan-card+.pricing-plan-card{border-top:1px solid #e3e2e2}.pricing-toolbar{justify-content:center}.pricing-comparison{margin-top:46px}.pricing-table-scroll th,.pricing-table-scroll td{padding:12px 14px}}.workspaces-page>header{background:#fff;border-bottom:1px solid #e3e2e2;align-items:center;gap:24px;height:64px;padding:0 32px;display:flex}.workspaces-page>header img{filter:brightness(0);width:100px}.workspaces-page>header button{color:#434655;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;font-size:13px;display:inline-flex}.workspaces-content{width:min(100% - 48px,980px);margin:0 auto;padding:56px 0}.workspaces-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.workspaces-heading span{color:#737373;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700}.workspaces-heading h1{letter-spacing:-.04em;margin:7px 0 0;font-size:30px}.workspaces-heading p{color:#737373;max-width:570px;margin:8px 0 0;font-size:13px;line-height:1.55}.workspaces-grid{gap:12px;display:grid}.workspace-choice-card{color:#1a1c1c;width:100%;font:inherit;text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e2e2;border-radius:12px;align-items:center;gap:15px;padding:16px;display:flex;box-shadow:0 1px 2px #1a1c1c08}.workspace-choice-card:hover:not(:disabled){background:#faf9f9;border-color:#a3a3a3}.workspace-choice-avatar{color:#fff;background:#1a1c1c;border-radius:10px;flex:0 0 46px;place-items:center;width:46px;height:46px;font-size:18px;font-weight:700;display:grid;overflow:hidden}.workspace-choice-avatar img{object-fit:cover;width:100%;height:100%}.workspace-choice-copy{flex:1;gap:5px;display:grid}.workspace-choice-copy strong{font-size:15px}.workspace-choice-copy small{color:#737373;text-transform:capitalize;align-items:center;gap:5px;font-size:11px;display:flex}.workspace-active-badge,.workspace-open-label{color:#434655;background:#eeeeed;border-radius:999px;align-items:center;gap:5px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.workspace-active-badge{color:#16833e;background:#e2f7e8}.workspace-create-modal{width:min(100% - 32px,480px)}.workspace-create-modal h2{margin:7px 0 8px}.workspace-create-modal>p{color:#737373;margin:0 0 22px;font-size:13px;line-height:1.5}.workspace-create-modal label{color:#434655;gap:8px;font-size:12px;font-weight:650;display:grid}.workspace-create-modal input{color:#1a1c1c;min-height:44px;font:inherit;background:#faf9f9;border:1px solid #c4c5d8;border-radius:8px;padding:0 12px}@media (width<=640px){.workspaces-content{width:min(100% - 28px,980px);padding-top:32px}.workspaces-heading{flex-direction:column;align-items:flex-start}}.dashboard-nav{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex:1;min-height:0;overflow-y:auto}.dashboard-nav::-webkit-scrollbar{width:4px}.dashboard-nav::-webkit-scrollbar-track{background:0 0}.dashboard-nav::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}.dashboard-nav-item,.nav-section-heading{width:100%;min-height:35px;color:var(--muted-foreground);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;padding:7px 9px;font-size:13px;display:flex}.dashboard-nav-item:hover,.dashboard-nav-item.active,.nav-section-heading:hover{background:var(--muted);color:var(--foreground)}.project-nav-row{position:relative}.project-nav-row .dashboard-nav-item{padding-right:42px}.project-nav-row:hover .dashboard-nav-item,.project-nav-row.is-active .dashboard-nav-item{background:var(--muted);color:var(--foreground)}.project-more-button{width:28px;height:28px;color:var(--muted-foreground);opacity:0;pointer-events:none;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;transition:opacity .12s,background-color .12s,color .12s;display:inline-grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.project-nav-row:hover .project-more-button,.project-nav-row.is-active .project-more-button,.project-more-button:focus-visible{opacity:1;pointer-events:auto}.project-more-button:hover{background:var(--background);color:var(--foreground)}.nav-section-heading{text-transform:none;justify-content:space-between;min-height:24px;padding-top:0;padding-bottom:4px;font-size:11px;font-weight:600}.nav-section-heading span{align-items:center;gap:6px;display:flex}.direct-avatar{background:var(--surface-container,#eeeeed);width:20px;height:20px;color:var(--on-surface,#1a1c1c);border-radius:50%;flex:0 0 20px;place-items:center;font-size:8px;font-weight:700;display:inline-grid;overflow:hidden}.direct-avatar img{object-fit:cover;width:100%;height:100%}.dashboard-nav-icon:has(.direct-avatar){flex-basis:20px;width:20px;height:20px}.dashboard-sidebar.collapsed .workspace-button{justify-content:center;padding-inline:4px}.dashboard-sidebar.collapsed .workspace-button span:nth-child(2),.dashboard-sidebar.collapsed .workspace-button>svg{display:none}.dashboard-sidebar.collapsed .dashboard-nav-item{justify-content:center;gap:0;padding-inline:7px}.dashboard-sidebar.collapsed .dashboard-nav-item>span,.dashboard-sidebar.collapsed .nav-section-heading>span{font-size:0}.dashboard-sidebar.collapsed .dashboard-nav-item.indent{padding-left:7px}.dashboard-sidebar.collapsed .nav-section-heading{justify-content:center;padding-inline:7px}.dashboard-sidebar.collapsed .nav-section-heading>svg{display:none}.dashboard-sidebar.collapsed .checklist-body,.dashboard-sidebar.collapsed .checklist-toggle>span,.dashboard-sidebar.collapsed .checklist-toggle>svg,.dashboard-sidebar.collapsed .sidebar-footer>div{display:none}.dashboard-sidebar.collapsed .checklist-toggle{justify-content:center;padding:9px 0}.dashboard-sidebar.collapsed .sidebar-footer>button{display:inline-grid}.dashboard-sidebar-bottom{margin-top:auto;padding-top:15px}.checklist{border:1px solid var(--border);background:var(--card);transform-origin:bottom;border-radius:10px;transition:opacity .26s,transform .26s,box-shadow .26s}.checklist.is-completing{border-color:color-mix(in srgb, var(--primary) 35%, var(--border));box-shadow:0 5px 18px color-mix(in srgb, var(--primary) 16%, transparent)}.checklist.is-completing .checklist-spinner{background:var(--primary);animation:.52s cubic-bezier(.2,.8,.2,1) both checklist-complete-pop}.checklist.is-completing .checklist-spinner:after{background:var(--primary)}.checklist.is-completing .checklist-spinner:before{content:"✓";z-index:1;color:#fff;text-align:center;font-size:13px;font-weight:700;line-height:22px;position:absolute;inset:0}@keyframes checklist-complete-pop{0%{opacity:.65;transform:scale(.8)}65%{transform:scale(1.16)}to{opacity:1;transform:scale(1)}}.checklist-toggle{width:100%;color:var(--muted-foreground);text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:10px;font-size:12px;display:flex}.checklist-body{opacity:0;border-top:0 solid var(--border);max-height:0;padding:0 10px;transition:max-height .22s,opacity .16s,padding .22s;overflow:hidden}.checklist-body.is-open{opacity:1;border-top-width:1px;max-height:260px;padding:11px 10px}.checklist-summary{align-items:center;gap:9px;margin-bottom:13px;display:flex}.checklist-summary strong,.checklist-summary small{display:block}.checklist-summary strong{font-size:11px}.checklist-summary small{color:var(--muted-foreground);margin-top:3px;font-size:10px}.checklist-spinner{background:conic-gradient(var(--primary) var(--checklist-progress,0%), var(--border) 0);border:0;border-radius:50%;flex:0 0 22px;width:22px;height:22px;position:relative}.checklist-spinner:after{content:"";background:var(--card);border-radius:50%;position:absolute;inset:3px}.check-item{width:100%;min-height:31px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:11px;display:flex;position:relative}.check-item:hover:not(:disabled){color:var(--primary)}.check-item:not(:last-child):before{content:"";border-left:1px solid var(--border);height:20px;position:absolute;top:23px;left:8px}.check-empty,.check-done{border:1px solid var(--border);background:var(--card);z-index:1;border-radius:50%;flex:0 0 17px;place-items:center;width:17px;height:17px;display:inline-grid}.check-done{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.check-item .done{color:var(--muted-foreground);text-decoration:line-through}.sidebar-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:14px;padding-top:15px;display:flex}.sidebar-footer button{border:1px solid var(--border);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:50%;place-items:center;display:inline-grid}.sidebar-footer>div{align-items:center;gap:5px;display:flex}.integration-dot{border:2px solid var(--card);color:#fff;background:#4a154b;border-radius:50%;place-items:center;width:24px;height:24px;font-size:10px;font-weight:700;display:inline-grid}.integration-dot.jira{background:#e57373}.sidebar-close{display:none}.sidebar-topbar{align-items:center;gap:7px;margin-bottom:14px;display:flex}.sidebar-topbar .workspace-switcher{flex:1;min-width:0;transition:flex-basis .18s,margin .18s}.sidebar-collapse-toggle{border:1px solid var(--border);background:var(--card);width:30px;height:30px;color:var(--muted-foreground);cursor:pointer;border-radius:7px;flex:0 0 30px;place-items:center;display:inline-grid}.dashboard-primary-nav,.sidebar-section-items{flex-direction:column;gap:4px;display:flex}.dashboard-nav-item{min-height:36px}.dashboard-nav-icon{flex:0 0 18px;place-items:center;width:18px;height:18px;display:inline-grid}.dashboard-nav-icon>svg{stroke-width:1.8px;width:18px;height:18px}.nav-section-header{align-items:center;gap:3px;display:flex}.nav-section-heading{min-width:0;min-height:26px;color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;border-radius:6px;flex:1;padding:0 8px 5px;font-size:10px;font-weight:650}.nav-section-add{width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;flex:0 0 24px;place-items:center;display:inline-grid}.nav-section-add:hover{background:var(--muted);color:var(--foreground)}.sidebar-empty{color:var(--muted-foreground);margin:5px 9px 0;font-size:11px}.dashboard-sidebar.collapsed .sidebar-topbar .workspace-switcher{flex:0 36px;min-width:0;display:flex;overflow:hidden}.dashboard-sidebar.collapsed .sidebar-collapse-toggle{flex-basis:36px;width:36px;height:36px}.dashboard-sidebar.collapsed .nav-section-header{display:none}.dashboard-sidebar.collapsed .nav-section{margin-top:16px}.dashboard-sidebar.collapsed .checklist{display:none}.dashboard-sidebar.collapsed .dashboard-sidebar-bottom{padding-top:10px}.sidebar-popover-anchor{position:relative}.sidebar-popover{z-index:45;border:1px solid var(--border);background:var(--card);width:218px;color:var(--foreground);border-radius:9px;padding:11px;position:absolute;bottom:calc(100% + 8px);left:0;box-shadow:0 10px 24px #0000001f}.sidebar-popover strong{font-size:12px;display:block}.sidebar-popover p{color:var(--muted-foreground);margin:5px 0 10px;font-size:11px;line-height:1.4}.help-actions>button{white-space:nowrap;border-radius:6px;flex:none;justify-content:center;align-items:center;width:auto;min-height:28px;padding:0 9px;font-size:11px;line-height:1;display:inline-flex}.help-actions>button:first-child{color:#fff;background:#111;border-color:#111}.help-actions>button:first-child:hover{background:#2f2f2f;border-color:#2f2f2f}.help-actions{gap:6px;display:flex}.connectors-anchor{margin-left:auto}.connectors-trigger{min-width:28px;padding:0 6px;border-radius:7px!important;width:auto!important}.connector-icons{align-items:center;display:flex}.connector-icons .integration-dot{margin-right:-7px}.integration-dot.linear{background:var(--foreground)}.connectors-popover{width:236px;left:auto;right:0}.connector-option{text-align:left;align-items:center;gap:8px;font-size:11px;width:100%!important;height:34px!important;color:var(--foreground)!important;background:0 0!important;border:0!important;border-radius:6px!important;padding:4px!important;display:flex!important}.connector-option:hover{background:var(--muted)!important}.connector-option .integration-dot{border-width:1px;width:22px;height:22px}.connector-state{color:var(--muted-foreground);margin-left:auto;font-size:10px}.connector-state.connected{color:var(--primary);font-weight:650}.dashboard-sidebar.collapsed .sidebar-footer{justify-content:space-between}.dashboard-sidebar.collapsed .sidebar-footer>div{display:block}.dashboard-sidebar.collapsed .connectors-trigger{display:inline-grid}.dashboard-sidebar.collapsed .connector-icons{display:none}.dashboard-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.dashboard-header{--dashboard-header-height:64px;border-bottom:1px solid var(--border);background:var(--card);flex:0 0 64px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:20px;height:64px;padding:0 28px;display:grid}.dashboard-search{z-index:1;top:calc(var(--dashboard-header-height) / 2);background:var(--muted);width:min(720px,100vw - 232px);color:var(--muted-foreground);border:0;border-radius:12px;flex-direction:row;grid-column:2;align-items:center;gap:8px;padding:0 15px;display:flex;position:fixed;left:50%;transform:translate(-50%,-50%)}.dashboard-search input{min-width:0;min-height:38px;box-shadow:none;background:0 0;border:0;flex:1;padding:0;font-size:13px}.dashboard-search-shortcut{color:var(--muted-foreground);align-items:center;gap:4px;margin-left:auto;font-size:11px;font-weight:650;display:inline-flex}.dashboard-search-shortcut kbd{border:1px solid var(--border);background:var(--card);min-width:22px;height:22px;color:inherit;font:inherit;border-radius:6px;place-items:center;padding:0 5px;display:grid}.notification-anchor{position:relative}.sidebar-notification-anchor{flex:0 0 34px}.sidebar-notification-button{color:var(--muted-foreground);place-items:center;padding:0;line-height:0;display:grid}.sidebar-notification-button>svg{margin:auto;display:block}.sidebar-notification-popover{width:min(360px,100vw - 24px);inset:auto auto calc(100% + 10px) 0}.sidebar-notification-popover:before{inset:auto auto -5px 14px;transform:rotate(225deg)}.notification-popover{z-index:20;border:1px solid var(--border);background:var(--card);border-radius:10px;width:360px;padding:0;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 12px 28px #0000001f}.notification-popover:before{content:"";border-top:1px solid var(--border);border-left:1px solid var(--border);background:var(--card);width:9px;height:9px;position:absolute;top:-5px;right:15px;transform:rotate(45deg)}.notification-popover-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.notification-popover-header strong{font-size:14px}.notification-popover-header button,.notification-settings-link{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:600}.notification-popover-header button:hover,.notification-settings-link:hover{color:var(--foreground)}.notification-items{max-height:360px;overflow-y:auto}.notification-item{border:0;border-bottom:1px solid var(--border);background:var(--card);width:100%;color:var(--foreground);text-align:left;cursor:pointer;grid-template-columns:30px minmax(0,1fr);gap:10px;padding:12px 16px;display:grid}.notification-item:hover,.notification-item.is-unread{background:var(--muted)}.notification-item-icon{background:var(--background);border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.notification-item>span:last-child{gap:3px;min-width:0;display:grid}.notification-item strong{font-size:12px}.notification-item small{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.notification-item time{color:var(--muted-foreground);font-size:10px}.notification-settings-link{text-align:left;width:100%;padding:12px 16px}.notification-dot{border:2px solid var(--background);background:var(--foreground);min-width:16px;height:16px;color:var(--background);border-radius:8px;place-items:center;padding:0 4px;font-size:8px;font-weight:700;display:grid;position:absolute;top:0;right:-2px}.notification-popover-header span,.notification-popover p{color:var(--muted-foreground);font-size:11px}.notification-popover p{text-align:center;margin:18px 0 4px}.dashboard-icon-button{width:34px;height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;display:inline-grid;position:relative}.dashboard-icon-button:hover{background:var(--muted);color:var(--foreground)}.dashboard-icon-button i{background:var(--destructive);border-radius:50%;width:6px;height:6px;position:absolute;top:7px;right:7px}.outline-button{border:1px solid var(--border);background:var(--card);min-height:36px;color:var(--primary);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:7px 12px;font-size:12px;font-weight:600;display:inline-flex}.outline-button:hover{background:var(--muted)}.dashboard-mobile-menu{display:none}.dashboard-content{background:var(--muted);flex:1;min-height:0;padding:28px;overflow-y:auto}.collection-heading{width:min(100%,1220px);margin:0 auto 20px}.collection-back{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;padding:0;font-size:12px}.collection-back:hover{color:var(--foreground)}.investigation-page{max-width:1180px}.investigation-hero{justify-content:space-between;align-items:center;gap:24px;margin-top:20px;display:flex}.investigation-hero h1{margin:6px 0 10px;font-size:clamp(28px,4vw,42px)}.investigation-hero p,.investigation-hero p svg,.investigation-details dt,.investigation-evidence-list li{align-items:center;gap:8px;display:flex}.investigation-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:20px;display:grid}.investigation-detail-grid h2{margin:0 0 18px}.investigation-details,.investigation-evidence-list{gap:14px;margin:0;padding:0;display:grid}.investigation-details div{gap:5px;display:grid}.investigation-details dt,.investigation-evidence-list small{color:var(--secondary,#737373);font-size:13px}.investigation-details dd{overflow-wrap:anywhere;margin:0}.investigation-evidence-list li{justify-content:space-between;list-style:none}.investigation-evidence-list li svg{color:var(--on-surface-variant,#434655)}.investigation-evidence-list li span{flex:1}@media (width<=720px){.investigation-detail-grid{grid-template-columns:1fr}.investigation-hero{flex-direction:column;align-items:flex-start}}.collection-heading h1{letter-spacing:-.03em;margin:12px 0 3px;font-size:24px}.collection-heading p{color:var(--muted-foreground);margin:0;font-size:12px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 316px;gap:24px;width:min(100%,1220px);margin:0 auto;display:grid}.dashboard-primary-column,.dashboard-context{flex-direction:column;gap:24px;display:flex}.dashboard-card{border:1px solid var(--border);background:var(--card);border-radius:10px;padding:20px;box-shadow:0 1px 2px #00000008}.dashboard-section-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.dashboard-section-heading h2,.dashboard-card h2{letter-spacing:-.02em;margin:0;font-size:18px;font-weight:650;font-family:var(--font-title)!important}.dashboard-section-heading button,.text-action{color:var(--primary);cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:12px;font-weight:600;display:inline-flex}.attention-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.attention-item{border:1px solid var(--border);background:var(--card);text-align:left;cursor:pointer;border-radius:9px;align-items:center;gap:11px;min-width:0;padding:13px 12px;display:flex}.attention-item:hover{box-shadow:0 5px 14px #00000012}.attention-icon{border-radius:50%;flex:0 0 42px;place-items:center;width:42px;height:42px;display:inline-grid}.attention-item strong,.attention-item small{display:block}.attention-item>span:last-child{flex-direction:column;justify-content:flex-start;align-self:stretch;display:flex}.attention-item strong{margin-bottom:5px;font-size:22px;line-height:1}.attention-item small{color:var(--muted-foreground);font-size:10px;line-height:1.25}.attention-bug .attention-icon{background:color-mix(in oklch, var(--destructive) 11%, transparent);color:var(--destructive)}.attention-mention .attention-icon{color:#9333ea;background:oklch(55.7537% .252488 302.321/.12)}.attention-resolved .attention-icon{color:#15803d;background:oklch(72.2746% .192007 149.579/.13)}.attention-folder .attention-icon{background:var(--primary-container);color:var(--primary)}.attention-card{background:var(--card);border-color:#0000;border-radius:12px;padding:12px;box-shadow:0 4px 18px #0000000d}.attention-card .dashboard-section-heading{margin:4px 12px 12px}.attention-card .attention-grid{gap:12px}.attention-card .attention-item{background:var(--muted);border:0;border-radius:9px;gap:18px;min-height:104px;padding:14px 18px}.attention-card .attention-item:hover{background:color-mix(in oklch, var(--muted) 82%, var(--foreground));box-shadow:none}.attention-card .attention-icon{width:40px;height:40px;color:var(--foreground);background:0 0;border-radius:0;flex-basis:40px}.attention-card .attention-item>span:last-child{box-sizing:border-box;justify-content:center}.attention-card .attention-item strong{margin-bottom:4px;font-size:20px;font-weight:500}.attention-card .attention-item small{white-space:nowrap;font-size:12px;line-height:1.35}.attention-card .attention-bug .attention-icon,.attention-card .attention-mention .attention-icon,.attention-card .attention-resolved .attention-icon,.attention-card .attention-folder .attention-icon{color:var(--foreground);background:0 0}.dashboard-table-wrap{overflow-x:auto}.recent-card .dashboard-table-wrap.is-empty{flex-direction:column;min-height:138px;display:flex}.recent-card .dashboard-table-wrap.is-empty .dashboard-empty{text-align:center;flex:1;place-items:center;margin:0;display:grid}.work-card>.dashboard-empty{text-align:center;place-items:center;min-height:96px;margin:0;display:grid}.dashboard-table{table-layout:fixed;border-collapse:collapse;text-align:left;width:100%;min-width:700px;font-size:12px}.dashboard-table th{border-bottom:1px solid var(--border);color:var(--muted-foreground);padding:0 10px 10px;font-size:10px;font-weight:600}.dashboard-table th:first-child,.dashboard-table td:first-child{width:40%;padding-left:0}.dashboard-table th:nth-child(2),.dashboard-table td:nth-child(2){width:100px}.dashboard-table th:nth-child(3),.dashboard-table td:nth-child(3){width:190px}.dashboard-table th:nth-child(4),.dashboard-table td:nth-child(4){width:110px}.dashboard-table th:nth-child(5),.dashboard-table td:nth-child(5){width:104px}.dashboard-table th:nth-child(6),.dashboard-table td:nth-child(6){width:38px}.dashboard-table td{border-bottom:1px solid var(--border);color:var(--muted-foreground);white-space:nowrap;padding:13px 10px}.dashboard-table tr:hover td{background:var(--muted)}.dashboard-table tbody tr{transition:background-color .14s}.dashboard-investigation-row{cursor:pointer}.dashboard-investigation-row:focus-visible td{background:var(--muted)}.dashboard-table tbody tr:last-child td{border-bottom:0}.jam-title,.owner{color:var(--foreground);align-items:center;gap:8px;display:flex}.jam-title strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:min(100%,520px);font-weight:600;display:block;overflow:hidden}.jam-title{min-width:0;overflow:hidden}.investigation-reference{border:1px solid var(--border);background:var(--card);width:auto;height:22px;color:var(--foreground);cursor:copy;border-radius:5px;flex:none;align-items:center;padding:0 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.investigation-reference:hover{background:var(--muted)}.investigation-reference:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.jam-title.without-icon,.work-row-title.without-icon{padding-left:28px}.jam-icon{flex:0 0 20px;place-items:center;width:20px;height:20px;display:inline-grid}.jam-icon:empty{display:none}.jam-bug{color:var(--destructive)}.jam-discussion{color:var(--secondary)}.jam-resolved{color:#16a34a}.jam-upgrade{color:#d97706}.avatar-circle{background:var(--secondary);width:24px;height:24px;color:var(--secondary-foreground);border-radius:50%;flex:0 0 24px;place-items:center;font-size:8px;font-weight:700;display:inline-grid}.status-badge{border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:10px;font-weight:600;display:inline-flex}.status-badge i{background:currentColor;border-radius:50%;width:5px;height:5px}.status-draft{color:#626262;background:oklch(55.5527% 0 none/.13)}.status-processing{color:#434655;background:oklch(55.5527% 0 none/.13)}.status-ready{color:#1a1c1c;background:oklch(22.4305% .00304381 196.939/.1)}.status-started{color:#626262;background:oklch(55.5527% 0 none/.13)}.status-in-progress{color:#434655;background:oklch(39.7292% .0255778 276.282/.12)}.status-blocked{color:#b45309;background:oklch(66.584% .157422 58.3184/.13)}.status-completed{color:#15803d;background:oklch(72.2746% .192007 149.579/.14)}.status-failed{color:#ba1a1a;background:oklch(50.6025% .192652 27.7018/.12)}.table-more{width:26px;height:26px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;place-items:center;display:inline-grid}.table-more:hover,.table-more:focus-visible{background:var(--muted);color:var(--foreground);border-radius:6px;outline:none}.dashboard-empty{color:var(--muted-foreground);margin:20px 0 0;font-size:12px}.all-aproows-empty{text-align:center;width:100%;margin-top:64px}.work-card h2{margin-bottom:14px}.work-tabs{border-bottom:1px solid var(--border);gap:21px;margin-bottom:1px;display:flex;overflow-x:auto}.work-tabs button{color:var(--muted-foreground);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 2px 11px;font-size:12px;font-weight:600}.work-tabs button.active{border-bottom-color:var(--primary);color:var(--primary)}.work-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;padding:14px 0;display:flex}.work-row-title{align-items:flex-start;gap:10px;min-width:0;display:flex}.work-row-title>div{min-width:0}.work-row-title strong,.work-row-title small{display:block}.work-row-title strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.work-row-title small{color:var(--muted-foreground);margin-top:4px;font-size:10px}.work-row-meta{color:var(--muted-foreground);align-items:center;gap:15px;font-size:10px;display:flex}.work-card>.text-action{margin-top:13px}.usage-card h2{margin-bottom:18px}.usage-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.usage-heading h3{color:var(--primary);margin:0 0 4px;font-size:15px;font-weight:600}.usage-heading p{color:var(--muted-foreground);margin:0;font-size:11px}.usage-line{margin-top:18px}.usage-line>div:first-child{justify-content:space-between;margin-bottom:6px;font-size:11px;display:flex}.usage-line strong{font-weight:600}.usage-progress{background:var(--surface-container-high,var(--muted));border-radius:999px;height:7px;overflow:hidden}.usage-progress i{border-radius:inherit;background:var(--primary);height:100%;display:block}.usage-progress .progress-tertiary{background:#9333ea}.usage-footer{border-top:1px solid var(--border);margin-top:20px;padding-top:17px}.activity-card{flex-direction:column;min-height:420px;display:flex}.activity-card>.dashboard-empty{text-align:center;flex:1;place-items:center;margin:0;display:grid}.activity-list{flex-direction:column;display:flex}.activity-row{border-bottom:1px solid var(--border);align-items:flex-start;gap:9px;padding:13px 0;display:flex}.activity-row:last-child{border-bottom:0}.activity-copy{flex:1;min-width:0}.activity-copy p{color:var(--muted-foreground);margin:0;font-size:11px;line-height:1.4}.activity-copy p:first-child{color:var(--foreground)}.activity-copy p:first-child span{color:var(--muted-foreground)}.activity-status{color:#15803d;background:oklch(72.2746% .192007 149.579/.14);border-radius:4px;margin-top:5px;padding:3px 6px;font-size:9px;font-weight:700;display:inline-block}.activity-row time{color:var(--muted-foreground);flex:none;font-size:9px}.dashboard-sidebar-backdrop{display:none}@media (width<=1120px){.dashboard-grid{grid-template-columns:1fr}.dashboard-context{grid-template-columns:1fr 1fr;align-items:start;display:grid}.activity-card{min-height:0}}@media (width<=760px){.dashboard-sidebar{z-index:30;height:100vh;transition:transform .18s;position:fixed;top:0;bottom:0;left:0;transform:translate(-102%);box-shadow:12px 0 30px #0000001a}.dashboard-sidebar.mobile-open{transform:translate(0)}.dashboard-sidebar.collapsed{flex-basis:260px;width:260px;padding-inline:16px}.dashboard-sidebar-backdrop.show{z-index:20;background:#00000040;display:block;position:fixed;inset:0}.sidebar-close{background:var(--card);display:grid;position:absolute;top:14px;right:-44px}.dashboard-mobile-menu{display:grid}.dashboard-header{gap:10px;padding:0 16px;display:flex}.dashboard-search,.dashboard-shell .dashboard-search{flex:1;width:auto;position:static;top:auto;left:auto;transform:none}.dashboard-search-shortcut{display:none}.dashboard-content{padding:18px 16px 36px}.attention-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-context{grid-template-columns:1fr}}.dashboard-sidebar{overflow:visible}.sidebar-collapse-toggle{z-index:5;border-radius:50%;width:30px;height:30px;position:absolute;top:22px;right:-15px;box-shadow:0 1px 3px #00000014}.dashboard-sidebar.collapsed .sidebar-collapse-toggle{width:30px;height:30px;right:-15px}.dashboard-sidebar.collapsed .sidebar-footer{justify-content:center;align-items:center}.dashboard-sidebar.collapsed .sidebar-footer>.connectors-anchor{display:none}.dashboard-sidebar.collapsed .sidebar-footer>.sidebar-popover-anchor:not(.connectors-anchor){margin:0;display:block}.dashboard-sidebar.collapsed .sidebar-footer>.sidebar-popover-anchor:not(.connectors-anchor)>button{width:28px;height:28px;padding:0}.sidebar-footer .connectors-trigger{min-width:28px;height:28px;padding:0;border-radius:50%!important;width:28px!important}.sidebar-footer>.sidebar-popover-anchor>button{line-height:0;position:relative;border-radius:50%!important}.sidebar-footer>.sidebar-popover-anchor>button>svg{margin:auto;display:block;position:absolute;inset:0}.sidebar-footer>.sidebar-popover-anchor:not(.connectors-anchor){flex:0 0 28px;width:28px;height:28px;transition:opacity .12s;display:block}.sidebar-footer>.sidebar-popover-anchor:not(.connectors-anchor)>button{width:28px;height:28px;padding:0}.dashboard-sidebar.collapsed .sidebar-topbar .workspace-switcher{flex:none;display:block}@media (width<=480px){.dashboard-card{padding:15px}.attention-item{padding:11px 9px}.attention-icon{flex-basis:36px;width:36px;height:36px}.attention-item strong{font-size:20px}.usage-heading{flex-direction:column}.outline-button{width:100%}.work-row{flex-direction:column;align-items:flex-start}.work-row-meta{justify-content:space-between;width:100%}.dashboard-header .dashboard-icon-button{display:none}}.all-aproows-heading{align-items:flex-start}.all-aproows-heading-copy{min-width:0}.all-aproows-heading-copy .all-aproows-actions{margin-top:18px}.aproow-card-preview{height:154px;color:var(--primary);background:#fff;place-items:center;display:grid;position:relative;overflow:hidden}.aproow-card-preview-image{object-fit:cover;width:100%;height:100%;display:block}.aproow-card-preview .task-replay-preview{border:0;border-radius:0;width:100%;height:100%;min-height:0;margin:0;aspect-ratio:auto!important}.aproow-card-type .investigation-reference{border:1px solid var(--border);background:var(--card);width:auto;height:22px;color:var(--foreground);border-radius:5px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.aproow-filter-pills{display:none!important}.selection-header{border:1px solid var(--border);background:var(--muted);border-radius:10px;align-items:center;gap:10px;margin-bottom:16px;padding:10px 12px;display:flex}.selection-header strong{margin-right:auto;font-size:12px}.selection-header button{border:1px solid var(--border);background:var(--card);min-height:32px;color:var(--foreground);cursor:pointer;border-radius:7px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:600;display:inline-flex}.selection-header button:hover{background:var(--accent)}.selection-header .selection-cancel{width:30px;color:var(--muted-foreground);background:0 0;border:0;justify-content:center;padding:0}.selection-header .selection-delete{color:var(--destructive)}.aproow-card{position:relative}.aproow-card.is-selected{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in oklch, var(--primary) 15%, transparent)}.aproow-card-menu-anchor{position:relative}.aproow-card-menu{z-index:5;border:1px solid var(--border);background:var(--card);border-radius:8px;min-width:132px;padding:4px;display:grid;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 8px 22px #00000024}.aproow-card-menu button{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;padding:8px;font-size:12px;display:flex}.aproow-card-menu button:hover{background:var(--muted)}.aproow-card-menu .aproow-card-menu-delete{color:var(--destructive)}.aproow-card-type>.aproow-card-menu-anchor{flex:none;width:28px;height:28px}.aproow-card-type>.aproow-card-menu-anchor>button{place-items:center;width:28px;min-width:28px;height:28px;min-height:28px;padding:0;display:grid}.aproow-card-type>.aproow-card-menu-anchor>button:hover,.aproow-card-type>.aproow-card-menu-anchor>button[aria-expanded=true],.aproow-card-type>.aproow-card-menu-anchor>button:focus-visible{background:var(--muted);color:var(--foreground);outline:none}.aproow-card-menu-anchor .aproow-card-menu{box-sizing:border-box;flex-direction:column;width:156px;min-width:156px;display:flex}.aproow-card-menu-anchor .aproow-card-menu button{white-space:nowrap;flex:0 0 36px;justify-content:flex-start;width:100%;min-width:0;min-height:36px;padding:8px;display:flex}.aproow-card-menu-anchor .aproow-card-menu button svg{flex:none}.aproow-delete-backdrop{z-index:20;background:#0f172a61;place-items:center;padding:20px;display:grid}.aproow-delete-modal{border:1px solid var(--border);background:var(--card);border-radius:16px;width:min(100%,420px);padding:26px;box-shadow:0 24px 70px #00000038}.aproow-delete-icon{background:color-mix(in oklch, var(--destructive) 12%, transparent);width:42px;height:42px;color:var(--destructive);border-radius:50%;place-items:center;display:grid}.aproow-delete-modal h2{color:var(--foreground);margin:18px 0 8px;font-size:20px}.aproow-delete-modal p{color:var(--muted-foreground);margin:0;font-size:13px;line-height:1.55}.aproow-delete-modal p strong{color:var(--foreground)}.aproow-delete-error{color:var(--destructive)!important;margin-top:12px!important}.aproow-delete-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.aproow-card-checkbox{z-index:2;background:color-mix(in oklch, var(--card) 88%, transparent);opacity:0;cursor:pointer;border-radius:6px;place-items:center;width:22px;height:22px;transition:opacity .12s;display:grid;position:absolute;top:12px;left:12px}.aproow-card:hover .aproow-card-checkbox,.aproow-card.is-selected .aproow-card-checkbox,.aproow-card-checkbox:focus-within{opacity:1}.aproow-card-checkbox input{width:16px;height:16px;min-height:16px;accent-color:var(--primary);cursor:pointer;margin:0}.all-aproows-page{width:min(100%,1180px);margin:0 auto}.all-aproows-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:34px;display:flex}.all-aproows-search{border:1px solid var(--border);background:var(--card);width:min(100%,390px);color:var(--muted-foreground);border-radius:7px;flex-direction:row;align-items:center;gap:8px;padding:0 12px;display:flex}.all-aproows-search input{min-height:40px;box-shadow:none;background:0 0;border:0;padding:0;font-size:13px}.all-aproows-actions{align-items:center;gap:8px;display:flex}.filter-button,.share-button{border:1px solid var(--border);background:var(--card);min-height:36px;color:var(--foreground);cursor:pointer;border-radius:7px;align-items:center;gap:5px;padding:7px 11px;font-size:12px;font-weight:550;display:inline-flex}.filter-button:hover,.share-button:hover{border-color:var(--primary)}.share-button{color:var(--primary)}.all-aproows-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.all-aproows-title{align-items:center;gap:10px;display:flex}.all-aproows-title svg{color:var(--primary)}.all-aproows-title h1{letter-spacing:-.025em;margin:0;font-size:24px;font-weight:650}.all-aproows-heading p{color:var(--muted-foreground);margin:7px 0 0;font-size:12px}.aproow-view-toggle{border:1px solid var(--border);background:var(--card);border-radius:7px;gap:2px;padding:3px;display:flex}.aproow-view-toggle button{width:30px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;display:inline-grid}.aproow-view-toggle button.active{background:var(--primary-container);color:var(--primary)}.aproow-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.aproow-card{border:1px solid var(--border);background:var(--card);border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #00000008}.aproow-card:hover{box-shadow:0 6px 18px #00000014}.aproow-card-preview{height:154px;color:var(--primary);background:#fff;place-items:center;display:grid;position:relative}.preview-blue{background:#fff}.preview-purple{color:#9333ea;background:#fff}.preview-orange{color:#d97706;background:#fff}.preview-play{background:var(--card);border-radius:50%;place-items:center;width:38px;height:38px;display:inline-grid;box-shadow:0 2px 8px #0000001f}.aproow-card-preview small{color:#fff;background:#000000a6;border-radius:4px;padding:3px 6px;font-size:10px;position:absolute;bottom:9px;right:10px}.aproow-card-type{color:var(--muted-foreground);justify-content:space-between;align-items:center;font-size:10px;display:flex}.aproow-card-type button{width:25px;height:25px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:5px;place-items:center;display:inline-grid}.aproow-card-body h2{text-overflow:ellipsis;white-space:nowrap;margin:9px 0 5px;font-size:16px;font-weight:650;overflow:hidden}.aproow-card-body>p{min-height:34px;color:var(--muted-foreground);margin:0;font-size:11px;line-height:1.5;overflow:hidden}.aproow-card-meta{color:var(--muted-foreground);align-items:center;gap:7px;margin-top:15px;font-size:10px;display:flex}.aproow-card-meta time{margin-left:auto}.all-aproows-end{color:var(--muted-foreground);text-align:center;margin:32px 0 0;font-size:11px}@media (width<=760px){.all-aproows-toolbar{flex-direction:column;align-items:stretch;margin-bottom:24px}.all-aproows-search{width:100%}.all-aproows-actions{overflow-x:auto}.all-aproows-heading{align-items:flex-start}.aproow-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.all-aproows-heading{flex-direction:column;align-items:flex-start}.aproow-view-toggle{align-self:stretch}.aproow-card-grid{grid-template-columns:1fr}.all-aproows-actions{gap:6px}.filter-button,.share-button{flex:none}}.tasks-page{width:100%;max-width:none}.tasks-view-tabs{border-bottom:1px solid var(--border);align-items:center;gap:4px;width:fit-content;margin:0;display:flex}.tasks-topbar{border-bottom:0;justify-content:space-between;align-items:center;gap:14px;min-height:42px;margin-bottom:12px;display:flex}.tasks-view-tabs button{min-height:42px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex;position:relative}.tasks-view-tabs button:hover{color:var(--foreground)}.tasks-view-tabs button:after{content:"";background:0 0;border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:10px;right:10px}.tasks-view-tabs button.is-active{color:var(--primary)}.tasks-view-tabs button.is-active:after{background:var(--primary)}.tasks-heading{width:100%;margin-bottom:24px}.tasks-toolbar{justify-content:flex-end;align-items:center;gap:10px;margin:0;display:flex}.tasks-toolbar .tasks-filters{flex:0 auto}.tasks-filters{border:1px solid var(--border);background:var(--card);border-radius:7px;align-items:center;gap:2px;padding:3px;display:flex}.tasks-filters button{color:var(--foreground);cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:5px;padding:7px 10px;font-size:12px;display:inline-flex}@media (width<=900px){.tasks-topbar{flex-direction:column;align-items:stretch;gap:0}.tasks-view-tabs{width:100%}.tasks-toolbar{flex-direction:column;align-items:stretch;gap:8px}.tasks-filters{overflow-x:auto}}.tasks-table-card{border:1px solid var(--border);background:var(--card);border-radius:10px;overflow:hidden;box-shadow:0 1px 2px #00000008}.priority-badge{white-space:nowrap;border-radius:999px;align-items:center;width:max-content;padding:4px 8px;font-size:10px;font-weight:700;line-height:1;display:inline-flex}.priority-badge.p0{color:#b42318;background:#fee2e2}.priority-badge.p1{color:#c2410c;background:#ffedd5}.priority-badge.p2{color:#a16207;background:#fef3c7}.priority-badge.p3{color:#1d4ed8;background:#dbeafe}.priority-badge.p4{background:var(--muted);color:var(--muted-foreground)}.task-priority-editor{color:var(--muted-foreground);align-items:center;gap:7px;margin-left:auto;font-size:11px;font-weight:600;display:flex}.priority-select{min-width:184px;position:relative}.priority-select-trigger{border:1px solid var(--border);background:var(--card);width:100%;min-height:34px;color:var(--foreground);text-align:left;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:6px 9px 6px 11px;font-size:12px;font-weight:650;transition:border-color .12s,box-shadow .12s;display:flex}.priority-select-trigger:hover,.priority-select.is-open .priority-select-trigger{border-color:var(--foreground)}.priority-select-trigger:disabled{cursor:not-allowed;opacity:.55}.priority-select-value{white-space:nowrap}.priority-select.is-compact{width:max-content;min-width:0}.priority-select.is-compact .priority-select-trigger{border:1px solid #0000;border-radius:999px;justify-content:center;gap:5px;width:max-content;min-height:26px;padding:4px 7px;font-size:10px;line-height:1}.priority-select.is-compact .priority-select-trigger:hover,.priority-select.is-compact.is-open .priority-select-trigger{border-color:currentColor}.priority-select.is-compact .priority-select-menu{min-width:184px}.priority-select-value.p0{color:#b42318}.priority-select-value.p1{color:#c2410c}.priority-select-value.p2{color:#a16207}.priority-select-value.p3{color:#1d4ed8}.priority-select-value.p4{color:var(--muted-foreground)}.priority-select-menu{z-index:5;border:1px solid var(--border);background:var(--card);border-radius:9px;gap:2px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 10px 24px #1a1c1c24,0 2px 5px #1a1c1c12}.priority-select-menu button{width:100%;min-height:34px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;padding:7px 8px;font-size:12px;font-weight:550;display:flex}.priority-select-menu button svg{color:var(--primary);margin-left:auto}.priority-select-menu button.is-highlighted,.priority-select-menu button:hover{background:var(--muted)}.priority-select-menu button.is-selected{font-weight:700}.assignment-picker{max-width:220px;display:inline-block;position:relative}.assignment-picker-trigger{max-width:220px;min-height:30px;color:var(--foreground);font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;padding:3px 6px;font-size:12px;display:inline-flex;overflow:hidden}.assignment-picker-trigger:hover,.assignment-picker-trigger[aria-expanded=true]{border-color:var(--border);background:var(--muted)}.assignment-picker-trigger>svg{color:var(--muted-foreground);flex:none}.assignment-picker-trigger .avatar-circle,.assignment-picker-option .avatar-circle{flex:0 0 22px;width:22px;height:22px;font-size:9px}.assignment-unassigned{color:var(--muted-foreground)}.assignment-picker-menu{z-index:40;border:1px solid var(--border);background:var(--card);border-radius:10px;width:240px;max-height:280px;padding:6px;position:absolute;top:calc(100% + 5px);left:0;overflow:auto;box-shadow:0 12px 32px #00000024}.assignment-picker-search{z-index:1;border-bottom:1px solid var(--border);background:var(--card);color:var(--muted-foreground);align-items:center;gap:7px;padding:7px 6px;display:flex;position:sticky;top:-6px}.assignment-picker-search input{width:100%;min-width:0;color:var(--foreground);font:inherit;background:0 0;border:0;outline:0;font-size:12px}.assignment-picker-option{width:100%;min-height:34px;color:var(--foreground);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:5px 7px;font-size:12px;display:flex}.assignment-picker-option:hover,.assignment-picker-option[aria-selected=true]{background:var(--muted)}.assignment-picker-option>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.assignment-picker-option>svg{color:var(--primary);margin-left:auto}.assignment-picker-empty{color:var(--muted-foreground);margin:0;padding:10px 7px;font-size:12px}.priority-select-dot{border-radius:50%;flex:0 0 8px;width:8px;height:8px}.priority-select-dot.p0{background:#b42318}.priority-select-dot.p1{background:#c2410c}.priority-select-dot.p2{background:#d89b16}.priority-select-dot.p3{background:#1d4ed8}.priority-select-dot.p4{background:#a3a3a3}.tasks-kanban{overscroll-behavior:contain;scrollbar-width:thin;flex:1;grid-auto-columns:minmax(260px,290px);grid-auto-flow:column;align-items:start;gap:12px;min-height:0;padding:0 0 12px;display:grid;overflow:auto hidden}.tasks-page:has(.tasks-kanban){flex-direction:column;height:100%;min-height:0;display:flex}.dashboard-content:has(.tasks-kanban){overflow:hidden}.tasks-kanban-column,.task-list-group{border:1px solid var(--border);background:var(--surface-container,var(--muted));border-radius:10px}.tasks-kanban-column{grid-template-rows:auto minmax(0,auto);max-height:100%;display:grid}.tasks-kanban-column>header,.task-list-group>header{align-items:center;gap:8px;min-height:44px;padding:10px 12px;display:flex}.tasks-kanban-column>header strong,.task-list-group>header strong{color:var(--foreground);font-size:12px;font-weight:650}.tasks-kanban-column .kanban-column-count,.task-list-group .kanban-column-count{background:var(--card);min-width:22px;color:var(--muted-foreground);text-align:center;border-radius:999px;margin-left:auto;padding:3px 7px;font-size:10px}.tasks-kanban-column.is-drop-target,.task-list-group.is-drop-target{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.kanban-column-handle,.kanban-column-edit,.kanban-column-delete{width:24px;height:24px;color:var(--muted-foreground);background:0 0;border:0;border-radius:6px;flex:0 0 24px;place-items:center;padding:0;display:inline-grid}.kanban-column-handle{cursor:grab}.kanban-column-handle:active{cursor:grabbing}.kanban-column-edit,.kanban-column-delete{cursor:pointer}.kanban-column-edit:hover,.kanban-column-handle:hover,.kanban-column-delete:hover:not(:disabled){background:var(--card);color:var(--foreground)}.kanban-column-delete:hover:not(:disabled){color:var(--destructive,#ba1a1a)}.kanban-column-name-input{border-radius:6px;flex:1;min-width:0;height:28px;min-height:28px;padding:4px 7px;font-size:12px;font-weight:650}.task-group-dot{border-radius:50%;flex:0 0 8px;width:8px;height:8px;padding:0}.tasks-kanban-cards{overscroll-behavior:contain;scrollbar-width:thin;gap:8px;max-height:calc(100dvh - 286px);padding:0 8px 8px;display:grid;overflow-y:auto}.task-kanban-card{border:1px solid var(--border);background:var(--card);width:100%;min-height:142px;color:var(--foreground);text-align:left;cursor:pointer;border-radius:8px;gap:11px;padding:12px;transition:border-color .12s,transform .12s,box-shadow .12s;display:grid;position:relative;box-shadow:0 1px 2px #00000008}.task-kanban-card.drop-before:before,.task-kanban-card.drop-after:after,.task-list-row.drop-before:before,.task-list-row.drop-after:after{content:"";z-index:2;pointer-events:none;background:#1447e6;border-radius:999px;height:3px;position:absolute;left:-3px;right:-3px;box-shadow:0 0 0 2px #1447e629}.task-kanban-card.drop-before:before{top:-6px}.task-kanban-card.drop-after:after{bottom:-6px}.task-kanban-card.drop-before,.task-kanban-card.drop-after{border-color:color-mix(in srgb, #1447e6 44%, var(--border))}.task-list-row.drop-before:before{top:-2px}.task-list-row.drop-after:after{bottom:-2px}.task-kanban-card:hover{border-color:var(--outline,#747687);transform:translateY(-1px);box-shadow:0 5px 14px #00000012}.task-kanban-card:focus-visible,.task-list-row:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.task-card-topline,.task-card-footer,.task-card-project{align-items:center;display:flex}.task-card-topline{color:var(--muted-foreground);justify-content:space-between;gap:8px;font-size:10px}.task-card-topline .status-badge{flex:none;padding-block:4px}.task-kanban-card>strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;line-height:1.4;display:-webkit-box;overflow:hidden}.task-card-project{color:var(--muted-foreground);gap:6px;font-size:11px}.task-card-footer{color:var(--muted-foreground);gap:7px;font-size:11px}.task-group-empty{border:1px dashed var(--border);color:var(--muted-foreground);text-align:center;border-radius:8px;margin:0;padding:18px 10px;font-size:11px}.kanban-add-column{border:1px dashed var(--outline-variant,var(--border));min-height:44px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:10px 14px;font-size:12px;font-weight:600;display:inline-flex}.kanban-add-column:hover{border-color:var(--primary);background:var(--card);color:var(--foreground)}.tasks-grouped-list{gap:16px;display:grid}.task-list-group{background:var(--card);overflow:hidden}.task-list-group>header{border-bottom:1px solid var(--border);background:var(--surface-container,var(--muted))}.task-list-rows{display:grid}.task-list-row{border:0;border-bottom:1px solid var(--border);background:var(--card);min-height:58px;color:var(--muted-foreground);text-align:left;cursor:pointer;grid-template-columns:minmax(240px,1.5fr) minmax(105px,.55fr) minmax(110px,.65fr) minmax(150px,.8fr) 105px 90px 20px;align-items:center;gap:16px;padding:9px 14px;font-size:11px;display:grid;position:relative}.task-list-row>.status-badge,.task-list-row>.priority-badge{justify-self:start;width:max-content}.task-list-empty{margin:10px}.list-add-group{width:100%}.task-list-row:last-child{border-bottom:0}.task-list-row:hover{background:var(--muted)}.task-list-title{align-items:center;gap:9px;min-width:0;display:flex}.task-list-title strong{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.task-list-row>svg{color:var(--muted-foreground)}@media (width<=760px){.tasks-view-tabs{width:100%}.tasks-view-tabs button{flex:1;justify-content:center;padding-inline:8px}.tasks-kanban{grid-auto-columns:minmax(82vw,300px)}.task-list-group{overflow-x:auto}.task-list-row{min-width:900px}}.tasks-table-wrap{overflow-x:auto}.tasks-table-card>.dashboard-empty{text-align:center;place-items:center;min-height:64px;margin:0;padding:0 14px;display:grid}.tasks-table{table-layout:fixed;border-collapse:collapse;text-align:left;width:100%;min-width:920px;font-size:12px}.tasks-table th{background:var(--muted);border-bottom:1px solid var(--border);color:var(--muted-foreground);padding:12px 14px;font-size:10px;font-weight:600}.tasks-table th:nth-child(6){white-space:nowrap}.status-help{vertical-align:middle;margin-left:4px;display:inline-flex;position:relative}.status-help button{width:22px;height:22px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;display:inline-grid}.status-help button:hover,.status-help.is-open button{background:var(--control-background,#e3e2e2);color:var(--foreground,#1a1c1c)}.status-help button:focus-visible{outline:2px solid var(--outline,#747687);outline-offset:2px}.status-help-tooltip{z-index:10000;isolation:isolate;border:1px solid var(--border,#e3e2e2);background:var(--popover,#fff);width:min(328px,100vw - 32px);color:var(--foreground,#1a1c1c);white-space:normal;border-radius:12px;margin:0;padding:14px;font-size:12px;font-weight:400;line-height:1.4;display:block;position:fixed;inset:auto;box-shadow:0 16px 40px #1a1c1c29}.status-help-heading,.status-definition-list,.status-definition-item,.status-definition-item>span{display:block}.status-help-heading{margin-bottom:12px;padding-right:24px}.status-help-close{width:24px;height:24px;color:var(--muted-foreground);cursor:pointer;z-index:1;pointer-events:auto;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:inline-grid;position:absolute;top:8px;right:8px}.status-help-close:hover{background:var(--muted);color:var(--foreground)}.status-help-close:focus-visible{outline-offset:1px;outline:2px solid #1a1c1c}.status-help-heading strong{color:var(--foreground);font-size:13px;font-weight:700;display:block}.status-help-heading small{color:var(--muted-foreground);margin-top:2px;font-size:10px;display:block}.status-definition-list{border-top:1px solid var(--border)}.status-definition-item{border-bottom:1px solid var(--border);padding:10px 0 10px 20px;position:relative}.status-definition-item:last-child{border-bottom:0;padding-bottom:0}.status-definition-item>i{background:currentColor;border-radius:50%;width:8px;height:8px;position:absolute;top:15px;left:1px}.status-definition-item>span>strong{color:var(--foreground);font-size:12px;font-weight:650}.status-definition-item code{background:var(--muted);color:var(--muted-foreground);letter-spacing:.03em;border-radius:5px;margin-left:6px;padding:2px 5px;font-family:inherit;font-size:8px;font-weight:700}.status-definition-item small{color:var(--muted-foreground);margin-top:3px;font-size:10px;line-height:1.45;display:block}.status-definition-item[data-status=DRAFT]{color:#737373}.status-definition-item[data-status=PROCESSING]{color:#434655}.status-definition-item[data-status=READY]{color:#1a1c1c}.status-definition-item[data-status=STARTED]{color:#737373}.status-definition-item[data-status=IN_PROGRESS]{color:#434655}.status-definition-item[data-status=BLOCKED]{color:#b45309}.status-definition-item[data-status=COMPLETED]{color:#15803d}.status-definition-item[data-status=FAILED]{color:#ba1a1a}.tasks-table td{border-bottom:1px solid var(--border);color:var(--muted-foreground);white-space:nowrap;padding:14px}.tasks-table tbody tr{cursor:pointer}.tasks-table tbody tr:last-child td{border-bottom:0}.tasks-table .task-name{color:var(--foreground);text-overflow:ellipsis;font-weight:600;overflow:hidden}.tasks-table .task-name-content{align-items:center;gap:8px;min-width:0;display:flex}.tasks-table .task-name-content>span{text-overflow:ellipsis;min-width:0;overflow:hidden}.tasks-table th:first-child,.tasks-table td:first-child{width:44px}.tasks-table th:nth-child(3),.tasks-table td:nth-child(3){width:104px}.tasks-table th:nth-child(4),.tasks-table td:nth-child(4){width:150px}.tasks-table th:nth-child(5),.tasks-table td:nth-child(5),.tasks-table th:nth-child(6),.tasks-table td:nth-child(6){width:190px}.tasks-table th:nth-child(7),.tasks-table td:nth-child(7){width:124px}.tasks-table th:nth-child(8),.tasks-table td:nth-child(8){width:112px}.tasks-table th:nth-child(9),.tasks-table td:nth-child(9){width:56px}.tasks-table td:first-child{text-align:center;width:44px}.tasks-table td:last-child{text-align:center;width:56px;padding-left:0;padding-right:0;position:relative}.task-row-action{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;margin:0 auto;display:inline-grid}.task-row-action:hover{background:var(--card);color:var(--foreground)}.task-row-menu{z-index:60;border:1px solid var(--border);background:var(--card);border-radius:8px;min-width:132px;padding:4px;display:grid;position:absolute;top:calc(100% - 2px);right:8px;overflow:hidden;box-shadow:0 8px 22px #00000024}.task-row-menu-floating{position:fixed}.support-page{color:#1a1c1c;min-height:100vh;font-family:var(--font-body);background:#faf9f9}.support-header{background:#fff;border-bottom:1px solid #e3e2e2;grid-template-columns:1fr auto 1fr;align-items:center;height:60px;padding:0 clamp(20px,4vw,64px);display:grid}.support-header img{filter:brightness(0);width:96px;display:block}.support-logo{cursor:pointer;background:0 0;border:0;justify-self:center;padding:6px}.support-logo:hover img{opacity:.68}.support-logo:focus-visible{outline-offset:2px;border-radius:7px;outline:2px solid #1a1c1c}.support-back,.support-contact-small{color:#434655;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;width:fit-content;font-size:13px;font-weight:600;display:inline-flex}.support-contact-small{color:#1a1c1c;border:1px solid #e3e2e2;border-radius:8px;justify-self:end;padding:9px 12px}.support-back:hover,.support-contact-small:hover{color:#1a1c1c;background:#eeeeed}.support-hero{text-align:center;background:#fff;border-bottom:1px solid #e3e2e2;padding:44px 24px 42px}.support-eyebrow{color:#434655;background:#faf9f9;border:1px solid #e3e2e2;border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:12px;font-weight:650;display:inline-flex}.support-hero h1{letter-spacing:-.045em;margin:15px 0 9px;font-size:clamp(34px,4vw,46px);line-height:1}.support-hero>p{color:#737373;margin:0 auto;font-size:14px;line-height:1.55}.support-search{color:#737373;background:#faf9f9;border:1px solid #c4c5d8;border-radius:10px;flex-direction:row;align-items:center;gap:12px;width:min(100%,620px);margin:24px auto 0;padding:0 14px;display:flex;box-shadow:0 1px 2px #1a1c1c0a}.support-search>svg{flex:none}.support-search:focus-within{border-color:#1a1c1c;box-shadow:0 0 0 3px #1a1c1c1a}.support-search input{color:#1a1c1c;background:0 0;border:0;outline:0;width:100%;height:48px;font-size:13px}.support-content{grid-template-columns:minmax(0,1fr) 280px;gap:20px;width:min(1000px,100% - 48px);margin:0 auto;padding:38px 0 64px;display:grid}.support-guides,.support-faq{min-width:0}.support-section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.support-section-heading>svg{color:#737373}.support-section-heading span,.support-contact-card small,.support-guide-card small{color:#737373;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:700;display:block}.support-section-heading h2{letter-spacing:-.03em;margin:5px 0 0;font-size:21px}.support-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.support-guide-card{color:#1a1c1c;text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e2e2;border-radius:14px;flex-direction:column;align-items:flex-start;min-height:196px;padding:18px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.support-guide-card:hover{background:#faf9f9;border-color:#a3a3a3;box-shadow:0 6px 18px #1a1c1c0d}.support-guide-icon,.support-contact-icon{color:#1a1c1c;background:#eeeeed;border-radius:10px;place-items:center;width:42px;height:42px;display:grid}.support-guide-card small{margin-top:17px}.support-guide-card strong{margin-top:6px;font-size:15px}.support-guide-card p{color:#737373;margin:7px 0 15px;font-size:12px;line-height:1.5}.support-guide-link{align-items:center;gap:6px;margin-top:auto;font-size:12px;font-weight:700;display:inline-flex}.support-contact-card{color:#1a1c1c;background:#fff;border:1px solid #e3e2e2;border-radius:14px;align-self:start;padding:22px;position:sticky;top:20px;box-shadow:0 1px 2px #1a1c1c08}.support-contact-card .support-contact-icon{color:#1a1c1c;background:#eeeeed}.support-contact-card small{color:#737373;margin-top:18px}.support-contact-card h2{letter-spacing:-.035em;margin:6px 0 8px;font-size:21px}.support-contact-card p{color:#737373;margin:0;font-size:12px;line-height:1.55}.support-contact-card button{color:#fff;cursor:pointer;background:#1a1c1c;border:1px solid #1a1c1c;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;margin-top:20px;font-size:12px;font-weight:700;display:flex}.support-contact-card button:hover{background:#434655;border-color:#434655}.support-contact-card>span:last-child{color:#a3a3a3;justify-content:center;align-items:center;gap:5px;margin-top:11px;font-size:10px;display:flex}.support-faq{grid-column:1;margin-top:12px}.support-faq-list{background:#fff;border:1px solid #e3e2e2;border-radius:14px;overflow:hidden}.support-faq-list>div+div{border-top:1px solid #e3e2e2}.support-faq-list button{color:#1a1c1c;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:19px 21px;font-size:14px;font-weight:650;display:flex}.support-faq-list button:hover{background:#faf9f9}.support-faq-list button svg{color:#737373;flex:none;transition:transform .15s}.support-faq-list .open button svg{transform:rotate(180deg)}.support-faq-list p{color:#737373;margin:-5px 48px 20px 21px;font-size:13px;line-height:1.65}.support-empty{color:#737373;text-align:center;background:#fff;border:1px dashed #c4c5d8;border-radius:14px;grid-column:1/-1;align-content:center;place-items:center;gap:8px;min-height:220px;display:grid}.support-empty strong{color:#1a1c1c}.support-empty p{margin:0;font-size:13px}@media (width<=820px){.support-content{grid-template-columns:1fr}.support-contact-card{grid-row:auto;position:static}.support-faq{grid-column:1}}@media (width<=560px){.support-header{grid-template-columns:1fr auto;height:64px;padding:0 16px}.support-logo{display:none}.support-contact-small{padding:8px 10px}.support-hero{padding:48px 18px}.support-hero h1{font-size:40px}.support-content{width:calc(100% - 32px);padding:36px 0 56px}.support-guide-grid{grid-template-columns:1fr}.support-guide-card{min-height:210px}}.settings-sidebar{border-color:var(--border);background:var(--card);color:var(--foreground);padding:16px}.settings-brand{min-height:54px;padding:4px 10px 18px}.settings-brand img{width:96px}.settings-nav p{color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;margin-top:18px;font-size:10px}.settings-nav button{min-height:36px;color:var(--muted-foreground);font:inherit;border-radius:7px;padding:7px 9px;font-size:13px;position:relative}.settings-nav button:hover,.settings-nav button.active{background:var(--muted);color:var(--foreground)}.settings-nav button.active{font-weight:600}.settings-nav button.active:before{content:none}.settings-nav .back-app{box-shadow:none;color:var(--muted-foreground);background:0 0;border:0;border-radius:7px;flex:none;margin-top:auto;padding:7px 9px;font-size:13px;font-weight:400}.settings-nav .back-app:hover{background:var(--muted);color:var(--foreground);border-color:#0000;transform:none}.settings-nav-status{color:#737373;background:#eeeeed;border-radius:999px;margin-left:auto;padding:3px 6px;font-size:9px;font-weight:700}.settings-header{--dashboard-header-height:64px;background:#fff;flex-basis:64px;height:64px;padding:0 32px}.settings-header-copy{min-width:0}.settings-header-copy>span{color:#737373;letter-spacing:.08em;text-transform:uppercase;margin-bottom:3px;font-size:9px;font-weight:700;display:block}.settings-header-copy h1{font-size:18px}.settings-header-copy p{color:#737373;text-overflow:ellipsis;white-space:nowrap;max-width:560px;margin:3px 0 0;font-size:11px;overflow:hidden}.settings-content{background:#faf9f9;padding:32px 32px 64px}.settings-horizontal-grid{width:min(100%,860px);margin:0 auto}.settings-page-stack{gap:18px;width:min(100%,860px);margin:0 auto;display:grid}.general-settings-tabs-shell{gap:20px;width:min(100%,1120px);margin:0 auto;display:grid}.general-settings-tabs{border-bottom:1px solid var(--border);align-items:center;gap:4px;display:flex}.general-settings-tabs button{min-height:40px;color:var(--muted-foreground);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px 8px 0 0;padding:0 16px;font-size:13px;position:relative}.general-settings-tabs button:hover{background:var(--muted);color:var(--foreground)}.general-settings-tabs button.active{color:var(--foreground);font-weight:650}.general-settings-tabs button.active:after{background:var(--foreground);content:"";height:2px;position:absolute;bottom:-1px;left:10px;right:10px}.general-settings-tabpanel{min-width:0}.general-settings-tabpanel[hidden]{display:none}.integrations-page{width:min(100%,920px)}.integration-github-card{padding:0;overflow:hidden}.integration-title{margin:0;padding:24px}.integration-title>div{min-width:0}.integration-loading{color:#737373;border-top:1px solid #e3e2e2;align-items:center;gap:8px;min-height:100px;padding:24px;font-size:12px;display:flex}.integration-badge{color:#434655;white-space:nowrap;background:#eeeeed;border-radius:999px;flex:none;align-items:center;gap:5px;min-height:26px;padding:0 9px;font-size:10px;font-weight:750;display:inline-flex}.integration-badge.ready{color:#126f34;background:#e8f5eb}.integration-badge.blocked{color:#9d1616;background:#fdecec}.integration-badge.pending{color:#805500;background:#fff4dc}.integration-progress{background:#faf9f9;border-top:1px solid #e3e2e2;border-bottom:1px solid #e3e2e2;grid-template-columns:repeat(3,1fr);margin:0;padding:18px 24px;list-style:none;display:grid}.integration-progress li{color:#a3a3a3;align-items:center;gap:8px;font-size:10px;display:flex;position:relative}.integration-progress li:not(:last-child):after{content:"";background:#d9d9d7;height:1px;position:absolute;top:50%;left:56px;right:12px}.integration-progress li>span{z-index:1;background:#fff;border:1px solid #c4c5d8;border-radius:50%;place-items:center;width:24px;height:24px;font-size:10px;font-weight:750;display:grid}.integration-progress li.complete,.integration-progress li.current{color:#1a1c1c}.integration-progress li.complete>span{color:#fff;background:#1447e6;border-color:#1447e6}.integration-progress li.current>span{color:#1447e6;border-color:#1447e6;box-shadow:0 0 0 3px #1447e61a}.integration-step{border-bottom:1px solid #e3e2e2;padding:22px 24px 24px}.integration-step:last-of-type{border-bottom:0}.integration-step.disabled{opacity:.54}.integration-step>header{grid-template-columns:30px minmax(0,1fr);align-items:start;gap:10px;display:grid}.integration-step>header>span{color:#737373;border:1px solid #c4c5d8;border-radius:8px;place-items:center;width:26px;height:26px;font-size:11px;font-weight:750;display:grid}.integration-step>header>span.complete{color:#fff;background:#1447e6;border-color:#1447e6}.integration-step h3{color:#1a1c1c;margin:1px 0 0;font-size:14px}.integration-step>header p{color:#737373;margin:4px 0 0;font-size:11px}.integration-step-content{margin:16px 0 0 40px}.integration-connect{border:1px dashed #c4c5d8;border-radius:12px;align-items:center;gap:12px;padding:18px;display:flex}.integration-connect>svg{color:#1447e6;flex:none}.integration-connect>div{flex:1;min-width:0}.integration-connect p,.integration-state p,.integration-workflow p,.integration-security-note p{color:#737373;margin:4px 0 0;font-size:12px;line-height:1.5}.integration-connect small{color:#737373;font-size:10px}.integration-state{background:#faf9f9;border-radius:10px;align-items:center;gap:12px;padding:14px;display:flex}.integration-state>div{flex:1;min-width:0}.integration-state.success>svg{color:#16833e}.integration-state.warning>svg{color:#b26b00}.integration-disconnect{margin-left:auto}.integration-form-row{grid-template-columns:1fr 1.4fr auto;align-items:end;gap:12px;display:grid}.integration-form-row label{color:#434655;gap:6px;font-size:12px;font-weight:650;display:grid}.integration-form-row select{color:#1a1c1c;background:#fff;border:1px solid #c4c5d8;border-radius:8px;min-width:0;min-height:40px;padding:0 10px}.integration-form-row select:disabled{cursor:not-allowed;opacity:.65}.integration-empty{color:#737373;margin:12px 0 0;font-size:12px}.integration-security-note{background:#f2f4ff;border-radius:10px;align-items:flex-start;gap:10px;padding:12px;display:flex}.integration-security-note>svg{color:#1447e6;flex:none}.integration-repository-setup{border:1px solid #e3e2e2;border-radius:12px;margin-top:12px;padding:14px}.integration-repository-setup>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.integration-repository-setup>header>div{gap:4px;min-width:0;display:grid}.integration-repository-setup>header span:not(.integration-badge),.integration-repository-setup>small{color:#737373;font-size:10px}.integration-repository-actions{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.integration-repository-actions a{text-decoration:none}.integration-permission-recovery{color:#5f4305;background:#fff8e8;border:1px solid #e8c77a;border-radius:10px;margin-top:14px;padding:14px}.integration-permission-recovery p{color:#735b26;margin:5px 0 0;font-size:12px;line-height:1.5}.integration-permission-recovery ol{color:#5f4305;margin:10px 0 0;padding-left:20px;font-size:12px;line-height:1.65}.integration-repository-setup>small{margin-top:10px;display:block}.integration-workflow{border-top:1px solid #e3e2e2;margin-top:14px;padding-top:12px}.integration-workflow summary{color:#434655;cursor:pointer;width:fit-content;font-size:11px;font-weight:700}.integration-workflow>div{justify-content:space-between;align-items:center;gap:12px;margin-top:12px;display:flex}.integration-workflow>div code{overflow-wrap:anywhere;color:#434655;font-size:11px}.integration-workflow pre{color:#f5f5f5;white-space:pre;background:#1a1c1c;border-radius:8px;max-height:280px;margin:12px 0 0;padding:14px;font:11px/1.5 ui-monospace,monospace;overflow:auto}.integration-feedback{border-top:1px solid #e3e2e2;margin:0;padding:14px 24px;font-size:12px}.integration-feedback.success{color:#126f34;background:#f0f8f2}.integration-feedback.error{color:#9d1616;background:#fdecec}.plan-error{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.plan-workflow-error{color:#a11515;background:#fff6f6;border:1px solid #f1c1c1;border-radius:10px;margin-top:14px;padding:12px;font-size:13px;line-height:1.45}.plan-error button{color:#8d1010;cursor:pointer;font:inherit;background:#fff;border:1px solid #a11515;border-radius:8px;flex:none;padding:7px 10px;font-weight:650;line-height:1.2}.plan-error button:hover{color:#fff;background:#a11515}.plan-progress{align-items:center}.plan-progress .plan-stop{color:#a11515;font:650 12px var(--font-body);cursor:pointer;background:#fff;border:1px solid #ba1a1a;border-radius:8px;margin-left:auto;padding:7px 10px}.plan-progress .plan-stop:hover:not(:disabled){color:#fff;background:#ba1a1a}.plan-progress .plan-stop:disabled{cursor:wait;opacity:.6}.integration-next-step{background:#f5f6ff;border:1px solid #cbd5ff}.platform-admin-shell{color:#1a1c1c;background:#faf9f9;min-height:100vh}.platform-admin-shell>header{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#faf9f9f0;border-bottom:1px solid #e3e2e2;justify-content:space-between;align-items:center;min-height:58px;padding:0 24px;display:flex;position:sticky;top:0}.platform-admin-shell>header button{color:#434655;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;font-size:12px;font-weight:700;display:inline-flex}.platform-admin-shell>header>div{align-items:center;gap:8px;font-size:12px;display:flex}.platform-admin-shell>header svg{color:#1447e6}.platform-admin-shell>main{width:min(100% - 32px,900px);margin:0 auto;padding:36px 0 64px}.platform-admin-grid{gap:16px;display:grid}.platform-admin-loading{color:#737373;justify-content:center;align-items:center;gap:8px;min-height:320px;font-size:12px;display:flex}.platform-admin-denied{text-align:center;place-content:center;justify-items:center;min-height:360px;display:grid}.platform-admin-denied h2{margin:14px 0 0}.platform-admin-denied p{color:#737373;margin:8px 0 0;font-size:12px}.platform-admin-intro{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.platform-admin-intro h2{margin:5px 0 0;font-size:20px}.platform-admin-intro p{color:#737373;max-width:600px;margin:6px 0 0;font-size:12px;line-height:1.5}.platform-admin-form{gap:16px;display:grid}.platform-admin-section-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.platform-admin-section-heading.separated{border-top:1px solid #e3e2e2;margin-top:6px;padding-top:20px}.platform-admin-section-heading h3{margin:0;font-size:14px}.platform-admin-section-heading p{color:#737373;margin:5px 0 0;font-size:11px}.platform-admin-section-heading>svg{color:#1447e6}.platform-admin-section-heading a{flex:none;text-decoration:none}.platform-admin-fields{gap:12px;display:grid}.platform-admin-fields.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-admin-fields label{color:#434655;gap:6px;min-width:0;font-size:11px;font-weight:700;display:grid}.platform-admin-fields label.wide{grid-column:1/-1}.platform-admin-fields input,.platform-admin-fields textarea,.platform-bootstrap-card input{color:#1a1c1c;width:100%;font:inherit;background:#fff;border:1px solid #c4c5d8;border-radius:8px;outline:none;padding:10px 11px;font-size:12px}.platform-admin-fields textarea{resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;line-height:1.5}.platform-admin-fields input:focus,.platform-admin-fields textarea:focus,.platform-bootstrap-card input:focus{border-color:#1447e6;box-shadow:0 0 0 3px #1447e61a}.platform-secret-input{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.platform-admin-endpoint{border:1px solid #e3e2e2;border-radius:8px;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 8px 8px 12px;display:grid}.platform-admin-endpoint>span{color:#737373;font-size:10px;font-weight:700}.platform-admin-endpoint code{color:#434655;text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.platform-admin-toggle{cursor:pointer;background:#faf9f9;border-radius:10px;align-items:flex-start;gap:10px;padding:13px;display:flex;position:relative}.platform-admin-toggle-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.platform-admin-toggle-control{background:#a3a3a3;border-radius:999px;flex:none;width:36px;height:20px;margin-top:1px;transition:background .16s;position:relative}.platform-admin-toggle-control:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .16s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #0000002e}.platform-admin-toggle-input:checked+.platform-admin-toggle-control{background:#1447e6}.platform-admin-toggle-input:checked+.platform-admin-toggle-control:after{transform:translate(16px)}.platform-admin-toggle-input:focus-visible+.platform-admin-toggle-control{box-shadow:0 0 0 3px #1447e62e}.platform-admin-toggle-copy{gap:3px;display:grid}.platform-admin-toggle strong{font-size:12px}.platform-admin-toggle small,.platform-admin-updated{color:#737373;font-size:10px}.platform-admin-actions{border-top:1px solid #e3e2e2;justify-content:flex-end;gap:8px;padding-top:18px;display:flex}.platform-admin-updated{text-align:right}.platform-bootstrap-card{justify-items:stretch;width:min(100%,520px);margin:48px auto 0;display:grid}.platform-bootstrap-icon{color:#1447e6;background:#e8edff;border-radius:12px;place-items:center;width:48px;height:48px;margin-bottom:18px;display:grid}.platform-bootstrap-card h1{margin:6px 0 0;font-size:24px}.platform-bootstrap-card>p{color:#737373;margin:10px 0 18px;font-size:12px;line-height:1.6}.platform-bootstrap-card>label{color:#434655;gap:7px;margin:16px 0 12px;font-size:11px;font-weight:700;display:grid}.platform-bootstrap-card>button{justify-self:start}.platform-bootstrap-checks{flex-wrap:wrap;gap:8px;display:flex}.platform-bootstrap-checks span{border-radius:999px;align-items:center;gap:5px;padding:6px 9px;font-size:10px;font-weight:700;display:inline-flex}.platform-bootstrap-checks .ready{color:#126f34;background:#e8f5eb}.platform-bootstrap-checks .blocked{color:#9d1616;background:#fdecec}.platform-bootstrap-card .integration-feedback{border-radius:0 0 14px 14px;margin:16px -24px -24px}@media (width<=760px){.integration-title{align-items:flex-start}.integration-progress{padding-inline:16px}.integration-progress li{justify-content:center}.integration-progress li b{display:none}.integration-progress li:not(:last-child):after{left:calc(50% + 18px);right:0}.integration-step{padding-inline:16px}.integration-step-content{margin-left:0}.integration-form-row{grid-template-columns:1fr}.integration-connect,.integration-state,.integration-repository-setup>header{flex-wrap:wrap;align-items:flex-start}.integration-connect>div{flex-basis:calc(100% - 48px)}.integration-connect>button,.integration-form-row>button,.integration-disconnect{width:100%;margin-left:0}.integration-repository-actions{grid-template-columns:1fr;display:grid}.integration-repository-actions>*{width:100%}.platform-admin-shell>header{padding-inline:16px}.platform-admin-shell>main{padding-top:20px}.platform-admin-intro,.platform-admin-section-heading{flex-direction:column;align-items:stretch}.platform-admin-fields.two-columns{grid-template-columns:1fr}.platform-admin-section-heading a,.platform-admin-actions button{width:100%}.platform-admin-endpoint{grid-template-columns:1fr auto}.platform-admin-endpoint>span{grid-column:1/-1}.platform-admin-actions{flex-direction:column-reverse}}.settings-section-card{background:#fff;border:1px solid #e3e2e2;border-radius:14px;padding:24px;overflow:visible;box-shadow:0 1px 2px #1a1c1c08}.notifications-settings{width:min(100%,900px)}.notification-settings-card{padding:0;overflow:hidden}.notification-master-row{grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;padding:24px;display:grid}.notification-master-row h2{margin:4px 0 5px;font-size:20px}.notification-master-row p{color:var(--muted-foreground);margin:0;font-size:12px}.notification-master-row .settings-empty-icon{width:48px;height:48px}.notification-master-row .settings-empty-icon.is-muted{color:var(--muted-foreground)}.notification-group-label{border-top:1px solid var(--border);background:color-mix(in oklch, var(--muted) 52%, transparent);color:var(--muted-foreground);letter-spacing:.09em;text-transform:uppercase;padding:13px 24px 9px;font-size:10px;font-weight:700}.notification-preference-list{background:var(--card)}.notification-preference{border-bottom:1px solid var(--border);grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:82px;padding:14px 24px;display:grid}.notification-preference-icon{background:var(--muted);width:38px;height:38px;color:var(--foreground);border-radius:10px;place-items:center;display:grid}.notification-preference strong{font-size:13px}.notification-preference p{color:var(--muted-foreground);margin:4px 0 0;font-size:12px}.notification-settings-card footer{justify-content:flex-end;min-height:52px;padding:15px 24px;display:flex}.notification-save-state{color:var(--muted-foreground);font-size:11px}.notification-inbox-card{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px 24px;padding:20px 24px;display:grid}.notification-inbox-card>div:first-child{align-items:center;gap:14px;min-width:0;display:flex}.notification-inbox-card strong{font-size:13px}.notification-inbox-card p{color:var(--muted-foreground);margin:4px 0 0;font-size:12px}.notification-inbox-actions{align-items:center;gap:8px;display:flex}.notification-inbox-actions button{min-height:38px}.notification-inbox-card>.settings-feedback{grid-column:1/-1}.notification-info-card{background:var(--muted);border-radius:12px;align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.notification-info-card strong{font-size:12px}.notification-info-card p{color:var(--muted-foreground);margin:4px 0 0;font-size:11px}.general-settings>.settings-section-card{padding:24px}.settings-section-title{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.settings-section-title>svg{color:#737373;flex:none}.settings-section-title h2,.settings-empty-state h2{color:#1a1c1c;letter-spacing:-.025em;margin:5px 0 0;font-size:19px}.settings-section-title p{color:#737373;margin:6px 0 0;font-size:12px;line-height:1.5}.settings-card-actions{border-top:1px solid #eeeeed;justify-content:flex-end;margin-top:22px;padding-top:18px;display:flex}.settings-fact-list{border-top:1px solid #eeeeed}.settings-fact{border-bottom:1px solid #eeeeed;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:76px;display:grid}.settings-fact:last-child{border-bottom:0}.settings-fact>span{color:#434655;background:#faf9f9;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.settings-fact strong{color:#1a1c1c;font-size:13px;display:block}.settings-fact p{color:#737373;margin:4px 0 0;font-size:11px;line-height:1.45}.settings-fact>b,.settings-count-badge,.member-role-badge{color:#434655;white-space:nowrap;background:#eeeeed;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700}.settings-inline-notice{color:#434655;background:#eeeeed;border:1px solid #e3e2e2;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;display:flex}.settings-inline-notice.neutral{background:#fff}.settings-inline-notice>svg{flex:none;margin-top:1px}.settings-inline-notice strong{color:#1a1c1c;font-size:12px;display:block}.settings-inline-notice p{color:#737373;margin:4px 0 0;font-size:11px;line-height:1.5}.general-settings>h2,.profile-settings>h2,.notifications-page>h2{display:none}.general-identity{border:0;padding:0;display:grid}.general-identity label{max-width:none}.general-identity input{border-color:#c4c5d8;border-radius:8px;height:42px}.workspace-monogram{color:#fff;background:#1a1c1c;border-radius:10px}.workspace-monogram img{object-fit:cover;width:100%;height:100%}.workspace-avatar-editor{background:#faf9f9;border:1px solid #eeeeed;border-radius:12px;grid-template-columns:68px minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:16px;display:grid}.workspace-avatar-editor .workspace-monogram{place-items:center;width:68px;height:68px;font-size:22px;display:grid;overflow:hidden}.workspace-avatar-editor strong{color:#1a1c1c;font-size:15px;display:block}.workspace-avatar-editor small{color:#737373;margin-top:4px;font-size:12px;display:block}.workspace-avatar-editor .button{min-height:38px;margin:0;padding-inline:13px;font-size:12px}.workspace-avatar-upload{position:relative}.workspace-avatar-upload input{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.workspace-avatar-remove{background:#fff}.workspace-name-field{color:#434655;gap:8px;width:100%;margin:20px 0 0;font-size:13px;font-weight:650;display:grid}.workspace-name-field input{width:100%;min-height:46px;padding:10px 12px;font-size:13px}.members-heading{margin-bottom:18px}.members-heading>div>p{color:#737373;margin:5px 0 0;font-size:12px}.settings-count-badge{align-items:center;gap:5px;display:inline-flex}.member-table{border-radius:10px;overflow:visible}.member-row{grid-template-columns:minmax(220px,1.5fr) minmax(100px,.7fr) minmax(90px,.6fr) 36px}.member-role-badge{display:inline-flex}.mcp-page{width:min(100%,860px)}.mcp-page .mcp-section{border-bottom:0;padding:24px}.mcp-settings-page{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;width:min(100%,860px);margin:0 auto;display:grid}.mcp-settings-intro{grid-column:1/-1;margin-bottom:2px}.mcp-settings-eyebrow{color:#737373;letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:700;display:block}.mcp-settings-intro h2{color:#1a1c1c;letter-spacing:-.03em;margin:0;font-size:24px}.mcp-settings-intro p{color:#737373;max-width:640px;margin:8px 0 0;font-size:13px;line-height:1.55}.mcp-empty-card,.mcp-detail-card,.mcp-connected-card,.mcp-tools-card,.mcp-state-card{background:#fff;border:1px solid #e3e2e2;border-radius:14px;box-shadow:0 1px 2px #1a1c1c08}.mcp-empty-card{text-align:center;grid-column:1/-1;align-content:center;justify-items:center;width:100%;min-height:360px;margin:0;padding:40px 30px;display:grid}.mcp-empty-icon{color:#1a1c1c;background:#eeeeed;border-radius:12px;place-items:center;width:48px;height:48px;display:grid}.mcp-empty-card h3,.mcp-detail-card h3{color:#1a1c1c;letter-spacing:-.02em;margin:16px 0 0;font-size:17px}.mcp-empty-card>p{color:#737373;max-width:440px;margin:8px 0 0;font-size:13px;line-height:1.55}.mcp-empty-card ul{color:#434655;text-align:left;gap:10px;width:fit-content;margin:22px 0 26px;padding:0;font-size:13px;list-style:none;display:grid}.mcp-empty-card li{align-items:center;gap:9px;display:flex}.mcp-empty-card li svg{color:#1a1c1c}.mcp-primary-button,.mcp-secondary-button,.mcp-icon-button{color:#fff;font:inherit;cursor:pointer;background:#1a1c1c;border:1px solid #1a1c1c;border-radius:8px;justify-content:center;align-items:center;gap:7px;font-size:12px;font-weight:700;display:inline-flex}.mcp-primary-button{min-height:42px;padding:0 17px}.mcp-primary-button:hover{background:#434655;border-color:#434655}.mcp-secondary-button{color:#1a1c1c;background:#fff;border-color:#e3e2e2;min-height:34px;padding:0 11px}.mcp-secondary-button:hover:not(:disabled){background:#eeeeed}.mcp-primary-button:focus-visible,.mcp-secondary-button:focus-visible,.mcp-icon-button:focus-visible,.mcp-tools-trigger:focus-visible,.mcp-session-row button:focus-visible{outline-offset:2px;outline:3px solid #1a1c1c26}.mcp-primary-button:disabled,.mcp-secondary-button:disabled,.mcp-session-row button:disabled{cursor:not-allowed;opacity:.55}.integration-danger-button{background:#ba1a1a;border-color:#ba1a1a}.integration-danger-button:hover:not(:disabled){background:#8f1010;border-color:#8f1010}.mcp-connected-card{grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 20px;display:flex}.mcp-connection-summary{align-items:center;gap:11px;display:flex}.mcp-connected-indicator{color:#16833e;background:#e2f7e8;border-radius:50%;place-items:center;width:26px;height:26px;display:grid}.mcp-connection-summary strong{color:#1a1c1c;font-size:14px;display:block}.mcp-connection-summary p{color:#737373;margin:4px 0 0;font-size:12px}.mcp-detail-card{grid-column:1/-1;width:100%;padding:20px}.mcp-detail-card h3{margin:0}.mcp-connection-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 22px;margin:12px 0 0;display:grid}.mcp-connection-details>div{border-top:1px solid #eeeeed;grid-template-columns:112px minmax(0,1fr);gap:10px;padding:10px 0;display:grid}.mcp-connection-details dt{color:#737373;font-size:12px}.mcp-connection-details dd{overflow-wrap:anywhere;color:#1a1c1c;text-align:right;margin:0;font-size:12px;font-weight:650}.mcp-card-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mcp-card-heading p{color:#737373;margin:6px 0 0;font-size:12px}.mcp-card-heading code{color:#434655;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.mcp-icon-button{color:#1a1c1c;background:#fff;border-color:#e3e2e2;flex:0 0 32px;width:32px;height:32px}.mcp-icon-button:hover{background:#eeeeed}.mcp-config-code{color:#434655;white-space:pre;background:#faf9f9;border:1px solid #eeeeed;border-radius:8px;margin:14px 0 0;padding:16px;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.mcp-security-note{color:#737373;align-items:flex-start;gap:7px;margin:13px 0 0;font-size:12px;line-height:1.5;display:flex}.mcp-security-note svg{color:#434655;flex:none;margin-top:1px}.mcp-tools-card{grid-area:auto/1/auto/-1;width:100%;overflow:hidden}.mcp-tools-trigger{color:#1a1c1c;width:100%;font:inherit;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;padding:15px 18px;display:flex}.mcp-tools-trigger>span{align-items:center;gap:8px;display:flex}.mcp-tools-trigger strong{font-size:14px}.mcp-tools-trigger small{color:#737373;background:#eeeeed;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700}.mcp-tools-trigger>svg{color:#737373;transition:transform .15s}.mcp-tools-trigger>svg.is-open{transform:rotate(180deg)}.mcp-tool-list{border-top:1px solid #eeeeed;padding:4px 18px 10px}.mcp-tool-row{border-bottom:1px solid #eeeeed;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 0;display:grid}.mcp-tool-row>svg{color:#737373}.mcp-tool-row div{gap:2px;min-width:0;display:grid}.mcp-tool-row code{color:#1a1c1c;text-overflow:ellipsis;white-space:nowrap;font:12px ui-monospace,SFMono-Regular,Menlo,monospace;overflow:hidden}.mcp-tool-row span{color:#737373;font-size:11px}.mcp-tool-row b{color:#434655;text-transform:uppercase;background:#eeeeed;border-radius:999px;padding:4px 8px;font-size:10px}.mcp-tool-row b[data-access=write]{color:#8b3333;background:#f5ecec}.mcp-tool-list>p{color:#737373;align-items:center;gap:6px;margin:12px 0 2px;font-size:11px;display:flex}.mcp-state-card{color:#737373;text-align:center;grid-column:1/-1;place-items:center;min-height:260px;padding:26px;display:grid}.mcp-loading-state svg{color:#434655;animation:.9s linear infinite mcp-spin}.mcp-state-card strong{color:#1a1c1c;margin-top:12px;font-size:15px}.mcp-state-card span{margin-top:6px;font-size:12px}.mcp-error-state{text-align:left;grid-template-columns:auto minmax(0,1fr) auto;place-items:center start;gap:12px;min-height:0}.mcp-error-state .mcp-state-icon{color:#ba1a1a;background:#fbe9e9;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.mcp-error-state h3{color:#1a1c1c;margin:0;font-size:15px}.mcp-error-state p{color:#737373;margin:5px 0 0;font-size:12px}.mcp-additional-sessions{grid-column:1/-1;gap:9px;display:grid}.mcp-session-row{color:#434655;border-top:1px solid #eeeeed;justify-content:space-between;align-items:center;gap:12px;padding-top:11px;font-size:12px;display:flex}.mcp-session-row span{align-items:center;gap:7px;display:flex}.mcp-session-row button{color:#1a1c1c;font:inherit;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.mcp-spin{animation:.9s linear infinite mcp-spin}@keyframes mcp-spin{to{transform:rotate(360deg)}}@media (width<=900px){.mcp-settings-page{grid-template-columns:1fr}.mcp-empty-card,.mcp-connected-card,.mcp-detail-card,.mcp-tools-card,.mcp-additional-sessions{grid-area:auto/1}.mcp-empty-card{min-height:320px}}@media (width<=620px){.mcp-settings-page{width:100%}.mcp-empty-card{padding:26px 18px}.mcp-connected-card,.mcp-error-state{flex-direction:column;align-items:flex-start}.mcp-error-state{display:flex}.mcp-connection-details{grid-template-columns:1fr}}.profile-settings{width:min(100%,1120px);margin:0 auto}.profile-page-heading{margin:0}.profile-page-heading h2{color:var(--foreground);letter-spacing:-.035em;margin:0;font-size:26px}.profile-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:18px;display:grid}.profile-photo-card,.profile-form-card{padding:24px}.profile-photo-card{text-align:center;flex-direction:column;align-items:center;min-height:384px;display:flex}.profile-photo-heading,.profile-form-heading{text-align:left;align-items:flex-start;gap:10px;width:100%;display:flex}.profile-photo-heading>svg{color:var(--muted-foreground);flex:none;margin-top:1px}.profile-photo-heading h3,.profile-form-heading h3{color:var(--foreground);letter-spacing:-.015em;margin:0;font-size:15px}.profile-photo-heading p,.profile-form-heading p{color:var(--muted-foreground);margin:4px 0 0;font-size:11px;line-height:1.45}.profile-avatar.profile-avatar-large{border:1px solid var(--border);background:var(--foreground);width:112px;height:112px;color:var(--background);box-shadow:0 0 0 6px var(--muted);border-radius:50%;flex:0 0 112px;place-items:center;margin:30px 0 17px;font-size:34px;font-weight:750;display:grid;overflow:hidden}.profile-avatar.profile-avatar-large img{object-fit:cover;width:100%;height:100%}.profile-display-name{max-width:100%;color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.profile-display-email{max-width:100%;color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:11px;overflow:hidden}.profile-photo-actions{border-top:1px solid var(--border);justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;padding-top:16px;display:flex}.profile-photo-actions .button{min-height:38px;margin:0;padding:0 13px}.profile-avatar-upload{align-items:center;gap:7px;display:inline-flex;position:relative}.profile-remove-photo{min-height:38px;color:var(--muted-foreground);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:0 9px;font-size:11px;font-weight:650;display:inline-flex}.profile-remove-photo:hover{background:var(--muted);color:var(--destructive)}.profile-form-card{min-height:384px}.profile-form-heading{border-bottom:0;justify-content:space-between;padding-bottom:0}.profile-fields-grid{grid-template-columns:1fr 1fr;gap:18px;padding-top:0;display:grid}.profile-fields-grid label{color:var(--on-surface-variant,#434655);gap:8px;margin:14px 0 0;font-size:12px;font-weight:650;display:grid}.profile-fields-grid input,.profile-fields-grid select{border:1px solid var(--outline-variant,#c4c5d8);background:var(--background);width:100%;min-height:46px;color:var(--foreground);font:inherit;border-radius:8px;padding:10px 12px;font-size:13px}.profile-fields-grid input:focus,.profile-fields-grid select:focus{border-color:var(--foreground);outline:3px solid color-mix(in srgb,var(--foreground) 10%,transparent);outline-offset:0}.profile-select,.profile-input-with-icon{display:block;position:relative}.profile-select select{appearance:none;padding-right:36px}.profile-select svg{pointer-events:none;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.profile-input-with-icon>svg{z-index:1;color:var(--muted-foreground);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.profile-input-with-icon input{padding-left:36px}.profile-fields-grid input.readonly{border-color:var(--border);background:var(--muted);color:var(--muted-foreground);cursor:not-allowed}.profile-tip{border:1px solid var(--border);background:var(--muted);color:var(--muted-foreground);border-radius:9px;align-items:flex-start;gap:8px;margin:20px 0 0;padding:12px;font-size:11px;line-height:1.5;display:flex}.profile-tip svg{flex:none;margin-top:1px}.profile-form-card .settings-card-actions{justify-content:space-between;align-items:center;margin-top:26px}.profile-form-card .settings-card-actions .button{min-height:42px;padding-inline:18px;font-size:12px}.profile-unsaved-state{color:var(--muted-foreground);font-size:11px}.member-invite-form{grid-template-columns:minmax(240px,1.5fr) minmax(140px,.75fr) minmax(140px,.75fr);gap:12px;display:grid}.member-invite-form label{color:#434655;gap:7px;font-size:11px;font-weight:650;display:grid}.member-invite-form input,.member-invite-form select{color:#1a1c1c;min-height:42px;font:inherit;background:#fff;border:1px solid #c4c5d8;border-radius:8px;padding:9px 11px}.member-invite-form input:focus,.member-invite-form select:focus{outline-offset:0;border-color:#1a1c1c;outline:3px solid #1a1c1c1a}.invite-link-result{border:1px solid var(--border);background:var(--muted);color:var(--muted-foreground);border-radius:9px;align-items:center;gap:9px;margin-top:14px;padding:8px;display:flex}.invite-link-result>svg{flex:none;margin-left:4px}.invite-link-result input{min-width:0;min-height:36px;color:var(--foreground);background:0 0;border:0;padding:6px;font-size:11px}.invite-link-result input:focus{box-shadow:none}.invite-link-result .button{flex:none;min-height:34px;margin:0}.invite-table .member-row{grid-template-columns:minmax(220px,1.5fr) minmax(100px,.7fr) minmax(100px,.7fr) 76px}.invite-row-actions{justify-content:flex-end;align-items:center;gap:5px;display:flex}.invite-row-actions button{width:30px;height:30px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:inline-grid}.invite-row-actions button:hover{background:var(--muted);color:var(--foreground)}.invite-row-actions button:last-child:hover{color:var(--destructive)}.invitation-page{background:var(--surface,#faf9f9);place-items:center;min-height:100vh;padding:24px;display:grid}.invitation-card{border:1px solid var(--border);background:var(--card);width:min(100%,480px);color:var(--foreground);text-align:center;border-radius:16px;justify-items:center;padding:38px;display:grid;box-shadow:0 18px 50px #1a1c1c1a}.invitation-icon{background:var(--muted);width:52px;height:52px;color:var(--foreground);border-radius:13px;place-items:center;margin-bottom:18px;display:grid}.invitation-card h1{letter-spacing:-.035em;margin:7px 0 0;font-size:25px}.invitation-card>p{max-width:360px;color:var(--muted-foreground);margin:10px 0 0;font-size:13px;line-height:1.55}.invitation-card>p strong{color:var(--foreground)}.invitation-details{border-block:1px solid var(--border);gap:9px;width:100%;margin:24px 0;padding:16px 0;display:grid}.invitation-details span{color:var(--muted-foreground);align-items:center;gap:8px;font-size:12px;display:flex}.invitation-details span strong{color:var(--foreground);margin-left:auto}.invitation-card>.button{min-height:42px}.settings-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;display:flex}.settings-empty-icon{color:#1a1c1c;background:#eeeeed;border-radius:13px;place-items:center;width:52px;height:52px;margin-bottom:20px;display:grid}.settings-empty-state>p{color:#737373;max-width:500px;margin:10px auto 22px;font-size:13px;line-height:1.6}.settings-connector-list{gap:10px;display:grid}.settings-connector-list article{border:1px solid #eeeeed;border-radius:10px;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px;display:grid}.settings-connector-list article>span{background:#faf9f9;border-radius:9px;place-items:center;width:40px;height:40px;display:grid}.settings-connector-list article strong{font-size:13px}.settings-connector-list article p{color:#737373;margin:4px 0 0;font-size:11px}.settings-connector-list article>b{color:#737373;text-transform:uppercase;background:#eeeeed;border-radius:999px;padding:5px 8px;font-size:9px}@media (width<=760px){.settings-header{--dashboard-header-height:64px;flex-basis:64px;height:64px;padding:0 20px}.settings-content{padding:24px 20px 48px}}@media (width<=980px){.profile-layout{grid-template-columns:1fr}.profile-photo-card,.profile-form-card{min-height:0}.profile-avatar.profile-avatar-large{margin-top:32px}}@media (width<=600px){.settings-brand{display:none}.settings-sidebar{padding:10px 12px 8px}.settings-nav p{display:none}.settings-nav button:nth-last-child(-n+2){display:flex}.settings-nav button.active:before,.settings-nav-status,.back-app{display:none}.settings-header{--dashboard-header-height:64px;flex-basis:64px;height:64px;padding:0 16px}.settings-header-copy p{max-width:calc(100vw - 150px)}.settings-content{padding:18px 14px 40px}.settings-section-card{border-radius:12px;padding:18px}.general-settings>.settings-section-card{padding:18px}.general-identity{grid-template-columns:1fr;align-items:end;display:grid}.workspace-avatar-editor{grid-template-columns:56px minmax(0,1fr)}.workspace-avatar-editor .workspace-monogram{width:56px;height:56px}.workspace-avatar-editor .button{width:fit-content}.workspace-avatar-editor .workspace-avatar-upload,.workspace-avatar-editor .workspace-avatar-remove{grid-column:1/-1}.workspace-monogram{width:44px;height:44px}.settings-fact{grid-template-columns:36px minmax(0,1fr);padding:12px 0}.settings-fact>b{grid-column:2;width:fit-content}.member-table{overflow-x:auto}.member-row{min-width:660px}.profile-identity-row{flex-direction:column;align-items:flex-start}.profile-avatar-actions{margin-left:0}.profile-fields-grid,.member-invite-form{grid-template-columns:1fr}.invite-link-result{flex-direction:column;align-items:stretch}.invite-link-result>svg{display:none}.invite-link-result .button{width:100%}.invitation-card{padding:28px 20px}.profile-photo-card,.profile-form-card{padding:18px}.profile-form-card .settings-card-actions{flex-direction:column;align-items:stretch}.profile-form-card .settings-card-actions .button{width:100%}.settings-connector-list article{grid-template-columns:40px minmax(0,1fr)}.settings-connector-list article>b{grid-column:2;width:fit-content}}.task-row-menu button{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;padding:8px;font-size:12px;display:flex}.task-row-menu button:hover{background:var(--muted)}.task-row-menu .task-row-menu-delete{color:var(--destructive)}.task-detail-backdrop{z-index:35;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:default;background:#1a1c1c38;border:0;position:fixed;inset:0}.task-detail-panel{z-index:40;border-left:1px solid var(--border);background:var(--card);flex-direction:column;width:min(520px,94vw);height:100vh;display:flex;position:fixed;top:0;right:0;box-shadow:-8px 0 26px #0000001a}.task-detail-panel header{border-bottom:1px solid var(--border);flex:0 0 56px;justify-content:space-between;align-items:center;height:56px;padding:0 20px;display:flex}.task-detail-panel header span{color:var(--muted-foreground);align-items:center;gap:8px;font-size:12px;display:flex}.task-detail-panel header button{width:30px;height:30px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:inline-grid}.task-detail-panel header button:hover{background:var(--muted)}.task-detail-content{padding:20px;overflow-y:auto}.task-detail-preview{background:var(--muted);height:170px;color:var(--muted-foreground);border-radius:50%;place-items:center;display:grid}.task-evidence-state,.task-evidence-image{border:1px solid var(--border);background:var(--muted);border-radius:10px;width:100%;min-height:190px;margin-bottom:20px}.task-evidence-state{color:var(--muted-foreground);text-align:center;place-items:center;padding:20px;font-size:12px;display:grid}.task-evidence-image{object-fit:contain;max-height:420px;display:block}.task-annotation-stage{border-radius:10px;width:100%;margin-bottom:20px;position:relative;overflow:hidden}.task-annotation-stage .task-evidence-image{margin-bottom:0}.task-annotation-overlay{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.task-screenshot-blur{z-index:1;-webkit-backdrop-filter:blur(28px)saturate(.55);background:#ffffff38;border-radius:3px;position:absolute;overflow:hidden}.task-replay-preview{background:var(--muted);border-radius:10px;width:100%;margin-bottom:20px;position:relative;overflow:hidden}.task-replay-preview>div:first-child{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.task-replay-preview .replayer-wrapper{transform-origin:50%;max-width:100%;max-height:100%;overflow:hidden}.task-replay-preview>button{width:46px;height:46px;color:var(--foreground);cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 3px 10px #0000001f}.task-type{background:var(--muted);color:var(--muted-foreground);border-radius:4px;margin-top:16px;padding:4px 7px;font-size:10px;display:inline-block}.task-detail-content h2{letter-spacing:-.02em;margin:10px 0 20px;font-size:22px}.task-detail-meta{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:15px;padding-bottom:18px;display:grid}.task-detail-meta small,.task-detail-meta strong{display:block}.task-detail-meta small{color:var(--muted-foreground);text-transform:uppercase;margin-bottom:7px;font-size:10px}.task-detail-meta strong{align-items:center;gap:6px;font-size:12px;display:flex}.task-detail-content section{border-bottom:1px solid var(--border);padding:18px 0}.task-detail-content h3{margin:0 0 10px;font-size:14px}.task-detail-content p,.task-detail-content li{color:var(--muted-foreground);font-size:12px;line-height:1.55}.task-detail-content ol{margin:7px 0 0;padding-left:18px}.task-comment{gap:9px;display:flex}.task-comment p{margin:0}.task-comment p strong{color:var(--foreground)}.task-comment p small{color:var(--muted-foreground);margin-left:8px}.task-detail-content textarea{resize:vertical;min-height:80px;margin-top:14px}@media (width<=760px){.tasks-toolbar{flex-direction:column;align-items:stretch}.tasks-search{width:100%}.tasks-filters{justify-content:space-between}.tasks-filters button{flex:1;justify-content:center}}.detail-mode-tabs{border:1px solid var(--border);background:var(--muted);border-radius:7px;gap:2px;padding:3px;display:flex;overflow-x:auto}.detail-mode-tabs button{color:var(--muted-foreground);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:7px 9px;font-size:10px;font-weight:600}.detail-mode-tabs button.active{background:var(--primary);color:var(--primary-foreground)}.detail-header-actions{align-items:center;gap:5px;display:flex}.detail-header-actions button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:5px;padding:7px;font-size:10px;display:inline-flex}.detail-header-actions button:hover{background:var(--muted);color:var(--foreground)}.detail-play{background:var(--card);width:48px;height:48px;color:var(--foreground);cursor:pointer;border:0;border-radius:50%;place-items:center;display:inline-grid;box-shadow:0 3px 10px #0000001f}.task-detail-description{color:var(--muted-foreground);margin:-11px 0 18px;font-size:12px;line-height:1.55}.task-open-investigation{border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer;border-radius:7px;align-items:center;gap:5px;margin:0 0 18px;padding:8px 10px;font-size:12px;font-weight:600;display:inline-flex}.task-open-investigation:hover{border-color:var(--primary);color:var(--primary)}.task-open-investigation:focus-visible,.tasks-table tbody tr:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.detail-tabs{border-bottom:1px solid var(--border);gap:19px;display:flex;overflow-x:auto}.detail-tabs button{color:var(--muted-foreground);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:10px 0;font-size:11px;position:relative}.detail-tabs button.active{border-bottom-color:var(--primary);color:var(--primary)}.detail-tabs button i{background:var(--destructive);border-radius:50%;width:4px;height:4px;position:absolute;top:8px;right:-5px}.task-info{flex-direction:column;gap:17px;padding-top:20px;display:flex}.task-info span{flex-direction:column;gap:6px;display:flex}.task-info small{color:var(--muted-foreground);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:600}.task-info b,.task-info a{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:500;overflow:hidden}.task-info a{color:var(--primary)}.detail-mode-content{height:100%;padding:20px;overflow-y:auto}.transcript-search{flex-direction:row;align-items:center;gap:7px;margin-bottom:22px;display:flex}.transcript-search input{min-height:36px}.transcript-line{border-bottom:1px solid var(--border);color:var(--foreground);gap:15px;margin:0;padding:13px 0;font-size:12px;line-height:1.5;display:flex}.transcript-line strong{color:var(--primary);flex:0 0 38px;font-size:10px}.mcp-context{border:1px solid var(--border);background:var(--muted);color:var(--foreground);border-radius:8px;padding:15px;font-size:12px;line-height:1.55}.mcp-context p{color:var(--muted-foreground)}.vscode-empty{color:var(--muted-foreground);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.vscode-empty p{margin:0;font-size:12px}@media (width<=480px){.task-detail-panel{width:100vw}.detail-header-actions button:first-child{font-size:0}.detail-mode-tabs button{padding-inline:7px}}.task-detail-panel{width:min(60vw,900px)}.task-detail-panel header{flex-basis:56px;gap:16px;height:56px}.detail-mode-tabs{flex:0 auto;min-width:0}.detail-mode-tabs button,.detail-header-actions{flex:none}.task-detail-panel .detail-mode-tabs button{justify-content:center;align-items:center;width:auto;height:auto;display:inline-flex}.task-detail-panel .detail-header-actions button{width:auto;height:auto;display:inline-flex}.task-detail-panel .detail-mode-tabs{border:1px solid var(--border);background:var(--muted);border-radius:8px;gap:2px;padding:3px}.task-detail-panel .detail-mode-tabs button{color:var(--muted-foreground);border-radius:6px;padding:7px 12px;font-size:12px;font-weight:600;line-height:1.2}.task-detail-panel .detail-mode-tabs button:hover{background:var(--accent);color:var(--foreground)}.task-detail-panel .detail-mode-tabs button.active{background:var(--foreground);color:var(--background)}.task-detail-preview{aspect-ratio:16/9;height:auto}@media (width<=480px){.task-detail-panel{width:100vw}}.task-detail-panel{background:var(--card);width:min(680px,96vw)}.task-detail-header{padding:0 24px}.task-detail-heading{min-width:0;color:var(--foreground);align-items:center;gap:9px;font-size:13px;font-weight:650;display:flex}.task-detail-heading svg{color:var(--muted-foreground)}.task-detail-tabs{border-bottom:1px solid var(--border);align-items:flex-end;gap:26px;min-height:50px;padding:0 24px;display:flex;overflow-x:auto}.task-detail-tabs button{height:50px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;padding:0;font-size:12px;font-weight:600}.task-detail-tabs button:hover{color:var(--foreground)}.task-detail-tabs button.active{border-bottom-color:var(--foreground);color:var(--foreground)}.task-detail-scroll{scrollbar-gutter:stable;flex:1;min-height:0;overflow-y:auto}.task-detail-summary{border-bottom:1px solid var(--border);padding:22px 24px 20px}.task-detail-summary>div{color:var(--muted-foreground);align-items:center;gap:10px;font-size:11px;display:flex}.task-detail-summary h2{color:var(--foreground);letter-spacing:-.025em;margin:12px 0 0;font-size:22px;font-weight:680;line-height:1.25}.task-detail-content{padding:24px}.task-detail-content .task-annotation-stage,.task-detail-content .task-replay-preview,.task-detail-content .task-evidence-state,.task-detail-content .task-evidence-image{border-radius:8px;margin-bottom:24px}.task-detail-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:20px 0}.task-detail-section h3,.task-analysis-list h3{color:var(--foreground);margin:0 0 8px;font-size:13px;font-weight:650}.task-detail-section p,.task-analysis-list p{color:var(--muted-foreground);white-space:pre-wrap;margin:0;font-size:12px;line-height:1.6}.task-detail-info-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:0;display:grid}.task-detail-info-grid>div{border-bottom:1px solid var(--border);min-width:0;padding:16px 0}.task-detail-info-grid>div:nth-child(odd){padding-right:18px}.task-detail-info-grid>div:nth-child(2n){border-left:1px solid var(--border);padding-left:18px}.task-detail-info-grid dt{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:10px;font-weight:600}.task-detail-info-grid dd{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:550;overflow:hidden}.task-detail-info-grid a{color:var(--foreground);text-decoration:underline;-webkit-text-decoration-color:var(--border);text-decoration-color:var(--border);text-underline-offset:3px}.task-transcript-list,.task-analysis-list,.task-prompt-panel{padding:8px 24px 24px}.task-transcript-list>div{border-bottom:1px solid var(--border);grid-template-columns:48px minmax(0,1fr);gap:12px;padding:14px 0;display:grid}.task-transcript-list time{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:10px}.task-transcript-list p{color:var(--foreground);margin:0;font-size:12px;line-height:1.55}.task-analysis-list section{border-bottom:1px solid var(--border);padding:16px 0}.task-prompt-panel>button{border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer;border-radius:7px;align-items:center;gap:6px;margin:12px 0;padding:8px 10px;font-size:11px;font-weight:600;display:inline-flex}.task-prompt-panel>button:hover{background:var(--muted)}.task-prompt-panel pre{border:1px solid var(--border);background:var(--muted);color:var(--foreground);white-space:pre-wrap;border-radius:8px;margin:0;padding:16px;font:11px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.task-detail-empty,.task-detail-load-state{min-height:220px;color:var(--muted-foreground);text-align:center;justify-content:center;align-items:center;gap:8px;padding:32px;font-size:12px;display:flex}.task-detail-empty.error,.task-detail-load-state.error{color:var(--destructive)}.task-detail-load-state{flex-direction:column}.task-detail-load-state p{margin:0}.task-detail-load-state button{border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer;border-radius:7px;padding:8px 10px}.task-detail-footer{border-top:1px solid var(--border);background:var(--card);flex:none;padding:14px 24px}.task-detail-footer button{background:var(--foreground);width:100%;min-height:40px;color:var(--background);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;font-size:12px;font-weight:650;display:inline-flex}.task-detail-footer button:disabled{cursor:not-allowed;opacity:.45}@media (width<=600px){.task-detail-panel{width:100vw}.task-detail-header,.task-detail-tabs,.task-detail-summary,.task-detail-content,.task-transcript-list,.task-analysis-list,.task-prompt-panel,.task-detail-footer{padding-left:16px;padding-right:16px}.task-detail-info-grid{grid-template-columns:1fr}.task-detail-info-grid>div:nth-child(odd),.task-detail-info-grid>div:nth-child(2n){border-left:0;padding-left:0;padding-right:0}}.investigation-panel{scrollbar-gutter:stable;width:min(64vw,980px)}.investigation-review-page{background:var(--background);height:100vh;min-height:100vh;color:var(--foreground);overflow:hidden}.investigation-review-header{border-bottom:1px solid var(--border);background:var(--card);justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex}.investigation-review-brand{color:var(--foreground);letter-spacing:-.06em;cursor:pointer;background:0 0;border:0;padding:0;font-size:25px;font-weight:800}.investigation-review-brand img{filter:brightness(0);width:112px;height:auto;display:block}.investigation-review-close{width:36px;height:36px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.investigation-review-close:hover{background:var(--muted);color:var(--foreground)}.investigation-review-header-actions{align-items:center;gap:8px;display:flex}.investigation-review-reference{border:1px solid var(--border);background:var(--card);height:32px;color:var(--foreground);cursor:copy;border-radius:8px;align-items:center;padding:0 11px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;font-weight:750;display:inline-flex}.investigation-review-reference:hover{background:var(--muted)}.investigation-review-content{grid-template-columns:minmax(0,1fr) 430px;gap:28px;height:calc(100vh - 72px);min-height:0;padding:28px;display:grid}.investigation-review-main,.investigation-review-sidebar{border:1px solid var(--border);background:var(--card);border-radius:14px;min-width:0;min-height:0}.investigation-review-main{align-self:start;padding:18px}.investigation-review-media .web-replay,.investigation-review-media .investigation-empty{min-height:420px}.investigation-review-title{padding:22px 4px}.investigation-review-title>span{color:var(--muted-foreground);font-size:12px}.investigation-review-title h1{letter-spacing:-.03em;margin:6px 0 8px;font-size:28px}.investigation-review-title p{color:var(--muted-foreground);align-items:center;gap:7px;margin:0;font-size:14px;display:flex}.investigation-review-sidebar{align-self:stretch;overflow:hidden}.investigation-review-tabs{border-bottom:1px solid var(--border);grid-template-columns:repeat(3,1fr);display:grid}.investigation-review-tabs button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:18px 8px;font-size:13px}.investigation-review-tabs button.active{color:var(--foreground);border-bottom-color:#0000;font-weight:650}.investigation-review-details{height:calc(100% - 59px);min-height:0;padding:24px;overflow-y:auto}.investigation-review-details .investigation-info-grid{grid-template-columns:1fr;gap:0}.investigation-review-details .investigation-info-grid>div{border-bottom:1px solid var(--border);padding:13px 0}.console-action-summary{border-top:1px solid var(--border);margin-top:20px;padding-top:18px}.console-action-summary h3{margin:0 0 10px;font-size:13px}.console-action-summary>div{border-bottom:1px solid var(--border);grid-template-columns:58px minmax(0,1fr);gap:10px;padding:9px 0;font-size:12px;display:grid}.console-action-summary time{color:var(--muted-foreground);font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.investigation-review-state{min-height:100vh;color:var(--muted-foreground);place-items:center;display:grid}.investigation-review-state.error{color:var(--destructive)}@media (width<=980px){.investigation-review-page{height:auto;min-height:100vh;overflow:visible}.investigation-review-content{grid-template-columns:1fr;height:auto}.investigation-review-sidebar{width:100%}.investigation-review-details{height:auto;max-height:60vh}}@media (width<=600px){.investigation-review-header{height:60px;padding:0 18px}.investigation-review-content{gap:16px;padding:16px}.investigation-review-main{padding:12px}.investigation-review-media .web-replay,.investigation-review-media .investigation-empty{min-height:220px}.investigation-review-details{padding:16px}}.investigation-panel-state,.investigation-replay-state{min-height:220px;color:var(--muted-foreground);place-items:center;font-size:13px;display:grid}.investigation-evidence-overview{flex-direction:column;gap:20px;display:flex}.web-replay,.investigation-preview-image{border:1px solid var(--border);background:var(--card);border-radius:12px;width:100%;position:relative;overflow:hidden}.web-replay{aspect-ratio:16/9}.investigation-annotation-stage{width:100%;position:relative}.investigation-annotation-stage .investigation-preview-image{width:100%}.investigation-annotation-overlay{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0}.investigation-screenshot-blur{z-index:1;pointer-events:none;background:#ffffff47;border:1px solid #0000002e;border-radius:4px;position:absolute;overflow:hidden}.investigation-screenshot-blur>img{filter:blur(42px)saturate(.55);transform-origin:50%;max-width:none;display:block;position:absolute;transform:scale(1.15)}.investigation-preview-image{object-fit:contain;height:auto;display:block}.web-replay>div:first-child{justify-content:center;place-items:center;width:100%;height:100%;display:flex;position:absolute;inset:0}.web-replay .replayer-wrapper{transform-origin:50%;max-width:100%;max-height:100%;overflow:hidden;background:var(--card)!important}.web-replay .rr-player{background:var(--card)!important}.web-replay>button{color:#1a1c1c;cursor:pointer;background:#ffffffeb;border:0;border-radius:999px;place-items:center;width:52px;height:52px;display:grid;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 8px 24px #00000038}.investigation-title-row,.mcp-view-heading,.transcript-toolbar{justify-content:space-between;align-items:center;gap:18px;display:flex}.investigation-title-row h2,.mcp-view-heading h2{letter-spacing:-.025em;margin:4px 0 6px;font-size:24px}.investigation-title-row p{color:var(--muted-foreground);align-items:center;gap:7px;margin:0;font-size:13px;display:flex}.investigation-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;display:grid}.investigation-info-grid>div{border-bottom:1px solid var(--border);min-width:0;padding:16px 12px 16px 0}.investigation-info-grid dt{color:var(--muted-foreground);letter-spacing:.07em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:650}.investigation-info-grid dd{overflow-wrap:anywhere;min-width:0;color:var(--foreground);margin:0;font-size:13px}.investigation-info-grid a{color:var(--primary);align-items:center;gap:5px;display:inline-flex}.investigation-empty{min-height:190px;color:var(--muted-foreground);text-align:center;align-content:center;place-items:center;gap:10px;display:grid}.investigation-empty svg{opacity:.38;width:34px;height:34px}.investigation-empty p,.investigation-inline-state{color:var(--muted-foreground);margin:0;font-size:13px}.investigation-inline-state{text-align:center;padding:28px 0}.evidence-event-list,.action-event-list{flex-direction:column;padding-top:12px;display:flex}.evidence-event-list details,.network-event,.action-event-list>div{border-bottom:1px solid var(--border);padding:11px 0;font-size:12px}.evidence-event-list summary{cursor:pointer;grid-template-columns:62px 48px minmax(0,1fr);align-items:center;gap:8px;display:grid}.evidence-event-list summary b{background:var(--muted);text-transform:uppercase;border-radius:4px;width:fit-content;padding:3px 6px;font-size:9px}.evidence-event-list summary b[data-level=error]{background:color-mix(in srgb, var(--destructive) 12%, transparent);color:var(--destructive)}.evidence-event-list time,.action-event-list time,.network-event time{color:var(--muted-foreground);font-variant-numeric:tabular-nums}.evidence-event-list pre{color:#faf9f9;white-space:pre-wrap;background:#1a1c1c;border-radius:7px;max-height:260px;margin:10px 0 0;padding:12px;font-size:11px;overflow:auto}.network-event{grid-template-columns:52px 44px minmax(0,1fr) 64px;gap:10px;display:grid}.network-event>span:nth-child(3){text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.network-event .error,.investigation-panel-state.error,.investigation-inline-state.error,.investigation-replay-state.error{color:var(--destructive)}.action-event-list>div{grid-template-columns:52px minmax(0,1fr);gap:12px;display:grid}.transcript-view,.mcp-view{flex-direction:column;gap:18px;display:flex}.transcript-toolbar label{border:1px solid var(--border);background:var(--muted);border-radius:8px;flex:1;align-items:center;gap:8px;min-width:0;padding:0 11px;display:flex}.transcript-toolbar input{background:0 0;border:0;outline:0;width:100%;min-height:38px}.transcript-toolbar>span{background:var(--muted);border-radius:5px;padding:6px 8px;font-size:10px;font-weight:650}.transcript-view audio{width:100%}.mcp-view-heading .outline-button,.vscode-empty .outline-button{align-items:center;gap:7px;display:inline-flex}.mcp-context{white-space:pre-wrap;margin:0}.vscode-empty h2{margin:0}@media (width<=820px){.investigation-panel{width:min(92vw,760px)}}@media (width<=560px){.investigation-panel{width:100vw}.investigation-panel>header{padding-inline:10px}.investigation-info-grid{grid-template-columns:1fr}.investigation-title-row{flex-direction:column;align-items:flex-start}.network-event{grid-template-columns:44px 38px minmax(0,1fr)}.network-event time{display:none}}@media (width<=760px){.aproow-card-checkbox{opacity:1}.selection-header{flex-wrap:wrap;align-items:stretch}.selection-header strong{flex:100%;order:-1}.selection-header button{flex:auto;justify-content:center}}.settings-note,.settings-feedback,.settings-empty{color:var(--muted-foreground);font-size:12px;line-height:1.5}.settings-note{align-items:flex-start;gap:7px;display:flex}.intelligence-form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.intelligence-form-grid label{color:#434655;gap:7px;font-size:11px;font-weight:650;display:grid}.intelligence-form-grid input,.intelligence-form-grid select{color:#1a1c1c;min-height:40px;font:inherit;background:#fff;border:1px solid #c4c5d8;border-radius:8px;padding:8px 10px}.intelligence-key-field{grid-column:1/-1}.intelligence-key-field small{color:#737373;font-weight:400}.intelligence-enabled{grid-column:1/-1;grid-auto-flow:column;justify-content:start;align-items:center;display:flex!important}.intelligence-enabled input{accent-color:#1a1c1c;min-height:auto}.intelligence-actions{gap:8px}.settings-feedback.success{color:#166534}.intelligence-projects{gap:12px;display:grid}.intelligence-project{border:1px solid #eeeeed;border-radius:12px;overflow:hidden}.intelligence-project>header{justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.intelligence-project>header strong{color:#1a1c1c;font-size:13px}.intelligence-project>header p{color:#737373;margin:4px 0 0;font-size:11px}.intelligence-report{background:#faf9f9;border-top:1px solid #eeeeed;grid-template-columns:1fr 1fr;gap:16px;padding:16px;display:grid}.intelligence-report>div>span{color:#737373;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.intelligence-report p{color:#434655;margin:6px 0 0;font-size:11px;line-height:1.5}.intelligence-report .wide{grid-column:1/-1}.intelligence-report ul{gap:8px;margin:8px 0 0;padding:0;list-style:none;display:grid}.intelligence-report li{border-left:2px solid #1a1c1c;padding-left:10px}.intelligence-report li b{font-size:11px;display:block}.intelligence-report code{color:#434655;overflow-wrap:anywhere;margin-top:3px;font-size:10px;display:block}.spin{animation:.8s linear infinite intelligence-spin}@keyframes intelligence-spin{to{transform:rotate(360deg)}}@media (width<=640px){.intelligence-form-grid,.intelligence-report{grid-template-columns:1fr}.intelligence-key-field,.intelligence-enabled,.intelligence-report .wide{grid-column:1}.intelligence-project>header{align-items:flex-start}}.settings-feedback.error{color:var(--destructive)}.settings-empty{text-align:center;padding:24px 0}.inline-action{color:var(--primary);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.member-menu-anchor{position:relative}.member-menu-anchor>button{color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;place-items:center;display:inline-grid}.member-menu{z-index:8;border:1px solid var(--border);background:var(--popover);width:190px;color:var(--muted-foreground);border-radius:7px;padding:9px;font-size:11px;line-height:1.4;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 8px 20px #0000001a}.settings-help-panel,.support-panel{z-index:45;border:1px solid var(--border);background:var(--popover);border-radius:10px;width:min(330px,100vw - 40px);padding:14px;position:fixed;bottom:20px;right:20px;box-shadow:0 14px 34px #00000024}.settings-help-panel header,.support-panel header{justify-content:space-between;align-items:center;display:flex}.settings-help-panel header button,.support-panel header button{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:inline-grid}.settings-help-panel p,.support-panel p{color:var(--muted-foreground);font-size:12px;line-height:1.5}.settings-help-panel>button{border:1px solid var(--border);background:var(--card);cursor:pointer;border-radius:6px;padding:7px 10px}.support-panel{bottom:74px}.dashboard-filter-select{border:1px solid var(--border);background:var(--card);min-width:118px;min-height:36px;color:var(--foreground);border-radius:8px;align-items:center;padding:0;display:inline-flex;position:relative}.dashboard-filter-trigger{border-radius:inherit;width:100%;min-height:36px;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:7px 11px;font-size:12px;font-weight:550;display:inline-flex}.dashboard-filter-trigger:hover,.dashboard-filter-select.is-open .dashboard-filter-trigger{background:var(--surface-container,var(--muted))}.dashboard-filter-trigger:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.dashboard-filter-trigger svg{flex:none;transition:transform .12s}.dashboard-filter-select.is-open .dashboard-filter-trigger svg{transform:rotate(180deg)}.dashboard-filter-menu{z-index:15;border:1px solid var(--border);background:var(--popover);border-radius:8px;min-width:100%;padding:4px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 10px 24px #0000001f}.dashboard-filter-menu button{width:100%;min-height:32px;color:var(--foreground);text-align:left;white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;gap:14px;padding:7px 8px;font-size:12px;display:flex}.dashboard-filter-menu button:hover,.dashboard-filter-menu button.is-selected{background:var(--muted)}.dashboard-filter-menu button.is-selected{font-weight:600}.tasks-filters,.all-aproows-actions{background:0 0;border:0;border-radius:0;gap:8px;padding:0}.tasks-filters .dashboard-filter-select,.all-aproows-actions .dashboard-filter-select{border:1px solid var(--border);background:var(--card);border-radius:8px;min-height:36px}.tasks-filters .dashboard-filter-trigger,.all-aproows-actions .dashboard-filter-trigger{padding:7px 11px;font-size:12px;font-weight:550}.tasks-filters button:hover{background:var(--surface-container,var(--muted))}.table-sort{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;padding:0;display:inline-flex}.table-sort .rotated{transform:rotate(180deg)}.detail-tab-empty{color:var(--muted-foreground);padding:22px 0;font-size:12px}.detail-tab-empty p{margin:7px 0 0}.selection-message{color:var(--muted-foreground);margin:0 0 12px;font-size:11px}.aproow-card{cursor:pointer}.aproow-card-grid.list-view{grid-template-columns:1fr}.aproow-card-grid.list-view .aproow-card{grid-template-columns:220px minmax(0,1fr);display:grid}.aproow-card-grid.list-view .aproow-card-preview{height:100%;min-height:140px}.aproow-view-toggle button.active{background:var(--muted);color:var(--foreground);box-shadow:0 1px 3px #0000001a}.dashboard-sidebar.collapsed{flex-basis:72px;width:72px;padding-inline:16px}.workspace-button{padding-left:4px}.workspace-avatar{aspect-ratio:1;outline:1px solid var(--border);outline-offset:1px;border-radius:50%;flex:0 0 32px;width:32px;height:32px}.dashboard-sidebar.collapsed .sidebar-topbar{justify-content:flex-start}.dashboard-sidebar.collapsed .sidebar-topbar .workspace-switcher{margin-inline:auto;flex:0 36px;align-items:center;width:36px;height:44px;margin-bottom:22px}.dashboard-sidebar.collapsed .workspace-button{background:0 0;border-radius:12px;justify-content:center;gap:9px;width:100%;min-width:0;height:36px;min-height:36px;padding:2px;overflow:hidden}.dashboard-sidebar.collapsed .workspace-avatar{aspect-ratio:1;border-radius:50%;flex:0 0 32px;width:32px;height:32px}.dashboard-sidebar.collapsed .dashboard-nav-item{border-radius:7px;justify-content:flex-start;gap:10px;width:36px;min-width:36px;height:36px;min-height:36px;margin:0;padding:7px 9px;overflow:hidden}.dashboard-sidebar.collapsed .dashboard-nav-item>span:first-child{flex:0 0 18px;width:18px;height:18px;font-size:13px}.dashboard-sidebar.collapsed .dashboard-nav-icon,.dashboard-sidebar.collapsed .dashboard-nav-icon>svg{flex:0 0 18px;width:18px;height:18px}.dashboard-nav-item>span:nth-child(2),.workspace-button span:nth-child(2),.workspace-button>svg{opacity:1;visibility:visible;white-space:nowrap;max-width:180px;transition:max-width .18s,opacity .12s;overflow:hidden}.dashboard-sidebar.collapsed .dashboard-nav-item>span:nth-child(2),.dashboard-sidebar.collapsed .workspace-button span:nth-child(2),.dashboard-sidebar.collapsed .workspace-button>svg{opacity:0;visibility:hidden;flex:0 0 0;width:0;max-width:0;font-size:13px;display:block}.workspace-avatar{outline-width:1.5px}.dashboard-sidebar:not(.collapsed) .workspace-switcher{margin-right:15px}.workspace-button{background:0 0}.workspace-button>svg{display:none}.dashboard-sidebar.collapsed .sidebar-topbar .workspace-switcher{flex-basis:36px;width:36px}.dashboard-sidebar.collapsed .workspace-avatar-trigger,.dashboard-sidebar.collapsed .workspace-avatar{flex-basis:26px;width:26px;height:26px}.dashboard-sidebar:not(.collapsed) .workspace-button{padding-left:4px}.dashboard-sidebar:not(.collapsed) .workspace-avatar-trigger,.dashboard-sidebar:not(.collapsed) .workspace-avatar{flex-basis:26px;width:26px;height:26px}.nav-section-header{border-radius:7px;align-items:center;gap:0;min-height:36px;transition:background .12s}.nav-section-header:hover{background:0 0}.nav-section-heading{min-height:36px;color:var(--foreground);letter-spacing:0;text-transform:none;border-radius:7px;padding:7px 18px 7px 9px;font-size:13px;font-weight:550}.nav-section-heading:hover{background:0 0}.nav-section-heading>span{gap:0}.nav-section-add{border-radius:7px;flex:0 0 36px;width:36px;height:36px}.nav-section-add:hover{background:0 0}.dashboard-sidebar .nav-section-heading:focus{box-shadow:none;outline:none}.dashboard-sidebar .nav-section-heading:focus-visible{outline:2px solid var(--primary);outline-offset:-1px;box-shadow:none}.sidebar-empty{color:var(--muted-foreground);opacity:.68;text-align:center;margin:10px 9px 0;font-size:11px;line-height:1.45}.collaboration-tabs{flex-wrap:wrap;gap:8px;display:flex}.collaboration-tabs a{color:var(--on-surface,#1a1c1c);border:1px solid var(--outline-variant,#c4c5d8);border-radius:8px;padding:8px 12px;text-decoration:none}.collaboration-row{border:0;border-bottom:1px solid var(--outline-variant,#c4c5d8);width:100%;color:inherit;text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.collaboration-row>span{color:var(--on-surface-variant,#434655)}.direct-page{background:var(--muted);height:calc(100vh - 72px);min-height:560px;padding:24px}.dashboard-content:has(>.direct-page){padding:0}.dashboard-content>.direct-page{height:100%;min-height:0}.direct-page>.settings-feedback{max-width:1280px;margin:0 auto 12px}.direct-shell{border:1px solid var(--border);background:var(--background);max-width:1280px;height:100%;box-shadow:0 8px 28px color-mix(in srgb,var(--foreground) 7%,transparent);border-radius:14px;grid-template-columns:280px minmax(0,1fr);margin:0 auto;display:grid;overflow:hidden}.direct-people{border-right:1px solid var(--border);min-width:0;overflow-y:auto}.direct-people>header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:66px;padding:0 18px;display:flex}.direct-people>header span{font-size:16px;font-weight:700}.direct-people>header strong{background:var(--muted);min-width:24px;height:24px;color:var(--muted-foreground);border-radius:12px;place-items:center;font-size:11px;display:grid}.direct-person{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px;padding:12px 14px;display:grid}.direct-person:hover,.direct-person.is-active{background:var(--muted)}.direct-person>span:last-child,.direct-conversation>header>span:last-child{gap:2px;min-width:0;display:grid}.direct-person strong,.direct-person small,.direct-conversation header strong,.direct-conversation header small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.direct-person strong{font-size:13px}.direct-person small,.direct-conversation header small{color:var(--muted-foreground);font-size:11px}.direct-person-avatar{background:var(--surface-container,#eeeded);border-radius:50%;place-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:grid}.direct-person-avatar.large{width:40px;height:40px}.direct-conversation{grid-template-rows:66px minmax(0,1fr) auto;min-width:0;display:grid}.direct-conversation>header{border-bottom:1px solid var(--border);align-items:center;gap:11px;padding:0 20px;display:flex}.direct-refresh{border:1px solid var(--border);width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:8px;place-items:center;margin-left:auto;display:grid}.direct-refresh:hover{background:var(--muted);color:var(--foreground)}.direct-refresh:disabled{cursor:wait;opacity:.55}.is-spinning{animation:.8s linear infinite direct-spin}@keyframes direct-spin{to{transform:rotate(360deg)}}.direct-stream{flex-direction:column;gap:12px;padding:24px;display:flex;overflow-y:auto}.direct-bubble{border:1px solid var(--border);background:var(--background);border-radius:12px 12px 12px 4px;align-self:flex-start;gap:10px;width:min(520px,85%);padding:14px;display:flex}.direct-bubble.is-sent{background:var(--muted);border-radius:12px 12px 4px;align-self:flex-end}.direct-bubble a{min-width:0;color:var(--foreground);flex:1;gap:4px;text-decoration:none;display:grid}.direct-bubble a:hover strong{text-decoration:underline}.direct-bubble a span,.direct-bubble a small{color:var(--muted-foreground);font-size:11px}.direct-bubble-meta{justify-content:space-between;gap:16px;display:flex}.direct-bubble-meta b{color:var(--foreground);font-weight:650}.direct-bubble-meta time{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.direct-bubble>button{min-width:28px;min-height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:7px;justify-content:center;align-self:start;align-items:center;gap:5px;font-size:11px;display:inline-flex}.direct-bubble>button:hover{border-color:var(--border);background:var(--background);color:var(--foreground)}.direct-bubble>button.is-confirming{border-color:color-mix(in srgb,var(--destructive) 34%,var(--border));color:var(--destructive)}.direct-composer{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) 42px;gap:8px;padding:14px;display:grid}.direct-composer select{border:1px solid var(--border);background:var(--background);width:100%;height:42px;color:var(--foreground);border-radius:9px;padding:0 12px}.direct-composer button{background:var(--foreground);width:42px;height:42px;color:var(--background);cursor:pointer;border:0;border-radius:9px;place-items:center;display:grid}.direct-composer button:hover{opacity:.86}.direct-composer button:disabled{cursor:not-allowed;opacity:.35}.direct-action-message{grid-column:1/-1;align-items:center;gap:6px;margin:0 2px 2px;font-size:12px;display:flex}.direct-action-message.error{color:var(--destructive,#ba1a1a)}.direct-action-message.success{color:var(--foreground)}.direct-upgrade{border:1px solid var(--border);min-height:42px;color:var(--muted-foreground);border-radius:9px;grid-column:1/-1;align-items:center;gap:9px;padding:8px 10px;font-size:12px;display:flex}.direct-upgrade span{flex:1}.direct-upgrade a{color:var(--foreground);white-space:nowrap;font-weight:650;text-decoration:none}.direct-upgrade a:hover{text-decoration:underline}.direct-empty-people,.direct-stream-empty,.direct-no-selection{color:var(--muted-foreground);text-align:center;align-content:center;place-items:center;gap:8px;padding:24px;display:grid}.direct-stream-empty{min-height:100%}.direct-stream-empty strong,.direct-no-selection h2{color:var(--foreground);margin:0;font-size:15px}.direct-stream-empty p,.direct-no-selection p{margin:0;font-size:12px}@media (width<=760px){.direct-page{padding:0}.direct-shell{border-radius:0;grid-template-columns:92px minmax(0,1fr)}.direct-people>header span{display:none}.direct-people>header{justify-content:center}.direct-person{grid-template-columns:1fr;justify-items:center}.direct-person>span:last-child{display:none}}.dark .settings-sidebar,.dark .settings-content,.dark .dashboard-main,.dark .support-page,.dark .pricing-page{background:var(--background);color:var(--foreground)}.dark .settings-sidebar{background:var(--card)}.dark .settings-header,.dark .settings-section-card,.dark .settings-inline-notice.neutral,.dark .workspace-avatar-remove,.dark .mcp-empty-card,.dark .mcp-detail-card,.dark .mcp-connected-card,.dark .mcp-tools-card,.dark .mcp-state-card,.dark .mcp-tools-trigger,.dark .mcp-secondary-button,.dark .mcp-icon-button,.dark .profile-fields-grid input,.dark .profile-fields-grid select,.dark .member-invite-form input,.dark .member-invite-form select{background:var(--card);color:var(--card-foreground);border-color:var(--border)}.dark .workspace-avatar-editor,.dark .profile-identity-row,.dark .profile-tip,.dark .mcp-config-code,.dark .settings-fact>span,.dark .settings-empty-icon,.dark .mcp-empty-icon{background:var(--muted);color:var(--foreground);border-color:var(--border)}.dark .settings-nav button,.dark .settings-inline-notice,.dark .settings-fact p,.dark .settings-section-title p,.dark .settings-header-copy p,.dark .mcp-settings-intro p,.dark .mcp-empty-card>p,.dark .mcp-empty-card ul,.dark .mcp-connection-summary p,.dark .mcp-card-heading p,.dark .mcp-security-note{color:var(--muted-foreground)}.dark .settings-nav button.active,.dark .settings-nav-status,.dark .settings-fact>b,.dark .settings-count-badge,.dark .member-role-badge,.dark .mcp-tools-trigger small,.dark .mcp-tool-row b{background:var(--accent);color:var(--accent-foreground)}.dark .settings-nav button.active{background:var(--muted);color:var(--foreground)}.dark .settings-nav button.active:before{background:var(--foreground)}.dark .settings-section-title h2,.dark .settings-empty-state h2,.dark .settings-fact strong,.dark .workspace-avatar-editor strong,.dark .profile-avatar-copy strong,.dark .mcp-settings-intro h2,.dark .mcp-empty-card h3,.dark .mcp-detail-card h3,.dark .mcp-connection-summary strong,.dark .mcp-tool-row code,.dark .mcp-error-state h3{color:var(--foreground)}.dark img:not([src$=\.svg]){color-scheme:normal}html,body,#root{min-height:100%}body,.workspace-shell,.settings-layout,.investigation-review-page{min-height:100dvh}@media (width<=900px){.settings-page-stack,.profile-settings,.mcp-page,.mcp-settings-page,.notifications-settings{width:100%}.settings-content{padding-inline:clamp(16px,4vw,28px)}.workspace-avatar-editor{grid-template-columns:68px minmax(0,1fr)}.workspace-avatar-editor .workspace-avatar-upload,.workspace-avatar-editor .workspace-avatar-remove{grid-column:auto}}@media (width<=600px){.settings-content{padding:16px max(12px, env(safe-area-inset-right)) calc(28px + env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left))}.settings-header{padding-top:env(safe-area-inset-top)}.settings-section-title{gap:12px}.settings-section-title h2{font-size:18px}.settings-section-title p{font-size:13px}.notification-preference{grid-template-columns:38px minmax(0,1fr);padding-inline:16px}.notification-preference>:last-child{grid-column:2;justify-self:start}.notification-master-row{grid-template-columns:42px minmax(0,1fr);padding:20px 16px}.notification-master-row .settings-empty-icon{width:42px;height:42px}.notification-master-row>.switch{grid-column:2;justify-self:start}.notification-group-label{padding-inline:16px}.notification-inbox-card{grid-template-columns:1fr;padding:18px 16px}.notification-inbox-actions{flex-wrap:wrap}.mcp-empty-card{min-height:300px;padding:28px 18px}.mcp-empty-card ul{width:100%}.mcp-connection-details>div{grid-template-columns:minmax(90px,.7fr) minmax(0,1fr)}.direct-page{height:calc(100dvh - 56px)}.direct-shell{grid-template-columns:72px minmax(0,1fr)}.direct-stream{padding:16px 12px}.direct-bubble{width:min(100%,520px)}.direct-conversation>header{padding-inline:14px}}@media (width<=420px){.settings-header-copy p{display:none}.settings-section-card{padding:16px}.workspace-avatar-editor{grid-template-columns:52px minmax(0,1fr);padding:12px}.workspace-avatar-editor .workspace-monogram{width:52px;height:52px}.workspace-avatar-editor .workspace-avatar-upload,.workspace-avatar-editor .workspace-avatar-remove{grid-column:1/-1;justify-content:center;width:100%}.settings-card-actions .button{justify-content:center;width:100%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.public-aproow-page{background:var(--muted);min-height:100dvh;color:var(--foreground)}.public-aproow-page>header{z-index:5;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--background) 92%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;min-height:68px;padding:0 28px;display:flex;position:sticky;top:0}.public-aproow-page>header .public-aproow-brand{color:var(--foreground);letter-spacing:-.055em;font-size:22px;font-weight:780}.public-aproow-page>header span{color:var(--muted-foreground);align-items:center;gap:6px;font-size:12px;display:inline-flex}.public-aproow-page>header>div{align-items:center;gap:12px;display:flex}.public-aproow-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:20px;width:100%;max-width:1680px;min-height:calc(100dvh - 68px);margin:0 auto;padding:20px;display:grid}.public-aproow-layout.details-only{max-width:1120px;padding-block:34px 64px;display:block}.public-aproow-evidence{border:1px solid var(--border);background:var(--background);border-radius:14px;width:100%;min-width:0;padding:16px;display:block;position:sticky;top:88px;overflow:auto}.public-aproow-evidence img,.public-aproow-evidence video{border-radius:8px;max-width:100%;max-height:calc(100dvh - 145px);display:block;box-shadow:0 8px 30px #0000001f}.public-aproow-evidence video{background:#000;width:100%}.public-replay{background:#0b0d0e;border-radius:10px;width:100%;overflow:hidden;box-shadow:0 10px 30px #0000002e}.public-replay .replay-container{background:#111;border:0;border-radius:0;flex-direction:column;width:100%;display:flex;overflow:hidden}.public-replay .replay-container>div:first-child{width:100%;position:relative;overflow:hidden}.public-replay .replay-root{width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.public-replay .replay-root+div{pointer-events:none;position:absolute}.public-replay .replay-root+div>svg{width:100%;height:100%;position:absolute;inset:0}.public-replay .replay-root iframe{border:0;max-width:none;display:block}.public-replay .replayer-mouse{display:none!important}.public-replay .replay-cursor{pointer-events:none;z-index:10;filter:drop-shadow(0 1px 1px #00000059);display:block;position:absolute}.public-replay .replay-click{z-index:10;pointer-events:none;border:2px solid #fff;border-radius:50%;width:18px;height:18px;position:absolute;transform:translate(-50%,-50%)}.public-replay-controls{color:#d7dcdf;font-variant-numeric:tabular-nums;grid-template-columns:34px 42px minmax(0,1fr) 42px;align-items:center;gap:8px;padding:10px 12px;font-size:11px;display:grid}.public-replay-controls button{color:#f4f6f7;cursor:pointer;background:#20272a;border:1px solid #343d41;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.public-replay-controls input{accent-color:#f4f6f7;cursor:pointer;width:100%}.public-replay-state{min-height:260px;color:var(--muted-foreground);justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex}.public-aproow-details{border:1px solid var(--border);background:var(--background);min-width:0;box-shadow:0 10px 28px color-mix(in srgb,var(--foreground) 5%,transparent);border-radius:14px;padding:28px}.public-aproow-layout.details-only .public-aproow-details{padding:clamp(24px,4vw,48px)}.public-aproow-heading{grid-template-columns:auto 1fr;align-items:center;gap:10px;display:grid}.public-aproow-heading h1{letter-spacing:-.035em;grid-column:1/-1;max-width:900px;margin:6px 0 4px;font-size:clamp(24px,3vw,38px);line-height:1.12}.public-aproow-layout.has-visual .public-aproow-heading h1{font-size:clamp(24px,2.3vw,32px)}.public-aproow-reference,.public-aproow-state-badge{border:1px solid var(--border);border-radius:7px;width:max-content;padding:4px 8px;font:650 12px ui-monospace,monospace;display:inline-flex}.public-aproow-state-badge{color:var(--muted-foreground);letter-spacing:.04em;font-family:inherit;font-size:10px}.public-aproow-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:20px 0;display:grid}.public-aproow-meta>span{border:1px solid var(--border);min-width:0;color:var(--muted-foreground);border-radius:10px;grid-template-columns:18px minmax(0,1fr);gap:3px 7px;padding:12px;font-size:12px;display:grid}.public-aproow-meta svg{grid-row:1/3;margin-top:2px}.public-aproow-meta b{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.public-aproow-actions{align-items:center;gap:12px;margin-bottom:18px;display:flex}.public-aproow-actions>a{color:var(--foreground);align-items:center;gap:6px;font-size:12px;font-weight:650;display:inline-flex}.public-aproow-actions audio{width:min(100%,360px);height:36px}.public-aproow-no-visual{border:1px dashed var(--border);color:var(--muted-foreground);border-radius:11px;align-items:flex-start;gap:12px;margin:4px 0 24px;padding:15px;display:flex}.public-aproow-no-visual strong{color:var(--foreground);margin-bottom:3px;font-size:13px;display:block}.public-aproow-no-visual p{margin:0;font-size:12px;line-height:1.5}.public-aproow-section-label{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:12px;margin-top:28px;padding-bottom:10px;display:flex}.public-aproow-section-label span{letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.public-aproow-section-label small{color:var(--muted-foreground);font-size:11px}.public-aproow-sections{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:12px;display:grid}.public-aproow-layout.has-visual .public-aproow-sections,.public-aproow-sections.reporter{grid-template-columns:1fr}.public-aproow-details section{border:1px solid var(--border);background:var(--card);border-radius:11px;min-width:0;padding:16px}.public-aproow-details section h2{margin:0 0 8px;font-size:13px}.public-aproow-details section p{color:var(--muted-foreground);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.65}.public-aproow-state{background:var(--background);min-height:100dvh;color:var(--foreground);text-align:center;place-content:center;justify-items:center;display:grid}.public-aproow-state h1{margin:14px 0 4px}.public-aproow-state p{color:var(--muted-foreground)}@media (width<=980px){.public-aproow-layout{grid-template-columns:1fr}.public-aproow-evidence{min-height:42vh;position:relative;top:auto}.public-aproow-evidence img,.public-aproow-evidence video{max-height:65vh}.public-aproow-page>header{padding-inline:16px}}@media (width<=620px){.public-aproow-layout,.public-aproow-layout.details-only{padding:10px}.public-aproow-details,.public-aproow-layout.details-only .public-aproow-details{padding:20px}.public-aproow-page>header>div>span{display:none}.public-aproow-meta,.public-aproow-sections{grid-template-columns:1fr}.public-aproow-heading h1{font-size:26px}}.settings-form-grid{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.settings-form-grid label{gap:4px;display:grid}.settings-form-grid input,.settings-form-grid select,.settings-actions select{border:1px solid var(--outline-variant,#c4c5d8);background:var(--surface,#faf9f9);min-height:36px;color:var(--on-surface,#1a1c1c);border-radius:8px;padding:6px 10px}.workspace-avatar:not(.large){border-radius:10px}.workspace-avatar:not(.large) img{border-radius:inherit}.dashboard-sidebar.collapsed .workspace-button{border-radius:12px}.dashboard-sidebar.collapsed .workspace-avatar:not(.large){border-radius:10px}.sidebar-account-button{min-height:40px;font:inherit;text-align:left;align-items:center;gap:9px;width:100%!important;height:auto!important;color:var(--foreground)!important;background:0 0!important;border:0!important;border-radius:8px!important;padding:4px 8px!important;display:flex!important}.sidebar-account-button:hover{background:0 0!important}.sidebar-account-button>span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:13px;font-weight:600;overflow:hidden}.sidebar-account-button em{border:1px solid var(--border);color:var(--muted-foreground);border-radius:999px;padding:2px 5px;font-size:9px;font-style:normal}.sidebar-account-avatar,.sidebar-account-avatar img{border-radius:50%!important}.sidebar-footer .sidebar-account-row{align-items:center;gap:8px;width:100%;display:flex}.sidebar-account-menu-anchor{flex:auto;min-width:0;position:relative}.sidebar-account-menu{z-index:60;border:1px solid var(--border);background:var(--card);width:min(326px,100vw - 32px);color:var(--foreground);border-radius:16px;position:absolute;bottom:calc(100% + 10px);left:0;overflow:hidden;box-shadow:0 16px 36px #00000029}.dashboard-sidebar:has(.sidebar-account-menu){z-index:50;overflow:visible}.sidebar-account-menu header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:18px;display:flex}.sidebar-account-menu header strong,.sidebar-account-menu header small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sidebar-account-menu header small{color:var(--muted-foreground);margin-top:4px;font-size:12px}.sidebar-account-menu header button{width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:8px;flex:0 0 32px;place-items:center;display:grid}.sidebar-account-menu header button:hover,.sidebar-account-menu-items>button:hover{background:var(--muted);color:var(--foreground)}.sidebar-account-menu-items{gap:2px;padding:8px;display:grid}.sidebar-account-menu-items>button,.sidebar-account-theme{min-height:38px;color:var(--foreground);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:0 10px;font-size:13px;display:flex}.sidebar-account-menu-items>button>svg{color:var(--muted-foreground)}.sidebar-account-theme{cursor:default}.sidebar-account-theme>div{border:1px solid var(--border);background:var(--muted);border-radius:8px;padding:2px;display:inline-flex;overflow:hidden}.sidebar-account-theme button{width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;display:grid}.sidebar-account-theme button.active{background:var(--card);color:var(--foreground);box-shadow:0 1px 2px #0000001a}.sidebar-account-menu footer{border-top:1px solid var(--border);padding:10px}.sidebar-account-menu footer button{background:var(--foreground);width:100%;min-height:38px;color:var(--background);font:inherit;cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;font-size:13px;font-weight:650;display:inline-flex}.sidebar-account-menu footer button:hover{opacity:.88}.dashboard-sidebar.collapsed .sidebar-account-button{justify-content:center;min-height:40px;width:42px!important;height:40px!important;padding:4px 8px!important}.dashboard-sidebar.collapsed .sidebar-account-avatar{flex-basis:26px;width:26px;height:26px}.dashboard-sidebar.collapsed .sidebar-account-button>span:not(:first-child){display:none}.dashboard-sidebar.collapsed .sidebar-account-row{justify-content:center}.dashboard-sidebar.collapsed .sidebar-account-row>.sidebar-popover-anchor{display:none}.dashboard-sidebar.collapsed .sidebar-account-menu{left:0}.workspace-name-button{align-items:center;gap:7px;display:flex}.workspace-name-button>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.workspace-name-button>svg{flex:none;margin-left:auto}.workspace-menu{border-radius:12px;width:288px;padding:0}.dashboard-sidebar.collapsed .workspace-menu{width:288px}.workspace-menu-label{color:var(--muted-foreground);letter-spacing:.08em;text-transform:uppercase;padding:10px 12px 5px;font-size:9px;font-weight:700}.workspace-menu-list,.workspace-menu-actions{gap:2px;padding:6px;display:grid}.workspace-menu-actions{border-top:1px solid var(--border)}.workspace-menu .workspace-menu-option,.workspace-menu-actions button{border-radius:8px;min-height:36px;padding:6px 8px;font-size:12px}.workspace-menu .workspace-menu-option.active{background:var(--muted);font-weight:650}.workspace-menu-avatar{background:var(--foreground);width:24px;height:24px;color:var(--background);border-radius:7px;flex:0 0 24px;place-items:center;font-size:10px;font-weight:700;display:grid;overflow:hidden}.workspace-menu-avatar img{object-fit:cover;width:100%;height:100%}.workspace-menu-error{color:var(--destructive,#ba1a1a);margin:0;padding:0 12px 8px;font-size:10px}.sidebar-account-copy{flex:auto;gap:2px;min-width:0;display:grid}.sidebar-account-copy strong,.sidebar-account-copy small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.sidebar-account-copy strong{font-size:12px;font-weight:600}.sidebar-account-copy small{color:var(--muted-foreground);font-size:10px;font-weight:400}.sidebar-account-more{color:var(--muted-foreground);flex:none;margin-left:auto}.dashboard-sidebar.collapsed .workspace-name-button,.dashboard-sidebar.collapsed .sidebar-account-more{display:none}.sidebar-account-menu{border-radius:18px;width:min(412px,100vw - 32px)}.sidebar-account-menu header{padding:20px 18px}.sidebar-account-menu header strong{font-size:15px}.sidebar-account-menu header small{font-size:12px}.sidebar-account-menu-items>button,.sidebar-account-theme{white-space:nowrap;flex-wrap:nowrap;width:100%;min-height:42px;padding:0;font-size:14px}.sidebar-account-menu-items>button>span{text-overflow:ellipsis;min-width:0;overflow:hidden}.sidebar-account-menu-items>button>svg{flex:none;margin-left:auto}.sidebar-account-theme>div{margin-left:auto}.sidebar-account-status{border-top:1px solid var(--border);background:color-mix(in oklch, var(--muted) 48%, transparent);color:#2463da;justify-content:space-between;align-items:center;gap:12px;padding:13px 18px;font-size:12px;font-weight:600;display:flex}.sidebar-account-status span{align-items:center;gap:9px;display:inline-flex}.sidebar-account-status i{background:#2463da;border-radius:50%;width:8px;height:8px;display:block;box-shadow:0 0 0 4px #2463da1a}.sidebar-account-status small{color:var(--muted-foreground);font-size:10px;font-weight:500}.sidebar-account-menu{background:var(--popover);border-radius:12px;width:288px;box-shadow:0 12px 30px #0000001f}.sidebar-account-menu header{gap:8px;padding:10px 14px}.sidebar-account-menu header strong{font-size:12px;font-weight:650}.sidebar-account-menu header small{margin-top:2px;font-size:10px;line-height:1.2}.sidebar-account-menu header button{border-radius:6px;flex-basis:28px;width:28px;height:28px}.sidebar-account-menu header button svg{width:16px;height:16px}.sidebar-account-menu-items{gap:2px;padding:6px}.sidebar-account-menu-items>button,.sidebar-account-theme{border-radius:6px;gap:8px;min-height:36px;padding:0 8px;font-size:12px}.sidebar-account-menu-items>button>svg{width:16px;height:16px}.sidebar-account-theme>div{border-radius:7px;padding:2px}.sidebar-account-theme button{border-radius:5px;width:24px;height:24px}.sidebar-account-theme button svg{width:15px;height:15px}.sidebar-account-menu footer{padding:6px}.sidebar-account-menu footer button{border-radius:8px;min-height:36px;font-size:12px}.sidebar-account-menu footer button svg{width:16px;height:16px}.sidebar-account-status{padding:8px 14px;font-size:10px}.sidebar-account-status span{gap:7px}.sidebar-account-status i{width:7px;height:7px}.sidebar-account-status small{font-size:9px}.dashboard-sidebar:not(.collapsed) .sidebar-account-row,.dashboard-sidebar:not(.collapsed) .sidebar-account-menu-anchor{width:100%}.dashboard-sidebar:not(.collapsed) .sidebar-account-menu-anchor{flex:1 1 0;max-width:calc(100% - 42px)}.dashboard-sidebar:not(.collapsed) .sidebar-account-button{width:100%!important}.dashboard-sidebar.collapsed .sidebar-footer>.sidebar-account-row{gap:2px;width:72px;margin-left:-16px;display:flex}.dashboard-sidebar.collapsed .sidebar-account-menu-anchor{flex:0 0 42px}.dashboard-sidebar.collapsed .sidebar-account-button{min-height:42px;width:42px!important;height:42px!important;padding-inline:8px!important}.dashboard-sidebar.collapsed .sidebar-account-avatar{width:28px;height:28px}.dashboard-sidebar.collapsed .sidebar-notification-anchor{display:block}.dashboard-sidebar.collapsed .sidebar-notification-popover{left:0}.dashboard-shell,.investigation-review-page{--app-bg:#f7f8fa;--app-panel:#fff;--app-sidebar:#fbfbfc;--app-text:#17191c;--app-muted:#6e747c;--app-subtle:#969ba2;--app-line:#e4e7eb;--app-line-strong:#d6dae0;--app-hover:#f3f5f7;--app-selected:#eef0f3;--app-control:32px;--app-radius:8px;--app-radius-sm:6px;--app-shadow:0 10px 28px #1018281a;--app-focus:0 0 0 3px #17191c24;--background:var(--app-bg);--card:var(--app-panel);--foreground:var(--app-text);--muted:var(--app-hover);--muted-foreground:var(--app-muted);--border:var(--app-line);--primary:var(--app-text);--primary-foreground:#fff;--font-title:-apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", system-ui, sans-serif;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,system-ui,sans-serif;font-size:13px;line-height:1.45}.dark .dashboard-shell,.dark .investigation-review-page{--app-bg:#141517;--app-panel:#1c1e21;--app-sidebar:#191b1d;--app-text:#f1f2f3;--app-muted:#b1b5ba;--app-subtle:#8d9299;--app-line:#33363a;--app-line-strong:#45494e;--app-hover:#282b2f;--app-selected:#303439;--primary-foreground:#141517}.dashboard-shell :is(button,input,select,textarea):focus-visible,.investigation-review-page :is(button,input,select,textarea):focus-visible{outline:2px solid var(--app-text);outline-offset:2px;box-shadow:none}.dashboard-shell{background:var(--app-bg)}.dashboard-sidebar{background:var(--app-sidebar);border-color:var(--app-line);flex-basis:232px;width:232px;padding:0;transition:width .18s cubic-bezier(.2,.7,.2,1),flex-basis .18s cubic-bezier(.2,.7,.2,1)}.dashboard-sidebar.collapsed{flex-basis:60px;width:60px;padding:0}.sidebar-topbar,.dashboard-sidebar.collapsed .sidebar-topbar{border-bottom:1px solid var(--app-line);align-items:center;gap:6px;height:54px;min-height:54px;margin:0;padding:0 10px;display:flex;position:relative}.sidebar-topbar .workspace-switcher,.dashboard-sidebar.collapsed .sidebar-topbar .workspace-switcher{flex:auto;min-width:0;height:auto;margin:0}.workspace-button,.dashboard-sidebar.collapsed .workspace-button{border-radius:var(--app-radius-sm);height:34px;min-height:34px;padding:3px 5px}.workspace-avatar:not(.large),.dashboard-sidebar.collapsed .workspace-avatar:not(.large){border-radius:6px;outline:0;flex-basis:26px;width:26px;height:26px}.workspace-name-button{min-width:0;font-size:12px;font-weight:650}.sidebar-collapse-toggle,.dashboard-sidebar.collapsed .sidebar-collapse-toggle{border-radius:var(--app-radius-sm);width:30px;height:30px;color:var(--app-muted);background:0 0;border:0;flex:0 0 30px;margin:0;position:static;transform:none}.sidebar-collapse-toggle:hover{background:var(--app-hover);color:var(--app-text)}.dashboard-sidebar.collapsed .sidebar-topbar .workspace-switcher{display:none}.dashboard-sidebar.collapsed .workspace-button{width:30px;height:30px;min-height:30px;padding:2px}.dashboard-sidebar.collapsed .workspace-avatar-trigger{width:26px;height:26px}.dashboard-sidebar.collapsed .sidebar-topbar{justify-content:center;gap:0;padding-inline:5px}.dashboard-nav{padding:10px 8px}.dashboard-primary-nav,.sidebar-section-items{gap:1px}.dashboard-nav-item,.dashboard-sidebar.collapsed .dashboard-nav-item{height:34px;min-height:34px;color:var(--app-muted);border-radius:6px;gap:9px;padding:0 8px;font-size:12px}.dashboard-nav-item:hover,.dashboard-nav-item.active{background:var(--app-selected);color:var(--app-text)}.dashboard-nav-item.active{font-weight:620}.dashboard-nav-icon,.dashboard-nav-icon>svg,.dashboard-sidebar.collapsed .dashboard-nav-icon,.dashboard-sidebar.collapsed .dashboard-nav-icon>svg{flex-basis:16px;width:16px;height:16px}.nav-section{margin-top:15px}.nav-section-header{min-height:28px}.nav-section-heading{min-height:28px;color:var(--app-subtle);letter-spacing:.045em;text-transform:uppercase;padding:0 6px;font-size:10px;font-weight:700}.nav-section-add{width:26px;height:26px}.dashboard-nav-item.indent{padding-left:15px}.dashboard-sidebar-bottom{border-top:1px solid var(--app-line)}.sidebar-footer{border:0;min-height:58px;margin:0;padding:4px 8px}.sidebar-account-button{min-height:40px!important;padding:4px 6px!important}.sidebar-account-copy strong{font-size:11px}.sidebar-account-copy small{font-size:10px}.sidebar-account-menu,.workspace-menu{border-color:var(--app-line-strong);border-radius:var(--app-radius);box-shadow:var(--app-shadow)}.dashboard-sidebar.collapsed .sidebar-footer>.sidebar-account-row{width:60px;margin-left:-8px}.dashboard-sidebar.collapsed .sidebar-account-menu-anchor{flex-basis:38px}.dashboard-sidebar.collapsed .sidebar-account-button{min-height:38px;width:38px!important;height:38px!important}.dashboard-header{--dashboard-header-height:54px;z-index:20;border-color:var(--app-line);background:var(--app-panel);flex:0 0 54px;gap:12px;height:54px;padding:0 24px;display:flex;position:relative}.workspace-breadcrumb{white-space:nowrap;min-width:0;color:var(--app-muted);align-items:center;gap:7px;font-size:12px;display:flex;overflow:hidden}.workspace-breadcrumb strong{text-overflow:ellipsis;min-width:0;color:var(--app-text);font-weight:620;overflow:hidden}.dashboard-header .dashboard-search{border:1px solid var(--app-line);border-radius:var(--app-radius-sm);background:var(--app-panel);width:min(260px,32vw);height:32px;min-height:32px;color:var(--app-muted);flex:0 260px;margin-left:auto;padding:0 9px;position:static;top:auto;left:auto;transform:none}.dashboard-header .dashboard-search:focus-within{border-color:var(--app-text);box-shadow:var(--app-focus)}.dashboard-header .dashboard-search input{min-height:28px;font-size:11px}.dashboard-search-shortcut kbd{border-radius:4px;min-width:18px;height:18px;padding:0 3px;font-size:10px}.workspace-search-results{border:1px solid var(--app-line-strong);border-radius:var(--app-radius);background:var(--app-panel);width:min(400px,100vw - 32px);max-height:min(380px,100vh - 70px);box-shadow:var(--app-shadow);padding:5px;position:absolute;top:47px;right:24px;overflow-y:auto}.workspace-search-results button{width:100%;min-height:34px;color:var(--app-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;padding:5px 7px;display:flex}.workspace-search-results button:hover{background:var(--app-hover)}.workspace-search-results button span{color:var(--app-muted);font-size:10px}.workspace-search-results button strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.workspace-search-results button small{color:var(--app-subtle);font-size:10px}.workspace-search-results p{color:var(--app-muted);margin:0;padding:10px;font-size:11px}.dashboard-content{background:var(--app-bg);padding:20px 24px 36px}.dashboard-card,.tasks-table-card,.settings-section-card{border-color:var(--app-line);border-radius:var(--app-radius);box-shadow:none}.dashboard-grid{grid-template-columns:minmax(0,1fr);gap:12px;width:min(100%,1240px)}.dashboard-primary-column{gap:10px}.dashboard-context{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.dashboard-card{padding:16px}.dashboard-card h2{font-size:13px}.attention-card{background:0 0;border:0;padding:0}.attention-card .dashboard-section-heading{margin-bottom:7px}.attention-grid{grid-template-columns:repeat(3,minmax(0,205px));gap:8px}.attention-item{border-color:var(--app-line);border-radius:var(--app-radius-sm);min-height:38px;box-shadow:none;gap:6px;padding:0 9px}.attention-item:hover{background:var(--app-hover);box-shadow:none}.attention-copy{flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:8px;display:flex}.attention-copy small{color:var(--app-muted);font-size:10px}.attention-copy strong{color:var(--app-text);margin:0;font-size:12px}.attention-item>svg:last-child{color:var(--app-subtle)}.work-row{border:0;border-bottom:1px solid var(--app-line);text-align:left;cursor:pointer;background:0 0;width:100%}.work-row:hover{background:var(--app-hover)}.dashboard-table th,.dashboard-table td{padding-block:9px}.workspace-activity-row{border:0;border-top:1px solid var(--app-line);width:100%;color:var(--app-text);font:inherit;text-align:left;cursor:pointer;background:0 0;gap:3px;padding:8px 0;display:grid}.workspace-activity-row:hover{color:var(--app-text);background:var(--app-hover)}.workspace-activity-row strong{font-size:11px;font-weight:620}.workspace-activity-row span{color:var(--app-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.workspace-activity-row time{color:var(--app-subtle);font-size:9px}.dashboard-content:has(>.integrated-settings){padding:0}.integrated-settings{grid-template-columns:174px minmax(0,1fr);gap:26px;width:min(100%,1440px);min-height:100%;margin:0 auto;padding:18px 24px 40px;display:grid}.integrated-settings-nav{flex-direction:column;align-self:start;gap:12px;max-height:calc(100vh - 90px);display:flex;position:sticky;top:0;overflow-y:auto}.integrated-settings-group{gap:2px;display:grid}.integrated-settings-group p{color:var(--app-subtle);letter-spacing:.06em;text-transform:uppercase;margin:0 0 2px;padding:0 6px;font-size:10px;font-weight:700}.integrated-settings-group button,.integrated-settings-help{width:100%;min-height:29px;color:var(--app-muted);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:7px;padding:0 7px;font-size:11px;display:flex}.integrated-settings-group button:hover,.integrated-settings-help:hover{background:var(--app-hover);color:var(--app-text)}.integrated-settings-group button.active{background:var(--app-selected);color:var(--app-text);font-weight:650}.integrated-settings-group button small{background:var(--app-hover);color:var(--app-subtle);border-radius:4px;margin-left:auto;padding:1px 4px;font-size:9px}.integrated-settings-help{border-top:1px solid var(--app-line);border-radius:0;padding-top:8px}.integrated-settings-empty{color:var(--app-muted);font-size:11px}.integrated-settings-main{min-width:0;max-width:920px}.integrated-settings .general-settings-tabs{display:none}.integrated-settings .general-settings-tabs-shell{gap:0;width:100%}.integrated-settings .settings-page-stack,.integrated-settings .billing-stack,.integrated-settings .mcp-page,.integrated-settings .integrations-page,.integrated-settings .notifications-page{width:100%;max-width:none;margin:0}.integrated-settings .settings-section-card{background:0 0;border:0;border-radius:0;padding:0}.integrated-settings .settings-section-card+.settings-section-card{border-top:1px solid var(--app-line);padding-top:18px}.integrated-settings .settings-section-card h2{font-size:14px}.integrated-settings :is(input:not([type=checkbox]),select,textarea){border-color:var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel)}.tasks-topbar{align-items:center;gap:8px;min-height:36px;margin-bottom:10px}.tasks-view-tabs{border:1px solid var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel);gap:2px;padding:2px}.tasks-view-tabs button{border-radius:4px;gap:5px;min-height:28px;padding:0 8px;font-size:11px;font-weight:550}.tasks-view-tabs button:after{content:none}.tasks-view-tabs button.is-active{background:var(--app-selected);color:var(--app-text);font-weight:650}.tasks-view-tabs button svg{width:13px;height:13px}.tasks-result-count{color:var(--app-muted);white-space:nowrap;font-size:10px}.tasks-filters{background:0 0;border:0;gap:3px;padding:0}.tasks-filters .dashboard-filter-trigger{border:1px solid var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel);height:32px;min-height:32px;padding:0 8px;font-size:11px}.tasks-sort{color:var(--app-muted);white-space:nowrap;align-items:center;gap:5px;font-size:10px;display:inline-flex}.tasks-sort select{height:var(--app-control);border:1px solid var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel);max-width:150px;color:var(--app-text);font:inherit;padding:0 6px;font-size:11px}.tasks-table-card{background:var(--app-panel)}.tasks-table{min-width:850px;font-size:11px}.tasks-table.with-assignment{min-width:1110px}.tasks-table th{background:var(--app-panel);border-color:var(--app-line);height:34px;color:var(--app-subtle);padding:6px 10px;font-size:10px;font-weight:650}.tasks-table td{border-color:var(--app-line);height:42px;color:var(--app-muted);padding:5px 10px}.tasks-table th:first-child,.tasks-table td:first-child{width:32px;padding-inline:9px 3px}.tasks-table :is(th,td):nth-child(3){width:105px}.tasks-table :is(th,td):nth-child(4){width:130px}.tasks-table :is(th,td):nth-child(5){width:108px}.tasks-table :is(th,td):nth-child(6){width:135px}.tasks-table.with-assignment :is(th,td):nth-child(7),.tasks-table.with-assignment :is(th,td):nth-child(8){width:140px}.tasks-table :is(th,td):nth-last-child(3){width:102px}.tasks-table :is(th,td):nth-last-child(2){width:94px}.tasks-table :is(th,td):last-child{width:35px;padding-inline:3px}.tasks-table input[type=checkbox]{width:14px;height:14px;accent-color:var(--app-text);cursor:pointer;margin:0}.tasks-table tbody tr:hover td{background:var(--app-hover)}.tasks-table .task-name{color:var(--app-text);font-weight:560}.tasks-table .task-name-content{gap:5px}.tasks-bulk-bar{border-bottom:1px solid var(--app-line);background:var(--app-hover);flex-wrap:wrap;align-items:center;gap:7px;padding:7px 10px;font-size:11px;display:flex}.tasks-bulk-bar strong{margin-right:4px;font-weight:650}.tasks-bulk-bar select,.tasks-bulk-bar button{border:1px solid var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel);min-height:28px;color:var(--app-text);font:inherit;padding:0 7px;font-size:11px}.tasks-bulk-bar button{cursor:pointer}.tasks-bulk-bar button:disabled{opacity:.5;cursor:default}.tasks-bulk-bar .tasks-bulk-clear{color:var(--app-muted);background:0 0;border-color:#0000;margin-left:auto}.task-row-menu-heading{color:var(--app-subtle);letter-spacing:.04em;text-transform:uppercase;padding:7px 9px 3px;font-size:10px;font-weight:700;display:block}.task-row-menu-empty{max-width:220px;color:var(--app-muted);padding:8px 9px;font-size:11px;line-height:1.4;display:block}.tasks-kanban{gap:10px}.tasks-kanban-column,.task-list-group,.task-kanban-card{border-color:var(--app-line);border-radius:var(--app-radius);box-shadow:none}.task-kanban-card:hover{border-color:var(--app-line-strong);box-shadow:0 3px 10px #1018280f}.task-list-row{min-height:42px}.all-aproows-page{width:100%;max-width:none}.all-aproows-heading{margin-bottom:12px}.all-aproows-title h1{font-size:19px}.all-aproows-heading-copy>p{color:var(--app-muted);margin-top:3px;font-size:11px}.all-aproows-actions{gap:5px}.all-aproows-actions .filter-button,.all-aproows-actions .share-button,.aproow-view-toggle button{border-color:var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel);min-height:32px;color:var(--app-text);font-size:11px}.aproow-card-grid{gap:10px}.aproow-card{border-color:var(--app-line);border-radius:var(--app-radius);background:var(--app-panel);box-shadow:none}.aproow-card:hover{border-color:var(--app-line-strong);box-shadow:0 3px 10px #1018280f}.aproow-card-preview.preview-blue,.aproow-card-preview.preview-purple{background:#eef0f3}.aproow-card-body{padding:10px}.aproow-card h2{font-size:12px}.aproow-card-menu{border-color:var(--app-line-strong);border-radius:var(--app-radius);max-height:min(320px,60vh);box-shadow:var(--app-shadow);overflow-y:auto}.folder-library{gap:14px;max-width:1180px;display:grid}.folder-library-heading,.folder-library-detail-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.folder-library-heading h1{color:var(--app-text);margin:0;font-size:19px}.folder-library-heading p,.folder-library-detail-heading p,.folder-create-inline p{color:var(--app-muted);margin:3px 0 0;font-size:11px}.folder-library-heading label{color:var(--app-muted);white-space:nowrap;align-items:center;gap:6px;font-size:11px;display:flex}.folder-library :is(input,select,button){font-family:inherit}.folder-library-heading select,.folder-library-manage select,.folder-create-inline :is(input,select){min-height:var(--app-control);border:1px solid var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel);color:var(--app-text);padding:0 8px;font-size:11px}.folder-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:10px;display:grid}.folder-card{border:1px solid var(--app-line);border-radius:var(--app-radius);background:var(--app-panel);min-height:112px;color:var(--app-text);text-align:left;cursor:pointer;justify-items:start;gap:5px;padding:12px;display:grid;position:relative}.folder-card:hover,.folder-card.selected{border-color:var(--app-line-strong);background:var(--app-hover)}.folder-card.selected{box-shadow:inset 0 0 0 1px var(--app-text)}.folder-card-icon{border-radius:var(--app-radius-sm);background:var(--app-hover);place-items:center;width:28px;height:28px;display:grid}.folder-card strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;overflow:hidden}.folder-card small{color:var(--app-muted);font-size:10px}.folder-card>svg:last-child{color:var(--app-subtle);opacity:0;position:absolute;top:15px;right:12px}.folder-card:hover>svg:last-child,.folder-card:focus-visible>svg:last-child,.folder-card.selected>svg:last-child{opacity:1}.folder-library-empty{border:1px dashed var(--app-line-strong);border-radius:var(--app-radius);color:var(--app-muted);text-align:center;margin:0;padding:24px;font-size:11px}.folder-library-details,.folder-create-inline{border:1px solid var(--app-line);border-radius:var(--app-radius);background:var(--app-panel);padding:14px}.folder-library-detail-heading h2,.folder-create-inline h2{color:var(--app-text);margin:0;font-size:13px}.folder-library-detail-heading button,.folder-library-manage button,.folder-create-inline button{min-height:var(--app-control);border:1px solid var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel);color:var(--app-text);cursor:pointer;justify-content:center;align-items:center;gap:4px;padding:0 9px;font-size:11px;display:inline-flex}.folder-library-manage button:disabled,.folder-create-inline button:disabled{cursor:default;opacity:.5}.folder-library-items{border-top:1px solid var(--app-line);gap:2px;margin-top:10px;padding-top:8px;display:grid}.folder-library-items a{min-height:30px;color:var(--app-text);border-radius:4px;justify-content:space-between;align-items:center;gap:8px;padding:0 7px;font-size:11px;text-decoration:none;display:flex}.folder-library-items a:hover{background:var(--app-hover)}.folder-library-items a strong{text-overflow:ellipsis;white-space:nowrap;font-weight:550;overflow:hidden}.folder-library-items p{color:var(--app-muted);margin:6px;font-size:11px}.folder-library-manage{border-top:1px solid var(--app-line);flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;display:flex}.folder-library-manage select{max-width:min(100%,300px)}.folder-create-inline{flex-wrap:wrap;align-items:end;gap:8px;display:flex}.folder-create-inline>div{flex:100%}.folder-create-inline input{flex:220px}.folder-create-inline button{border-color:var(--app-text);background:var(--app-text);color:var(--app-panel)}.dashboard-shell .direct-page{background:0 0;border:0;height:calc(100vh - 110px);min-height:420px;padding:0}.dashboard-shell .direct-shell{border-color:var(--app-line);border-radius:var(--app-radius);background:var(--app-panel);max-width:none;box-shadow:none}.dashboard-shell .direct-people{border-color:var(--app-line)}.dashboard-shell .direct-people>header,.dashboard-shell .direct-conversation>header{border-color:var(--app-line);height:44px;padding-inline:12px}.dashboard-shell .direct-people>header span{font-size:12px}.dashboard-shell .direct-person{grid-template-columns:30px minmax(0,1fr);gap:8px;padding:8px 10px}.dashboard-shell .direct-person-avatar,.dashboard-shell .direct-person-avatar.large{width:30px;height:30px;font-size:10px}.dashboard-shell .direct-person strong,.dashboard-shell .direct-conversation header strong{font-size:11px}.dashboard-shell .direct-person small,.dashboard-shell .direct-conversation header small{font-size:10px}.dashboard-shell .direct-conversation{grid-template-rows:44px minmax(0,1fr) auto}.dashboard-shell .direct-stream{gap:8px;padding:12px}.dashboard-shell .direct-bubble{border-color:var(--app-line);border-radius:var(--app-radius);width:min(520px,90%);padding:10px}.dashboard-shell .direct-bubble.is-sent{border-radius:var(--app-radius);background:var(--app-hover)}.dashboard-shell .direct-composer{border-color:var(--app-line);grid-template-columns:minmax(0,1fr) 32px;gap:5px;padding:8px}.dashboard-shell .direct-composer select,.dashboard-shell .direct-composer button{border-radius:var(--app-radius-sm);height:32px;font-size:11px}.dashboard-shell .direct-composer button{width:32px}.pipeline-page{max-width:none;color:var(--app-text);padding:0 0 28px}.pipeline-topline{display:none}.pipeline-hero,.pipeline-panel{border-color:var(--app-line);border-radius:var(--app-radius);box-shadow:none}.pipeline-hero{gap:16px;margin-bottom:10px;padding:15px 17px}.pipeline-hero h1{margin:4px 0;font-size:19px}.pipeline-hero p{font-size:11px}.pipeline-eyebrow{color:var(--app-muted);font-size:9px}.pipeline-button,.pipeline-select-trigger{min-height:var(--app-control);border-color:var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel);color:var(--app-text);font-size:11px!important}.pipeline-button.primary{border-color:var(--app-text);background:var(--app-text);color:var(--app-panel)}.pipeline-columns{gap:10px}.pipeline-panel{padding:12px}.pipeline-panel-heading{margin-bottom:9px}.pipeline-capture,.pipeline-step{border-color:var(--app-line);border-radius:var(--app-radius-sm)}.pipeline-capture{padding:8px}.pipeline-step{padding:9px}.pipeline-number{background:var(--app-selected);color:var(--app-text)}.pipeline-summary,.pipeline-criteria{border-color:var(--app-line);border-radius:var(--app-radius-sm);background:var(--app-panel)}.dashboard-shell .support-page,.dashboard-shell .workspaces-page,.dashboard-shell .pricing-page{min-height:0;color:var(--app-text);background:0 0;font-family:inherit}.dashboard-shell .support-hero{border-radius:var(--app-radius);background:var(--app-panel);text-align:left;border:0;padding:24px}.dashboard-shell .support-eyebrow{border-radius:var(--app-radius-sm);border-color:var(--app-line);background:var(--app-hover);color:var(--app-muted);font-size:10px}.dashboard-shell .support-hero h1{margin:10px 0 5px;font-size:22px}.dashboard-shell .support-hero>p{color:var(--app-muted);margin:0;font-size:12px}.dashboard-shell .support-search{border-color:var(--app-line-strong);border-radius:var(--app-radius-sm);background:var(--app-panel);width:min(100%,470px);box-shadow:none;margin:16px 0 0}.dashboard-shell .support-search input{height:34px;color:var(--app-text);font-size:11px}.dashboard-shell .support-content{gap:12px;width:100%;max-width:1100px;padding:12px 0 0}.dashboard-shell .support-section-heading{margin-bottom:10px}.dashboard-shell .support-section-heading h2{font-size:15px}.dashboard-shell .support-guide-grid{gap:10px}.dashboard-shell .support-guide-card{border-color:var(--app-line);border-radius:var(--app-radius);background:var(--app-panel);min-height:150px;color:var(--app-text);padding:12px}.dashboard-shell .support-guide-icon,.dashboard-shell .support-contact-icon{border-radius:var(--app-radius-sm);background:var(--app-hover);width:32px;height:32px;color:var(--app-text)}.dashboard-shell .support-guide-card small{color:var(--app-muted);margin-top:9px;font-size:9px}.dashboard-shell .support-guide-card strong{font-size:12px}.dashboard-shell .support-guide-card p{color:var(--app-muted);font-size:11px}.dashboard-shell .support-contact-card{border-color:var(--app-line);border-radius:var(--app-radius);background:var(--app-panel);color:var(--app-text);box-shadow:none;padding:14px;top:10px}.dashboard-shell .support-contact-card h2{font-size:15px}.dashboard-shell .support-contact-card p{color:var(--app-muted);font-size:11px}.dashboard-shell .support-contact-card button{min-height:var(--app-control);border-radius:var(--app-radius-sm);background:var(--app-text);color:var(--app-panel);font-size:11px}.dashboard-shell .support-faq-list{border-color:var(--app-line);border-radius:var(--app-radius);background:var(--app-panel)}.dashboard-shell .support-faq-list button{color:var(--app-text);padding:11px 13px;font-size:11px}.dashboard-shell .support-faq-list p{color:var(--app-muted);font-size:11px}.dashboard-shell .workspaces-content{width:min(100%,980px);padding:0}.dashboard-shell .workspaces-heading{margin-bottom:14px}.dashboard-shell .workspaces-heading h1{font-size:21px}.dashboard-shell .workspaces-heading p{color:var(--app-muted);font-size:11px}.dashboard-shell .workspaces-heading .button{min-height:var(--app-control);border-radius:var(--app-radius-sm)}.dashboard-shell .workspaces-grid{gap:8px}.dashboard-shell .workspace-choice-card{border-color:var(--app-line);border-radius:var(--app-radius);background:var(--app-panel);color:var(--app-text);box-shadow:none;gap:10px;padding:10px}.dashboard-shell .workspace-choice-avatar{border-radius:var(--app-radius-sm);background:var(--app-text);width:34px;height:34px;color:var(--app-panel);flex-basis:34px;font-size:13px}.dashboard-shell .workspace-choice-copy strong{font-size:12px}.dashboard-shell .workspace-choice-copy small{color:var(--app-muted);font-size:10px}.dashboard-shell .workspace-active-badge{border-radius:var(--app-radius-sm);background:var(--app-selected);color:var(--app-text)}.dashboard-shell .pricing-content{width:100%;max-width:1320px;padding:0}.dashboard-shell .pricing-hero{text-align:left}.dashboard-shell .pricing-hero h1{letter-spacing:-.035em;margin:0;font-size:22px}.dashboard-shell .pricing-hero p{max-width:720px;color:var(--app-muted);margin:5px 0 0;font-size:11px}.dashboard-shell .pricing-toolbar{margin:16px 0 10px}.dashboard-shell .pricing-toolbar>div{border:1px solid var(--app-line);border-radius:var(--app-radius-sm);background:var(--app-panel);padding:2px}.dashboard-shell .pricing-toolbar button{border-radius:4px;min-width:72px;height:28px;font-size:11px}.dashboard-shell .pricing-currency-trigger{border:1px solid var(--app-line-strong)!important;border-radius:var(--app-radius-sm)!important;background:var(--app-panel)!important;height:32px!important}.dashboard-shell .pricing-plan-grid{border-color:var(--app-line);border-radius:var(--app-radius);background:var(--app-panel)}.dashboard-shell .pricing-plan-card{background:var(--app-panel);color:var(--app-text);padding:15px}.dashboard-shell .pricing-plan-card+.pricing-plan-card{border-color:var(--app-line)}.dashboard-shell .pricing-plan-card.enterprise{background:var(--app-hover);color:var(--app-text)}.dashboard-shell .pricing-plan-card.enterprise .pricing-plan-action{border-color:var(--app-text);background:var(--app-text);color:var(--app-panel)}.dashboard-shell .pricing-plan-card h2{font-size:19px}.dashboard-shell .pricing-audience{min-height:44px;padding-top:9px}.dashboard-shell .pricing-audience span{border-color:var(--app-line);background:var(--app-hover);height:20px;color:var(--app-muted);border-radius:4px;font-size:9px}.dashboard-shell .enterprise .pricing-audience span{border-color:var(--app-line-strong);background:var(--app-panel);color:var(--app-muted)}.dashboard-shell .pricing-price{min-height:32px;margin-top:10px;font-size:22px}.dashboard-shell .pricing-description{min-height:72px;color:var(--app-muted);margin:8px 0 12px;font-size:11px}.dashboard-shell .pricing-plan-action{min-height:var(--app-control);border-radius:var(--app-radius-sm)}.dashboard-shell .pricing-divider{background:var(--app-line);margin:14px 0 12px}.dashboard-shell .pricing-plan-card ul{gap:7px}.dashboard-shell .pricing-plan-card li{color:var(--app-muted);font-size:10px}.dashboard-shell .pricing-comparison{margin-top:28px}.dashboard-shell .pricing-comparison-heading{text-align:left;margin:0 0 10px}.dashboard-shell .pricing-comparison-heading h2{font-size:17px}.dashboard-shell .pricing-comparison-heading p{color:var(--app-muted);font-size:11px}.dashboard-shell .pricing-table-scroll{border-color:var(--app-line);border-radius:var(--app-radius);background:var(--app-panel)}.dashboard-shell .pricing-table-scroll th,.dashboard-shell .pricing-table-scroll td{border-color:var(--app-line);padding:9px 11px;font-size:10px}.dashboard-shell .pricing-table-scroll thead th{background:var(--app-hover);color:var(--app-text)}.dashboard-shell .pricing-table-scroll tbody th[scope=row]{color:var(--app-text)}.dashboard-shell .pricing-table-scroll td{color:var(--app-muted)}.dashboard-shell .pricing-table-group th{background:var(--app-selected);color:var(--app-muted)}.investigation-review-page{background:var(--app-bg)}.investigation-review-header{border-color:var(--app-line);background:var(--app-panel);height:54px;padding:0 16px}.investigation-review-brand img{width:88px}.investigation-review-reference{border-color:var(--app-line-strong);border-radius:var(--app-radius-sm);height:30px;font-size:11px}.investigation-review-close{width:30px;height:30px}.investigation-review-content{grid-template-columns:minmax(0,1fr) minmax(320px,35vw);gap:10px;height:calc(100vh - 54px);padding:10px}.investigation-review-main,.investigation-review-sidebar{border-color:var(--app-line);border-radius:var(--app-radius)}.investigation-review-main{padding:10px}.investigation-review-tabs button{padding:10px 6px;font-size:11px}.investigation-review-tabs button.active{background:var(--app-selected)}.investigation-review-details{height:calc(100% - 38px);padding:12px}.investigation-review-details .investigation-info-grid>div{padding:9px 0}@media (width<=1000px){.integrated-settings{grid-template-columns:160px minmax(0,1fr);gap:18px}.pipeline-columns{grid-template-columns:1fr}.tasks-toolbar{flex-wrap:wrap;justify-content:flex-start}}@media (width<=760px){.dashboard-sidebar,.dashboard-sidebar.collapsed{flex-basis:232px;width:232px;padding:0}.dashboard-sidebar.collapsed .dashboard-nav-item>span:nth-child(2),.dashboard-sidebar.collapsed .workspace-name-button,.dashboard-sidebar.collapsed .sidebar-account-copy{opacity:1;visibility:visible;width:auto;max-width:180px;display:block}.dashboard-sidebar.collapsed .sidebar-topbar .workspace-switcher{max-width:none}.dashboard-sidebar.collapsed .workspace-button{width:auto}.dashboard-header{padding:0 12px}.dashboard-header .dashboard-search{flex-basis:240px;width:min(240px,48vw)}.dashboard-search-shortcut{display:none}.dashboard-content{padding:12px 14px 24px}.dashboard-context{grid-template-columns:1fr}.attention-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tasks-topbar{flex-direction:column;align-items:flex-start}.tasks-toolbar{width:100%}.tasks-filters{max-width:100%;overflow-x:auto}.integrated-settings{grid-template-columns:1fr;gap:15px;padding:14px}.integrated-settings-nav{flex-direction:row;gap:7px;max-height:none;padding-bottom:4px;position:static;overflow-x:auto}.integrated-settings-group{display:contents}.integrated-settings-group p,.integrated-settings-help{display:none}.integrated-settings-group button{border:1px solid var(--app-line);width:auto;min-width:max-content;padding:0 8px}.investigation-review-content{grid-template-columns:1fr;overflow-y:auto}.investigation-review-sidebar{min-height:320px}.dashboard-shell .support-content{grid-template-columns:1fr}.dashboard-shell .support-contact-card{grid-row:auto;position:static}.dashboard-shell .support-faq{grid-column:1}}@media (width<=480px){.workspace-breadcrumb{max-width:34vw}.dashboard-header .dashboard-search{flex:auto;width:auto}.integrated-settings-nav{margin-inline:-14px;padding-inline:14px}}@media (prefers-reduced-motion:reduce){.dashboard-sidebar,.dashboard-sidebar *{transition-duration:.01ms!important;animation-duration:.01ms!important}}.dashboard-shell{--bg:#f7f8fa;--panel:#fff;--panel-2:#fbfcfd;--text:#17191c;--muted:#6e747c;--muted-2:#969ba2;--line:#e4e7eb;--line-strong:#d6dae0;--hover:#f3f5f7;--selected:#edf4ff;--selected-line:#c7dafc;--accent:#2563eb;--accent-2:#1d4ed8;--success:#178447;--success-bg:#edf9f1;--warning:#9a6a08;--warning-bg:#fff8e7;--danger:#c83d3d;--danger-bg:#fff0f0;--critical:#b42318;--critical-bg:#fff1ef;--medium:#936507;--medium-bg:#fff8e1;--sidebar:232px;--sidebar-collapsed:60px;--page-pad:24px;--radius:8px;--radius-sm:6px;--radius-xs:5px;--control:32px;--control-lg:34px;--shadow:0 10px 28px #1018281a;--shadow-sm:0 4px 14px #10182814;--focus:0 0 0 3px #2563eb24;--overlay:#10182833;--t-fast:.14s;--t-med:.18s;--ease:cubic-bezier(.2,.7,.2,1);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,system-ui,sans-serif}@scope(.dashboard-shell){svg{display:block}.app{grid-template-columns:var(--sidebar) minmax(0,1fr);height:100vh;transition:grid-template-columns var(--t-med) var(--ease);display:grid}.app.sidebar-collapsed{grid-template-columns:var(--sidebar-collapsed) minmax(0,1fr)}.sidebar{border-right:1px solid var(--line);contain:layout paint;background:#fbfbfc;flex-direction:column;min-width:0;display:flex;overflow:hidden}.sidebar-top{border-bottom:1px solid var(--line);height:54px;transition:padding var(--t-med) var(--ease),gap var(--t-med) var(--ease);align-items:center;gap:8px;padding:0 10px;display:flex}.workspace{min-width:0;transition:opacity var(--t-fast) ease,max-width var(--t-med) var(--ease),padding var(--t-med) var(--ease),margin var(--t-med) var(--ease);background:0 0;border:0;border-radius:6px;flex:1;align-items:center;gap:9px;padding:6px;display:flex;overflow:hidden}.workspace:hover{background:0 0}.avatar{color:#fff;background:#1f2937;border-radius:50%;flex:none;place-items:center;width:26px;height:26px;font-size:11px;font-weight:650;display:inline-grid}.workspace-copy,.nav-label,.section-label,.footer-copy{white-space:nowrap;text-overflow:ellipsis;opacity:1;max-width:180px;transition:opacity .1s ease,max-width var(--t-med) var(--ease),transform var(--t-med) var(--ease);overflow:hidden;transform:translate(0)}.icon-btn,.ghost-btn,.secondary-btn,.primary-btn,.danger-btn,.chip,.seg-btn,.ui-select-trigger{height:var(--control);border-radius:var(--radius-sm);transition:background var(--t-fast) ease,border-color var(--t-fast) ease,color var(--t-fast) ease,box-shadow var(--t-fast) ease,transform 80ms ease;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;display:inline-flex}.icon-btn:active,.ghost-btn:active,.secondary-btn:active,.primary-btn:active,.danger-btn:active,.chip:active,.seg-btn:active,.ui-select-trigger:active{transform:translateY(1px)}.icon-btn{width:32px;min-width:32px;color:var(--muted);background:0 0}.icon-btn:hover,.ghost-btn:hover{background:var(--hover);color:var(--text)}.icon-btn:focus-visible,.ghost-btn:focus-visible,.secondary-btn:focus-visible,.primary-btn:focus-visible,.danger-btn:focus-visible,.seg-btn:focus-visible,.ui-select-trigger:focus-visible,.search:focus-within,.input:focus,.textarea:focus{box-shadow:var(--focus);border-color:#9bbcf4}.ghost-btn{color:#4e545b;background:0 0;padding:0 9px}.secondary-btn{border-color:var(--line-strong);background:#fff;padding:0 10px}.secondary-btn:hover{background:var(--hover)}.primary-btn{background:var(--text);color:#fff;padding:0 12px}.danger-btn{color:var(--danger);background:#fff;border-color:#efc4c4;padding:0 10px}.danger-btn:hover{background:var(--danger-bg)}.sidebar-scroll{transition:padding var(--t-med) var(--ease);scrollbar-width:thin;flex:1;padding:10px 8px;overflow:hidden auto}.nav-section-head{height:28px;color:var(--muted-2);text-transform:uppercase;letter-spacing:.04em;transition:padding var(--t-med) var(--ease);justify-content:space-between;align-items:center;padding:0 6px;font-size:11px;font-weight:650;display:flex;overflow:hidden}.nav-section-actions{opacity:1;align-items:center;transition:opacity .1s;display:flex}.nav-row{text-align:left;color:#454a50;width:100%;height:34px;transition:background var(--t-fast) ease,color var(--t-fast) ease,padding var(--t-med) var(--ease),gap var(--t-med) var(--ease);background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;margin:1px 0;padding:0 8px;display:flex;overflow:hidden}.nav-row:hover{background:var(--hover);color:var(--text)}.nav-row.active{color:#111417;background:#eef0f3;font-weight:610}.nav-row .icon{color:#7b8188;flex:none;width:16px;height:16px}.nav-row.active .icon{color:#111417}.sidebar-footer{border-top:1px solid var(--line);height:58px;transition:padding var(--t-med) var(--ease),gap var(--t-med) var(--ease);align-items:center;gap:8px;padding:0 10px;display:flex}.footer-user{min-width:0;transition:flex-basis var(--t-med) var(--ease);flex:1;align-items:center;gap:9px;display:flex;overflow:hidden}.footer-email{color:var(--muted);font-size:11px}.app.sidebar-collapsed .workspace{opacity:0;pointer-events:none;max-width:0;margin:0;padding-left:0;padding-right:0}.app.sidebar-collapsed .workspace-copy,.app.sidebar-collapsed .nav-label,.app.sidebar-collapsed .section-label,.app.sidebar-collapsed .footer-copy{opacity:0;pointer-events:none;max-width:0;transform:translate(-4px)}.app.sidebar-collapsed .nav-section-actions{opacity:0;pointer-events:none}.app.sidebar-collapsed .sidebar-top{gap:0;padding-left:14px;padding-right:14px}.app.sidebar-collapsed .sidebar-top>[data-action=toggle-sidebar]{margin:auto}.app.sidebar-collapsed .sidebar-footer{gap:0;padding-left:17px;padding-right:17px}.app.sidebar-collapsed .sidebar-footer>[data-action=notifications]{opacity:0;pointer-events:none;width:0;min-width:0;overflow:hidden}.app.sidebar-collapsed .footer-user{flex:1;justify-content:center}.app.sidebar-collapsed .nav-row{gap:0;padding-left:10px;padding-right:10px}.app.sidebar-collapsed .nav-indent{padding-left:10px}.app.sidebar-collapsed .nav-section-head{padding-left:10px;padding-right:10px}.main{flex-direction:column;min-width:0;height:100vh;display:flex}.topbar{border-bottom:1px solid var(--line);height:54px;padding:0 var(--page-pad);z-index:15;background:#fff;justify-content:space-between;align-items:center;display:flex}.breadcrumb{color:var(--muted);align-items:center;gap:7px;min-width:0;display:flex}.topbar-actions{align-items:center;gap:7px;display:flex}.content{min-height:0;padding:20px var(--page-pad) 36px;flex:1;overflow:auto}.page{max-width:1560px;margin:0 auto}.page-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.page-title{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:680}.page-subtle{color:var(--muted);margin-top:3px}.toolbar{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.spacer{flex:1}.search{height:var(--control);border:1px solid var(--line-strong);border-radius:var(--radius-sm);width:220px;color:var(--muted);transition:border-color var(--t-fast) ease,box-shadow var(--t-fast) ease,background var(--t-fast) ease;background:#fff;align-items:center;gap:6px;padding:0 9px;display:flex}.search:hover{border-color:#c8cdd4}.search input{background:0 0;border:0;outline:0;width:100%;min-width:0}.search input::placeholder,.input::placeholder,.textarea::placeholder{color:#9aa0a7}.chip{border-color:var(--line-strong);color:#4f555d;background:#fff;padding:0 9px}.chip.active{background:var(--selected);border-color:var(--selected-line);color:#244c8f}.ui-select{min-width:0;display:inline-flex;position:relative}.ui-select.field-select{width:100%;display:flex}.ui-select-trigger{border-color:var(--line-strong);color:#4f555d;text-align:left;background:#fff;justify-content:flex-start;width:100%;min-width:0;max-width:100%;padding:0 9px}.ui-select-trigger:hover{background:#fbfcfd;border-color:#c7ccd3}.ui-select-trigger[aria-expanded=true]{box-shadow:var(--focus);border-color:#9bbcf4}.ui-select-trigger .ui-select-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.ui-select-trigger .ui-select-caret{color:#8a9097;transition:transform var(--t-fast) ease;flex:none;margin-left:auto}.ui-select-trigger[aria-expanded=true] .ui-select-caret{transform:rotate(180deg)}.ui-select.chip-select .ui-select-trigger{width:auto;min-width:92px}.bulkbar .ui-select-trigger{color:#fff;background:#292d32;border-color:#40454c}.bulkbar .ui-select-trigger:hover{background:#32373d;border-color:#525860}.select-popover{z-index:90;border:1px solid var(--line-strong);min-width:180px;max-width:min(360px,100vw - 16px);max-height:280px;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;background:#fff;border-radius:8px;padding:5px;transition:opacity .11s,transform .11s,visibility .11s;position:fixed;overflow:auto;transform:translateY(-3px)scale(.985)}.select-popover.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.select-option{text-align:left;color:#3e444a;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;width:100%;min-height:32px;padding:6px 8px;display:flex}.select-option:hover,.select-option.active{background:var(--hover);color:var(--text)}.select-option .checkmark{width:16px;color:var(--accent);opacity:0;flex:none}.select-option[aria-selected=true] .checkmark{opacity:1}.select-option .option-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.segmented{border:1px solid var(--line-strong);background:#f5f6f7;border-radius:7px;padding:2px;display:inline-flex}.seg-btn{height:27px;color:var(--muted);background:0 0;border:0;padding:0 10px}.seg-btn.active{color:var(--text);background:#fff;box-shadow:0 1px 2px #10182814}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:46px;padding:0 14px;display:flex}.panel-sub{color:var(--muted);font-size:12px}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;min-width:900px}th{border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.035em;color:#7c8289;text-align:left;white-space:nowrap;background:#fafbfc;height:38px;padding:0 12px;font-size:11px;font-weight:650}td{vertical-align:middle;border-bottom:1px solid #edf0f2;height:46px;padding:0 12px}tr:last-child td{border-bottom:0}tbody tr{transition:background var(--t-fast) ease}tbody tr:hover{background:#fafbfc}.table-title{align-items:center;gap:8px;min-width:260px;display:flex}.code{border:1px solid var(--line-strong);color:#5c6269;background:#fff;border-radius:5px;flex:none;align-items:center;height:22px;padding:0 6px;font-size:11px;display:inline-flex}.title-text{white-space:nowrap;text-overflow:ellipsis;max-width:430px;font-weight:520;overflow:hidden}.meta{color:var(--muted)}.badge{white-space:nowrap;border-radius:5px;align-items:center;height:22px;padding:0 7px;font-size:11px;font-weight:610;display:inline-flex}.badge.ready{color:#5c6269;background:#eef1f4}.badge.fixed{background:var(--success-bg);color:var(--success)}.badge.progress{color:#285da8;background:#eef4ff}.badge.p0{background:var(--critical-bg);color:var(--critical)}.badge.p2{background:var(--medium-bg);color:var(--medium)}.badge.low{color:#356b90;background:#edf7ff}.badge.task-bug{color:#59616a;background:#eef1f4}.badge.task-idea{color:#315f9e;background:#eef4ff}.owner{white-space:nowrap;align-items:center;gap:7px;display:flex}.owner .avatar{width:22px;height:22px;font-size:9px}.checkbox,input[type=checkbox]{appearance:none;vertical-align:-2px;width:15px;height:15px;transition:background var(--t-fast) ease,border-color var(--t-fast) ease,box-shadow var(--t-fast) ease;background:#fff;border:1px solid #c5cad1;border-radius:4px;flex:none;place-content:center;display:inline-grid}.checkbox:before,input[type=checkbox]:before{content:"";border-bottom:1.7px solid #fff;border-left:1.7px solid #fff;width:7px;height:4px;margin-top:-1px;transition:transform 90ms;transform:rotate(-45deg)scale(0)}.checkbox:hover,input[type=checkbox]:hover{border-color:#9ea5ad}.checkbox:checked,input[type=checkbox]:checked{background:#1f252b;border-color:#1f252b}.checkbox:checked:before,input[type=checkbox]:checked:before{transform:rotate(-45deg)scale(1)}.checkbox:focus-visible,input[type=checkbox]:focus-visible{box-shadow:var(--focus);border-color:#82a9eb}.switch-row{height:var(--control);border:1px solid var(--line-strong);border-radius:var(--radius-sm);color:#4f555d;cursor:pointer;background:#fff;align-items:center;gap:7px;padding:0 9px;display:inline-flex}.switch-input{opacity:0;pointer-events:none;position:absolute}.switch-ui{width:27px;height:16px;transition:background var(--t-fast) ease;background:#d8dde3;border-radius:999px;position:relative}.switch-ui:after{content:"";width:12px;height:12px;transition:transform var(--t-fast) var(--ease);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #1018282e}.switch-input:checked+.switch-ui{background:#252b31}.switch-input:checked+.switch-ui:after{transform:translate(11px)}.switch-input:focus-visible+.switch-ui{box-shadow:var(--focus)}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable:hover{color:#34383d}.bulkbar{z-index:11;color:#fff;box-shadow:var(--shadow);background:#17191c;border-radius:8px;align-items:center;gap:7px;margin:0 0 10px;padding:8px 10px;display:flex;position:sticky;top:4px}.bulkbar .secondary-btn,.bulkbar .chip{color:#fff;background:#292d32;border-color:#40454c}.bulkbar .danger-btn{color:#ffd8d8;background:#3a2222;border-color:#5f3333}.bulkbar .bulk-count{margin-right:4px;font-weight:630}.menu{z-index:85;border:1px solid var(--line-strong);width:200px;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;background:#fff;border-radius:8px;padding:5px;transition:opacity .11s,transform .11s,visibility .11s;position:fixed;transform:translateY(-3px)scale(.985)}.menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.menu button{text-align:left;color:#3e444a;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;width:100%;height:32px;padding:0 8px;display:flex}.menu button:hover,.menu button:focus-visible{background:var(--hover);box-shadow:none}.menu hr{border:0;border-top:1px solid var(--line);margin:5px 0}.menu .danger{color:var(--danger)}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.metric{border:1px solid var(--line);border-radius:var(--radius);background:#fff;padding:13px 14px}.metric-top{color:var(--muted);justify-content:space-between;align-items:center;font-size:12px;display:flex}.metric-value{letter-spacing:-.02em;margin-top:8px;font-size:22px;font-weight:670}.command-grid{grid-template-columns:minmax(0,1fr) 310px;gap:14px;display:grid}.stack{flex-direction:column;gap:14px;display:flex}.usage-row{border-bottom:1px solid #eef0f2;justify-content:space-between;align-items:center;padding:9px 0;display:flex}.usage-row:last-child{border-bottom:0}.section-head{justify-content:space-between;align-items:center;margin-bottom:9px;display:flex}.section-head h2{margin:0;font-size:13px;font-weight:650}.empty{text-align:center;color:var(--muted);padding:34px 20px}.empty strong{color:var(--text);margin-bottom:4px;font-weight:620;display:block}.empty .empty-actions{justify-content:center;gap:7px;margin-top:12px;display:flex}.kanban{grid-auto-columns:minmax(270px,1fr);grid-auto-flow:column;gap:10px;padding-bottom:8px;display:grid;overflow:auto}.kanban-col{border:1px solid var(--line);border-radius:var(--radius);background:#f2f4f6;flex-direction:column;min-height:540px;display:flex}.kanban-head{align-items:center;gap:7px;height:42px;padding:0 10px;display:flex}.drag-handle{color:#a0a5ab}.count{color:#676d74;background:#e3e6e9;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;display:inline-grid}.kanban-list{flex-direction:column;flex:1;gap:7px;padding:0 7px 8px;display:flex}.task-card{border:1px solid var(--line);cursor:grab;transition:border-color var(--t-fast) ease,box-shadow var(--t-fast) ease,transform var(--t-fast) ease;background:#fff;border-radius:7px;padding:10px;box-shadow:0 1px 1px #10182805}.task-card:hover{box-shadow:var(--shadow-sm);border-color:#d5d9df}.task-card:active{cursor:grabbing}.task-card.dragging{opacity:.55}.task-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.task-card-title{margin:8px 0 10px;font-weight:590;line-height:1.35}.task-card-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;margin-top:7px;font-size:11px;display:flex}.kanban-drop{border:1px dashed #0000;border-radius:7px;min-height:22px}.group{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-bottom:9px;overflow:hidden}.group-head{border-bottom:1px solid var(--line);background:#fafbfc;align-items:center;gap:8px;height:42px;padding:0 10px;display:flex}.group-head .spacer{flex:1}.group-body.collapsed{display:none}.list-row{border-bottom:1px solid #eef0f2;grid-template-columns:minmax(280px,1.7fr) 130px 150px 150px 100px 110px 34px;align-items:center;gap:10px;min-height:44px;padding:0 10px;display:grid}.list-row:last-child{border-bottom:0}.list-row:hover{background:#fafbfc}.list-title{align-items:center;gap:8px;min-width:0;display:flex}.pipeline{grid-template-columns:minmax(300px,.8fr) minmax(520px,1.4fr);align-items:start;gap:12px;display:grid}.pipeline-list{max-height:calc(100vh - 235px);overflow:auto}.capture{border-bottom:1px solid #eef0f2;align-items:flex-start;gap:10px;padding:11px 12px;display:flex}.capture:last-child{border-bottom:0}.capture-main{flex:1;min-width:0}.capture-note{color:var(--muted);margin-top:4px;font-size:11px}.sequence{flex-direction:column;gap:8px;padding:10px;display:flex}.sequence-item{border:1px solid var(--line);background:#fff;border-radius:7px}.sequence-main{grid-template-columns:28px minmax(0,1fr) auto;gap:8px;padding:10px;display:grid}.seq-index{width:26px;height:26px;color:var(--muted);background:#f1f3f5;border-radius:6px;place-items:center;font-size:11px;font-weight:650;display:grid}.seq-actions{gap:3px;display:flex}.seq-options{color:#5d636b;background:#fafbfc;border-top:1px solid #eef0f2;flex-wrap:wrap;gap:14px;padding:8px 10px;font-size:11px;display:flex}.seq-options label{align-items:center;gap:5px;display:flex}.pipeline-summary{border-top:1px solid var(--line);background:#fafbfc;align-items:center;gap:14px;padding:10px 12px;font-size:12px;display:flex}.blocking{color:var(--warning);font-weight:600}.ok{color:var(--success);font-weight:600}.runner{align-items:center;gap:6px;display:inline-flex}.dot{background:#a2a7ad;border-radius:50%;width:7px;height:7px}.dot.online{background:var(--success)}.folder-grid{grid-template-columns:repeat(3,minmax(260px,1fr));gap:10px;display:grid}.aproow-card{border:1px solid var(--line);border-radius:var(--radius);transition:border-color var(--t-fast) ease,box-shadow var(--t-fast) ease;background:#fff;overflow:hidden}.aproow-card:hover{box-shadow:var(--shadow-sm);border-color:#d5d9df}.thumb{color:#87909a;border-bottom:1px solid var(--line);background:#eef0f3;place-items:center;height:110px;display:grid}.card-title{margin:8px 0 10px;font-weight:600;line-height:1.35}.card-meta{color:var(--muted);justify-content:space-between;align-items:center;gap:8px;margin-top:8px;font-size:11px;display:flex}.direct{grid-template-columns:280px minmax(0,1fr);min-height:560px;display:grid}.direct-left{border-right:1px solid var(--line)}.direct-person{text-align:left;background:#fff;border:0;border-bottom:1px solid #eef0f2;align-items:center;gap:9px;width:100%;height:52px;padding:0 11px;display:flex}.direct-person:hover,.direct-person.active{background:#f6f7f8}.unread{color:#fff;background:#111;border-radius:9px;place-items:center;width:18px;height:18px;margin-left:auto;font-size:10px;display:grid}.shared-item{border-bottom:1px solid #eef0f2;align-items:center;gap:10px;padding:11px 13px;display:flex}.shared-item:hover{background:#fafbfc}.form-grid{grid-template-columns:1fr 1fr;gap:11px;display:grid}.field{flex-direction:column;gap:5px;display:flex}.field.full{grid-column:1/-1}.field label{color:var(--muted);font-size:11px;font-weight:600}.input,.textarea{border:1px solid var(--line-strong);width:100%;transition:border-color var(--t-fast) ease,box-shadow var(--t-fast) ease;background:#fff;border-radius:6px;padding:0 9px}.textarea{resize:vertical;min-height:88px;padding-top:8px}.divider{background:var(--line);height:1px;margin:16px 0}.modal-backdrop{background:var(--overlay);z-index:80;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--t-med) ease,visibility var(--t-med);justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-backdrop.open{opacity:1;visibility:visible;pointer-events:auto}.modal{border:1px solid var(--line-strong);width:min(460px,100%);box-shadow:var(--shadow);opacity:0;transition:opacity var(--t-med) ease,transform var(--t-med) var(--ease);background:#fff;border-radius:10px;transform:translateY(5px)scale(.99)}.modal-backdrop.open .modal{opacity:1;transform:translateY(0)scale(1)}.modal-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:52px;padding:0 14px;display:flex}.modal-foot{border-top:1px solid var(--line);justify-content:flex-end;gap:7px;padding:10px 14px;display:flex}.toast-wrap{z-index:100;flex-direction:column;gap:7px;display:flex;position:fixed;bottom:16px;right:16px}.toast{color:#fff;box-shadow:var(--shadow);background:#17191c;border-radius:7px;max-width:320px;padding:9px 11px;animation:.18s toastin}.toast.error{background:#6d2525}@keyframes toastin{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}.kbd{border:1px solid var(--line-strong);color:var(--muted);background:#fff;border-bottom-width:2px;border-radius:4px;padding:1px 5px;font-size:10px}.hidden{display:none!important}.muted{color:var(--muted)}.small{font-size:11px}.strong{font-weight:620}.nowrap{white-space:nowrap}.w-full{width:100%}.mt8{margin-top:8px}.mt12{margin-top:12px}.mb12{margin-bottom:12px}.flex{display:flex}.items-center{align-items:center}.gap6{gap:6px}.gap8{gap:8px}@media (width<=1120px){.command-grid{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}.pipeline{grid-template-columns:1fr}.folder-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.list-row{grid-template-columns:minmax(260px,1fr) 120px 130px 100px 34px}.list-row .hide-md{display:none}}@media (width<=780px){:root{--sidebar:205px;--page-pad:14px}.app{grid-template-columns:var(--sidebar-collapsed) minmax(0,1fr)}.sidebar .workspace{opacity:0;pointer-events:none;max-width:0;padding:0}.sidebar .workspace-copy,.sidebar .nav-label,.sidebar .section-label,.sidebar .footer-copy{opacity:0;pointer-events:none;max-width:0}.sidebar .nav-section-actions{opacity:0;pointer-events:none}.sidebar-top{gap:0;padding-left:14px;padding-right:14px}.sidebar-top>[data-action=toggle-sidebar]{margin:auto}.sidebar-scroll{padding-left:12px;padding-right:12px}.nav-row{gap:0;padding-left:10px;padding-right:10px}.nav-indent{padding-left:10px}.sidebar-footer{padding-left:17px;padding-right:17px}.sidebar-footer>[data-action=notifications]{opacity:0;pointer-events:none;width:0;min-width:0;overflow:hidden}.footer-user{justify-content:center}.grid-4{grid-template-columns:1fr 1fr}.folder-grid,.direct{grid-template-columns:1fr}.direct-left{border-right:0;border-bottom:1px solid var(--line)}.search{width:160px}.page-head{align-items:center}.toolbar{max-width:100%}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}.metric-action{text-align:left;width:100%;font:inherit;cursor:pointer}.metric-action:hover{background:#fbfcfd;border-color:#cbd2db}.metric-action:focus-visible{box-shadow:var(--focus);border-color:#9bbcf4}.card-menu-btn{width:24px;min-width:24px;height:24px}.list-column-head,.list-row{grid-template-columns:34px minmax(280px,1.7fr) 96px 120px 120px 120px 140px 100px 110px 34px;align-items:center;gap:10px;min-width:1170px;display:grid}.list-column-head{height:32px;color:var(--muted);padding:0 10px;font-size:11px;font-weight:620}.group-body{overflow-x:auto}.group-head .drag-handle,.kanban-head .drag-handle{cursor:grab}.group-head .drag-handle:active,.kanban-head .drag-handle:active{cursor:grabbing}.pipeline-config{border-top:1px solid var(--line)}.config-head{text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;height:44px;padding:0 12px;display:flex}.config-head:hover{background:#fafbfc}.config-head>span{align-items:center;gap:8px;display:flex}.config-body{background:#fff;padding:0 12px 12px}.preflight{border-top:1px solid var(--line);background:#fafbfc;padding:11px 12px}.preflight-top{align-items:center;gap:8px;display:flex}.preflight-stats{color:var(--muted);align-items:center;gap:16px;margin-top:9px;font-size:11px;display:flex}.capture-disabled{background:#fafafa}.capture-disabled .capture-main{opacity:.62}.static-field{color:#4f555d;background:#fafbfc;align-items:center;display:flex}.aproow-card.selected{box-shadow:var(--focus);border-color:#9bbcf4}.direct-empty{min-height:420px}.project-list{flex-direction:column;display:flex}.project-row{border-bottom:1px solid #eef0f2;align-items:center;gap:8px;min-height:42px;display:flex}.project-row:last-child{border-bottom:0}.danger-text{color:var(--danger)}:root{--bg:#f8f9fa;--panel-2:#fafbfc;--line:#e7e9ec;--line-strong:#d9dde2;--sidebar:224px;--sidebar-collapsed:56px;--page-pad:20px;--control:32px;--radius:7px;--radius-sm:6px;--shadow:0 8px 24px #161b2217;--shadow-sm:0 3px 10px #161b2212}body{background:var(--bg);font-size:13px;line-height:1.42}.app{transition:grid-template-columns .17s var(--ease)}.sidebar-top,.topbar{height:50px}.sidebar-footer{height:54px}.sidebar-top{padding:0 9px}.sidebar-scroll{padding:8px 7px}.nav-group{margin-bottom:12px}.nav-section-head{letter-spacing:.05em;height:26px;font-size:10.5px}.nav-row{border-radius:5px;height:34px;padding:0 8px}.nav-row.active{background:#eef0f2;font-weight:580}.nav-row .icon{width:15px;height:15px}.nav-indent{padding-left:16px}.app.sidebar-collapsed .nav-section-head{height:10px;padding:0}.app.sidebar-collapsed .nav-group{margin-bottom:9px}.app.sidebar-collapsed .sidebar-footer{padding-left:15px;padding-right:15px}.app.sidebar-collapsed .sidebar-footer>[data-action=notifications]{border:0;width:0;min-width:0;padding:0}.app.sidebar-collapsed .footer-user{gap:0;overflow:visible}.app.sidebar-collapsed .sidebar-scroll,.app.sidebar-collapsed .nav-row,.app.sidebar-collapsed .nav-indent{padding-left:10px;padding-right:10px}.workspace-copy,.nav-label,.section-label,.footer-copy{transition:opacity 90ms ease,max-width .165s var(--ease),transform .165s var(--ease)}.topbar{padding:0 var(--page-pad);background:#fff}.breadcrumb{gap:5px;font-size:13px}.breadcrumb>.icon{color:#a1a6ad}.breadcrumb strong{color:#202328;font-weight:600}.topbar-actions{gap:6px}.content{padding:16px var(--page-pad) 28px}.page{max-width:1600px}.page-head{margin-bottom:13px}.page-title{font-size:18px;font-weight:640}.page-subtle{margin-top:2px;font-size:11.5px}.icon-btn{width:32px;min-width:32px}.ghost-btn,.secondary-btn,.primary-btn,.danger-btn,.chip,.ui-select-trigger{font-weight:520}.primary-btn{background:#202328;padding:0 11px}.primary-btn:hover{background:#30343a}.secondary-btn{padding:0 9px}.ghost-btn{color:#5f656d;padding:0 8px}.ghost-btn.active{color:#2d5f9f;background:#eef3fb}.danger-btn{padding:0 9px}.toolbar{gap:6px}.search{height:var(--control);background:#f3f5f6;border-color:#0000;width:190px;padding:0 8px}.search:hover{background:#fff;border-color:#d9dde2}.search:focus-within,.search.active{background:#fff;border-color:#a9c3ed}.search-fluid{width:100%}.data-toolbar,.folder-toolbar{justify-content:space-between;align-items:center;gap:12px;min-height:32px;margin-bottom:10px;display:flex}.toolbar-main,.toolbar-tools,.toolbar-filters{align-items:center;gap:6px;min-width:0;display:flex}.toolbar-main{flex:1}.toolbar-filters{flex-wrap:wrap}.toolbar-tools{flex:none}.context-label,.context-count{color:var(--muted);white-space:nowrap;font-size:11.5px}.context-count{padding-right:4px}.ui-select.chip-select .ui-select-trigger{color:#5e646b;background:#f3f5f6;border-color:#0000;width:auto;min-width:0}.ui-select.chip-select .ui-select-trigger:hover{background:#fff;border-color:#d9dde2}.ui-select.filter-control.active .ui-select-trigger{color:#285b9b;background:#edf4ff;border-color:#cdddf7}.ui-select.utility-select .ui-select-trigger{color:#656b72;background:0 0;border-color:#0000}.ui-select.utility-select .ui-select-trigger:hover{background:var(--hover)}.ui-select.context-select .ui-select-trigger{border-color:var(--line-strong);background:#fff;font-weight:560}.segmented{background:#f1f3f5;border-color:#0000;border-radius:6px;padding:2px}.seg-btn{height:28px;padding:0 10px;font-size:12.5px}.seg-btn.active{font-weight:570;box-shadow:0 1px 2px #10182812}.view-switch{white-space:nowrap}.panel{border-radius:7px}.panel-head{height:44px;padding:0 12px}.panel-title{font-weight:610}.panel-sub{margin-top:1px;font-size:11px}.data-panel{box-shadow:0 1px 1px #10182804}th{text-transform:none;letter-spacing:0;color:#737980;background:#fafbfc;height:36px;padding:0 10px;font-size:11px;font-weight:590}td{height:44px;padding:0 10px}.aproow-table th{z-index:2;position:sticky;top:0}.select-col{width:34px!important}.action-col{width:36px!important}.table-title{gap:7px;min-width:235px}.title-text{font-weight:500}.sortable{transition:color var(--t-fast) ease}.sort-indicator{vertical-align:-2px;color:#5f6f83;margin-left:2px;display:inline-flex}.row-action{opacity:.18;transition:opacity var(--t-fast) ease,background var(--t-fast) ease}.table-wrap tbody tr:hover .row-action,.list-row:hover .row-action,.group-head:hover .row-action,.kanban-head:hover .row-action,.aproow-card:hover .row-action,.row-action:focus-visible{opacity:1}.row-selected,.list-row.selected{background:#f1f6ff!important}.row-selected:hover,.list-row.selected:hover{background:#edf4ff!important}.code{background:#fbfcfd;border-radius:4px;height:21px;padding:0 6px;font-size:11px}.badge{border-radius:4px;height:22px;padding:0 7px;font-size:11px;font-weight:570}.stage-label{color:#555c64;background:#f1f3f5;border-radius:4px;align-items:center;height:22px;padding:0 7px;font-size:11px;display:inline-flex}.owner{gap:6px}.owner .avatar{width:22px;height:22px}.avatar{font-weight:600}.bulkbar{border-radius:7px;gap:5px;min-height:38px;margin-bottom:8px;padding:5px 7px;top:6px;box-shadow:0 7px 20px #10182829}.bulkbar .bulk-count{padding:0 5px;font-weight:580}.bulkbar .ui-select-trigger,.bulkbar .secondary-btn,.bulkbar .danger-btn{height:28px}.menu,.select-popover{border-color:#d9dde2;border-radius:7px;padding:4px;box-shadow:0 10px 28px #161b221f}.menu{width:196px}.menu button,.select-option{border-radius:4px;height:32px;min-height:32px;padding:0 8px;font-size:12.5px}.menu hr{margin:4px 0}.select-popover{max-height:260px}.section-head{margin-bottom:9px}.section-head h2{color:#42484f;font-size:13px;font-weight:620}.stack{gap:13px}.attention-section{max-width:820px}.attention-list{flex-wrap:wrap;gap:8px;display:flex}.attention-item{border:1px solid var(--line);color:#51575e;text-align:left;min-width:220px;height:48px;transition:background var(--t-fast),border-color var(--t-fast);background:#fff;border-radius:6px;align-items:center;gap:9px;padding:0 11px;display:flex}.attention-item:hover{background:#fafbfc;border-color:#d7dbe0}.attention-icon{color:#7c838a}.attention-label{font-weight:520}.attention-value{color:#202328;margin-left:auto;font-size:16px}.attention-ok{color:#5f6f67;background:#f6faf7;border:1px solid #e3eee6;border-radius:6px;align-items:center;gap:7px;height:42px;padding:0 10px;display:inline-flex}.activity-list{padding:0 12px 8px}.empty{padding:26px 18px}.empty strong{font-weight:590}.compact-empty{padding:22px 14px}.grid-empty{grid-column:1/-1}.empty-icon{color:#707780;background:#f1f3f5;border-radius:8px;place-items:center;width:34px;height:34px;margin:0 auto 10px;display:grid}.kanban{grid-auto-columns:minmax(264px,1fr);gap:9px;padding-bottom:6px}.kanban-col{background:#f4f6f7;border-color:#e5e8eb;border-radius:7px;min-height:470px}.kanban-head{gap:6px;height:40px;padding:0 9px}.kanban-head strong,.group-head strong{font-weight:590}.drag-handle{color:#a5abb1;cursor:grab}.kanban-list{gap:7px;padding:0 7px 8px}.task-card{box-shadow:none;border-radius:6px;padding:10px}.task-card:hover{border-color:#cfd4da;transform:translateY(-1px);box-shadow:0 3px 10px #1018280e}.task-card-title{margin:7px 0 8px;font-weight:550}.task-card-middle{align-items:center;gap:6px;display:flex}.task-card-meta{margin-top:7px;font-size:11.5px}.card-menu-btn{opacity:.2}.task-card:hover .card-menu-btn,.card-menu-btn:focus-visible{opacity:1}.kanban-empty,.group-empty{color:#90969d;text-align:center;padding:16px 10px;font-size:11px}.kanban-drop{min-height:14px}.kanban-drop.over{background:#eef5ff;border-color:#8eb0e8}.add-stage-btn{color:#747b82;width:150px;height:32px;font:inherit;transition:background var(--t-fast),border-color var(--t-fast),color var(--t-fast);background:0 0;border:1px dashed #ccd1d7;border-radius:6px;justify-content:center;align-self:start;align-items:center;gap:6px;display:inline-flex}.add-stage-btn:hover{color:#30353a;background:#fff;border-color:#aeb5bd}.list-column-head,.list-row{grid-template-columns:34px minmax(260px,1.7fr) 90px 112px 110px 110px 130px 92px 104px 32px;gap:8px;min-width:1115px}.list-column-head{height:29px;padding:0 9px;font-size:10.5px;font-weight:580}.group{border-radius:7px;margin-bottom:7px}.group-head{gap:6px;height:40px;padding:0 9px}.collapse-btn{width:26px;min-width:26px}.list-row{min-height:44px;padding:0 9px}.list-add-stage{margin-top:2px}.pipeline-toolbar{margin-bottom:9px}.quiet-switch{background:0 0;border-color:#0000;padding:0 6px}.quiet-switch:hover{background:var(--hover)}.pipeline{grid-template-columns:minmax(300px,.78fr) minmax(540px,1.42fr);gap:10px}.pipeline>.panel{min-height:0}.pipeline-source,.pipeline-sequence{flex-direction:column;max-height:calc(100vh - 122px);display:flex}.pipeline-list{flex:1;max-height:none;overflow:auto}.panel-toolbar{border-bottom:1px solid var(--line);align-items:center;gap:6px;padding:7px 9px;display:flex}.capture{gap:9px;padding:10px 11px}.capture-title{margin-top:4px;font-weight:540}.capture-note{margin-top:3px}.sequence{flex:1;gap:6px;min-height:150px;padding:8px;overflow:auto}.sequence-item{border-radius:6px}.sequence-main{grid-template-columns:26px minmax(0,1fr) auto;gap:8px;padding:9px}.seq-index{border-radius:5px;width:25px;height:25px;font-size:10.5px}.sequence-title{margin:6px 0 3px;font-weight:550}.plan-action{height:28px;padding:0 7px;font-size:11.5px}.seq-actions .icon-btn{width:29px;min-width:29px;height:29px}.seq-options{background:#fbfcfd;gap:12px;padding:7px 9px;font-size:11px}.pipeline-config{flex:none}.config-head{height:42px;padding:0 11px}.config-body{padding:0 10px 10px}.preflight{border-top:1px solid var(--line);background:#fafbfc;flex:none;padding:10px 11px}.preflight.blocked{background:#fffaf1;border-top-color:#eee2c8}.preflight.ready{background:#f5faf7;border-top-color:#dceadf}.preflight-top{gap:10px}.preflight-copy{flex:1;min-width:0}.preflight-title{margin-bottom:1px;font-weight:610}.preflight-actions{align-items:center;gap:6px;display:flex}.runner-action{white-space:nowrap}.execute-btn{min-width:126px}.preflight-stats{gap:13px;margin-top:7px}.primary-btn:disabled{color:#fff;opacity:1;background:#aeb3b8}.folder-toolbar{margin-bottom:10px}.folder-grid{grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:10px}.thumb{height:94px}.card-body{padding:10px}.card-top,.card-tags{align-items:center;gap:6px;display:flex}.card-title{margin:7px 0 8px;font-weight:560}.card-meta{margin-top:7px}.aproow-card{border-radius:7px}.aproow-card:hover{box-shadow:0 3px 10px #1018280e}.direct{grid-template-columns:260px minmax(0,1fr);min-height:460px}.direct-person{height:50px;padding:0 10px}.direct-person.active{background:#eef3f8}.person-copy,.shared-copy{min-width:0}.person-copy>*,.shared-copy>*{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shared-item{min-height:48px;padding:9px 11px}.stop-share-btn{opacity:.12}.shared-item:hover .stop-share-btn,.stop-share-btn:focus-visible{opacity:1}.direct-empty{flex-direction:column;justify-content:center;align-items:center;min-height:280px;display:flex}.direct-empty>.primary-btn{align-self:center;width:auto}.direct-main{min-width:0}.modal{border-radius:8px}.modal-head{height:50px;padding:0 13px}.modal-body{padding:12px}.modal-foot{padding:9px 12px}.form-grid{gap:9px}.field{gap:4px}.input{height:32px}.textarea{min-height:84px}.toast{border-radius:6px;padding:8px 10px}@media (width<=1180px){.data-toolbar,.folder-toolbar{flex-direction:column;align-items:flex-start}.toolbar-tools{flex-wrap:wrap;justify-content:flex-start;width:100%}.toolbar-main{flex-wrap:wrap;width:100%}.pipeline-source,.pipeline-sequence{max-height:none}.pipeline{grid-template-columns:1fr}.pipeline-list{max-height:420px}}@media (width<=780px){.row-action,.stop-share-btn,.card-menu-btn{opacity:1}.topbar{padding:0 12px}.content{padding:12px 14px 24px}.topbar-actions .primary-btn{padding:0 8px}.toolbar-filters{width:100%}.search{width:100%;max-width:280px}.direct{grid-template-columns:1fr;min-height:0}.folder-grid{grid-template-columns:1fr}}.avatar{width:28px;height:28px;font-size:11.5px}.workspace{padding:5px 6px}.workspace-name{font-weight:610}.footer-email{font-size:11.5px}.context-label,.context-count{font-size:12px}.panel-sub,.page-subtle,.small{font-size:11.5px}.field label{font-size:11px}.switch-row{height:32px}.add-stage-btn{height:34px}.list-column-head{height:31px;font-size:11px}.count{min-width:21px;height:21px;font-size:11px}.kbd{font-size:10.5px}.toast{font-size:12.5px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.sidebar-brand{text-align:left;width:100%;height:34px;color:var(--text);transition:background var(--t-fast) ease,padding var(--t-med) var(--ease),gap var(--t-med) var(--ease);background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;padding:0 6px;display:flex;overflow:hidden}.sidebar-brand:hover{background:var(--hover)}.brand-glyph{flex:none;place-items:center;width:28px;height:28px;display:grid;position:relative}.brand-mark,.brand-panel{transition:opacity var(--t-fast) ease,transform var(--t-fast) ease;place-items:center;display:grid;position:absolute;inset:0}.brand-mark{color:#fff;letter-spacing:-.02em;background:#17191c;border-radius:7px;font-size:12px;font-weight:700}.brand-panel{opacity:0;color:#555d66;transform:scale(.88)}.sidebar-brand:hover .brand-mark,.sidebar-brand:focus-visible .brand-mark{opacity:0;transform:scale(.88)}.sidebar-brand:hover .brand-panel,.sidebar-brand:focus-visible .brand-panel{opacity:1;transform:scale(1)}.app.sidebar-collapsed .sidebar-brand{justify-content:center;gap:0;padding:0}.app.sidebar-collapsed .sidebar-top{padding-left:11px;padding-right:11px}.footer-user{text-align:left;cursor:pointer;color:inherit;background:0 0;border:0;border-radius:6px;padding:3px 4px}.footer-user:hover{background:var(--hover)}.footer-copy{flex-direction:column;min-width:0;display:flex}.notification-button{position:relative}.notification-dot{background:#2563eb;border:1.5px solid #fbfbfc;border-radius:50%;width:6px;height:6px;display:none;position:absolute;top:6px;right:6px}.notification-dot.visible{display:block}.global-search-wrap{width:32px;height:32px;transition:width var(--t-med) var(--ease),border-color var(--t-fast),background var(--t-fast),box-shadow var(--t-fast);background:0 0;border:1px solid #0000;border-radius:6px;flex:0 auto;justify-content:flex-end;align-items:center;display:flex;position:relative;overflow:visible}.global-search-wrap:hover,.global-search-wrap:focus-within,.global-search-wrap.open{border-color:var(--line-strong);background:#fff;width:clamp(280px,40vw,580px)}.global-search-wrap:focus-within{box-shadow:var(--focus);border-color:#9bbcf4}.global-search-button{width:30px;min-width:30px;height:30px;color:var(--muted);background:0 0;border:0;border-radius:5px;flex:none;place-items:center;display:grid}.global-search-input{opacity:0;width:0;min-width:0;transition:opacity var(--t-fast);pointer-events:none;background:0 0;border:0}.global-search-wrap:hover .global-search-input,.global-search-wrap:focus-within .global-search-input,.global-search-wrap.open .global-search-input{opacity:1;pointer-events:auto;width:100%}.global-search-wrap .kbd{opacity:0;max-width:0;transition:opacity var(--t-fast),max-width var(--t-fast),margin var(--t-fast);margin-right:0;overflow:hidden}.global-search-wrap:hover .kbd,.global-search-wrap:focus-within .kbd,.global-search-wrap.open .kbd{opacity:1;max-width:42px;margin-right:6px}.global-search-results{z-index:92;border:1px solid var(--line-strong);width:min(520px,100vw - 24px);max-height:360px;box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;background:#fff;border-radius:8px;padding:5px;transition:opacity .11s,transform .11s,visibility .11s;position:fixed;overflow:hidden auto;transform:translateY(-3px)}.global-search-results.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.search-result{text-align:left;width:100%;min-height:44px;color:inherit;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;padding:6px 8px;display:flex}.search-result:hover,.search-result:focus-visible{background:var(--hover);box-shadow:none}.search-result-copy{flex:1;min-width:0}.search-result-title,.search-result-meta{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.search-result-meta{color:var(--muted);margin-top:1px;font-size:11.5px}.search-empty{color:var(--muted);text-align:center;padding:16px 12px}.data-toolbar.aproow-toolbar .toolbar-main{flex:none}.data-toolbar.aproow-toolbar .toolbar-tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;margin-left:auto;display:flex}.data-toolbar.aproow-toolbar .toolbar-filters{justify-content:flex-end}.aproow-refresh[disabled]{opacity:.7;cursor:default}.aproow-refresh.syncing .icon{animation:.7s linear infinite aproow-refresh-spin}@keyframes aproow-refresh-spin{to{transform:rotate(360deg)}}.ui-select.inline-select{max-width:100%;display:inline-flex}.ui-select.inline-select .ui-select-trigger{background:0 0;border-color:#0000;border-radius:5px;width:auto;min-width:0;max-width:100%;height:28px;padding:0 6px;font-size:12px;font-weight:520}.ui-select.inline-select .ui-select-trigger:hover{background:#f4f6f8;border-color:#e3e6ea}.ui-select.inline-select .ui-select-label{max-width:122px}.ui-select.inline-select.priority-inline .ui-select-trigger,.ui-select.inline-select.status-inline .ui-select-trigger,.ui-select.inline-select.stage-inline .ui-select-trigger{height:24px;padding:0 7px;font-size:11px}.ui-select.inline-select.priority-inline.p0 .ui-select-trigger{background:var(--critical-bg);color:var(--critical)}.ui-select.inline-select.priority-inline.p2 .ui-select-trigger{background:var(--medium-bg);color:var(--medium)}.ui-select.inline-select.priority-inline.low .ui-select-trigger{color:#59616b;background:#f2f4f7}.ui-select.inline-select.status-inline.fixed .ui-select-trigger{background:var(--success-bg);color:var(--success)}.ui-select.inline-select.status-inline.ready .ui-select-trigger,.ui-select.inline-select.stage-inline .ui-select-trigger{color:#555c64;background:#f1f3f5}.footer-popover{z-index:96;border:1px solid var(--line-strong);box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transform-origin:0 100%;background:#fff;border-radius:9px;transition:opacity .11s,transform .11s,visibility .11s;position:fixed;transform:translateY(4px)scale(.985)}.footer-popover.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.account-summary{align-items:center;gap:9px;padding:9px 9px 8px;display:flex}.account-summary .avatar{width:30px;height:30px}.account-menu-row,.account-status-link{color:#3e444a;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;width:100%;min-height:34px;padding:0 9px;text-decoration:none;display:flex}.account-menu-row:hover,.account-menu-row:focus-visible,.account-status-link:hover,.account-status-link:focus-visible{background:var(--hover);box-shadow:none}.account-menu-row .value{color:var(--muted);margin-left:auto;font-size:11.5px}.account-upgrade{width:calc(100% - 10px);margin:4px 5px 5px}.account-divider{background:var(--line);height:1px;margin:5px}.status-dot{background:#22a45d;border-radius:50%;flex:none;width:7px;height:7px}.notification-popover{width:min(380px,100vw - 16px);overflow:hidden}.notification-head{align-items:center;padding:8px 8px 0;display:flex}.notification-tabs{background:#f2f4f6;border-radius:6px;gap:2px;width:100%;padding:2px;display:flex}.notification-tab{height:28px;color:var(--muted);background:0 0;border:0;border-radius:4px;flex:1;font-size:11.5px}.notification-tab.active{color:var(--text);background:#fff;box-shadow:0 1px 2px #10182812}.notification-list{max-height:360px;padding:6px;overflow:auto}.notification-item{text-align:left;width:100%;color:inherit;background:0 0;border:0;border-radius:6px;gap:9px;min-height:58px;padding:8px;display:flex}.notification-item:hover{background:var(--hover)}.notification-icon{color:#6c737b;background:#f1f3f5;border-radius:7px;flex:none;place-items:center;width:28px;height:28px;display:grid}.notification-copy{flex:1;min-width:0}.notification-title{font-weight:560;display:block}.notification-body{color:var(--muted);margin-top:2px;font-size:11.5px;line-height:1.35;display:block}.notification-time{color:var(--muted-2);white-space:nowrap;font-size:10.5px}.notification-archive{opacity:.18}.notification-item:hover .notification-archive,.notification-archive:focus-visible{opacity:1}.page-direct{height:calc(100vh - 106px)}.direct.direct-workspace{grid-template-columns:260px minmax(0,1fr);height:100%;min-height:480px;overflow:hidden}.direct-left{min-height:0;overflow:auto}.direct-main.chat-main{flex-direction:column;min-height:0;display:flex;overflow:hidden}.chat-head{border-bottom:1px solid var(--line);flex:none;align-items:center;gap:9px;height:54px;padding:0 12px;display:flex}.chat-head-copy{min-width:0}.chat-head-copy>*{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-messages{background:#fff;flex-direction:column;flex:1;gap:12px;min-height:0;padding:14px 16px 10px;display:flex;overflow:auto}.message-row{gap:9px;max-width:760px;display:flex}.message-row.mine{flex-direction:row-reverse;align-self:flex-end}.message-avatar{color:#555d65;background:#eceff2;border-radius:50%;flex:none;place-items:center;width:27px;height:27px;font-size:10.5px;font-weight:650;display:grid}.message-row.mine .message-avatar{color:#fff;background:#202328}.message-content{min-width:0;max-width:min(640px,76vw)}.message-meta{color:var(--muted-2);margin-bottom:3px;font-size:10.5px}.message-row.mine .message-meta{text-align:right}.message-bubble{background:#f4f6f8;border:1px solid #eaedf0;border-radius:8px;padding:7px 9px;line-height:1.42;display:inline-block}.message-row.mine .message-bubble{background:#eef4ff;border-color:#dce7fb}.message-file{align-items:center;gap:8px;min-width:220px;display:flex}.message-file-icon{border:1px solid var(--line);background:#fff;border-radius:6px;place-items:center;width:30px;height:30px;display:grid}.message-aproow{border:1px solid var(--line-strong);cursor:pointer;background:#fff;border-radius:7px;width:min(420px,70vw);padding:8px 9px}.message-aproow:hover{background:#fbfcfd;border-color:#c8cdd4}.message-aproow-title{margin-top:5px;font-weight:550}.message-aproow-meta{color:var(--muted);margin-top:4px;font-size:11px}.chat-composer{border-top:1px solid var(--line);background:#fff;flex:none;padding:9px 10px}.composer-shell{border:1px solid var(--line-strong);background:#fff;border-radius:8px;align-items:flex-end;gap:6px;padding:5px;display:flex}.composer-shell:focus-within{box-shadow:var(--focus);border-color:#9bbcf4}.composer-input{resize:none;background:0 0;border:0;flex:1;min-height:28px;max-height:96px;padding:5px 3px;line-height:1.4}.composer-actions{align-items:center;gap:2px;display:flex}.voice-recording{color:var(--danger)!important;background:var(--danger-bg)!important}.recording-label{color:var(--danger);padding:0 3px;font-size:11px;display:none}.recording-label.visible{display:inline}.send-btn{width:30px;min-width:30px;height:30px;padding:0}.folder-toolbar .toolbar-tools{margin-left:auto}.folder-local-actions{align-items:center;gap:4px;display:flex}@media (width<=1180px){.global-search-wrap:hover,.global-search-wrap:focus-within,.global-search-wrap.open{width:clamp(230px,34vw,430px)}.data-toolbar.aproow-toolbar{flex-direction:column;align-items:flex-start}.data-toolbar.aproow-toolbar .toolbar-main,.data-toolbar.aproow-toolbar .toolbar-tools{width:100%}.data-toolbar.aproow-toolbar .toolbar-tools{justify-content:flex-start}.page-direct{height:auto}.direct.direct-workspace{height:620px}}@media (width<=780px){.global-search-wrap:hover,.global-search-wrap:focus-within,.global-search-wrap.open{width:min(54vw,320px)}.global-search-wrap .kbd{display:none}.direct.direct-workspace{grid-template-columns:1fr;height:auto}.chat-main{min-height:520px}.footer-popover{max-width:calc(100vw - 16px)}}.topbar-actions{flex:1;justify-content:flex-end;min-width:0}.global-search-wrap{flex:0 0 32px;justify-content:flex-start;min-width:32px;overflow:hidden}.global-search-wrap:hover,.global-search-wrap:focus-within,.global-search-wrap.open{flex-basis:clamp(360px,48vw,640px);width:clamp(360px,48vw,640px)}.global-search-button{flex:0 0 30px}.global-search-input{flex:0 auto;line-height:1.2}.global-search-wrap:hover .global-search-input,.global-search-wrap:focus-within .global-search-input,.global-search-wrap.open .global-search-input{flex:auto;width:auto}.global-search-wrap .global-search-kbd{white-space:nowrap;word-break:keep-all;flex:none;justify-content:center;align-items:center;min-width:0;max-width:0;height:24px;margin-right:0;padding-left:0;padding-right:0;line-height:1;display:inline-flex;overflow:hidden}.global-search-wrap:hover .global-search-kbd,.global-search-wrap:focus-within .global-search-kbd,.global-search-wrap.open .global-search-kbd{min-width:42px;max-width:42px;margin-right:5px;padding:0 7px}.sidebar-top{transition:grid-template-columns var(--t-med) var(--ease),padding var(--t-med) var(--ease),gap var(--t-med) var(--ease);grid-template-columns:minmax(0,1fr) 32px;gap:6px;padding:0 9px;display:grid}.workspace-switcher{text-align:left;min-width:0;height:34px;color:var(--text);transition:background var(--t-fast) ease,opacity var(--t-fast) ease,max-width var(--t-med) var(--ease),padding var(--t-med) var(--ease);background:0 0;border:0;border-radius:6px;align-items:center;gap:8px;padding:0 6px;display:flex;overflow:hidden}.workspace-switcher:hover,.workspace-switcher[aria-expanded=true]{background:var(--hover)}.workspace-avatar{color:#fff;background:#17191c;border-radius:7px;flex:none;place-items:center;width:26px;height:26px;font-size:11px;font-weight:680;display:grid}.workspace-avatar.dark{width:28px;height:28px}.workspace-switcher .workspace-copy{flex:1;min-width:0;display:block}.workspace-switcher .workspace-caret{color:var(--muted);flex:none}.sidebar-edge-toggle{color:#66707a;width:32px;min-width:32px;height:32px;transition:background var(--t-fast),color var(--t-fast);background:0 0;border:0;border-radius:6px;place-items:center;display:grid;position:relative}.sidebar-edge-toggle:hover{background:var(--hover);color:var(--text)}.sidebar-toggle-mark,.sidebar-toggle-panel{transition:opacity var(--t-fast),transform var(--t-fast);place-items:center;display:grid;position:absolute;inset:0}.sidebar-toggle-mark{opacity:0;color:#fff;background:#17191c;border-radius:7px;font-size:12px;font-weight:700;transform:scale(.9)}.sidebar-toggle-panel{opacity:1;transform:scale(1)}.app.sidebar-collapsed .sidebar-top{grid-template-columns:0 34px;justify-content:center;gap:0;padding-left:13px;padding-right:13px}.app.sidebar-collapsed .workspace-switcher{opacity:0;pointer-events:none;max-width:0;padding:0}.app.sidebar-collapsed .sidebar-edge-toggle{width:34px;min-width:34px;height:34px}.app.sidebar-collapsed .sidebar-toggle-mark{opacity:1;transform:scale(1)}.app.sidebar-collapsed .sidebar-toggle-panel,.app.sidebar-collapsed .sidebar-edge-toggle:hover .sidebar-toggle-mark,.app.sidebar-collapsed .sidebar-edge-toggle:focus-visible .sidebar-toggle-mark{opacity:0;transform:scale(.88)}.app.sidebar-collapsed .sidebar-edge-toggle:hover .sidebar-toggle-panel,.app.sidebar-collapsed .sidebar-edge-toggle:focus-visible .sidebar-toggle-panel{opacity:1;transform:scale(1)}.workspace-popover{z-index:97;border:1px solid var(--line-strong);box-shadow:var(--shadow);opacity:0;visibility:hidden;pointer-events:none;transform-origin:0 0;background:#fff;border-radius:9px;padding:5px;transition:opacity .11s,transform .11s,visibility .11s;position:fixed;transform:translateY(-4px)scale(.985)}.workspace-popover.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)scale(1)}.workspace-menu-current{background:#f7f8fa;border-radius:6px;align-items:center;gap:9px;min-height:42px;padding:6px 8px;display:flex}.workspace-menu-copy{flex-direction:column;flex:1;min-width:0;display:flex}.workspace-menu-copy strong{font-weight:600}.workspace-menu-divider{background:var(--line);height:1px;margin:5px 0}.workspace-menu-row{text-align:left;color:#3f454b;background:0 0;border:0;border-radius:5px;align-items:center;gap:9px;width:100%;height:34px;padding:0 9px;display:flex}.workspace-menu-row:hover,.workspace-menu-row:focus-visible{background:var(--hover);box-shadow:none}.account-popover{width:300px;padding:5px}.account-summary{padding:8px 8px 7px}.account-settings-link{width:30px;height:30px;color:var(--muted);border-radius:5px;place-items:center;margin-left:auto;text-decoration:none;display:grid}.account-settings-link:hover,.account-settings-link:focus-visible{background:var(--hover);color:var(--text);box-shadow:none}.account-theme-row{cursor:default}.account-theme-row:hover{background:0 0}.theme-choice-group{border:1px solid var(--line);background:#f5f6f7;border-radius:6px;align-items:center;gap:1px;margin-left:auto;padding:2px;display:inline-flex}.theme-choice{width:27px;height:25px;color:var(--muted);background:0 0;border:0;border-radius:4px;place-items:center;display:grid}.theme-choice:hover{color:var(--text);background:#fff}.theme-choice.active{color:var(--text);background:#fff;box-shadow:0 1px 2px #1018281a}.account-upgrade{justify-content:center;width:calc(100% - 10px);margin:4px 5px 5px;font-weight:620}.account-status-link{border-top:1px solid var(--line);color:#315fbd;border-radius:0 0 5px 5px;margin-top:3px}.account-status-link .status-dot{background:#3478e5;box-shadow:0 0 0 3px #e8f1ff}.notification-popover{flex-direction:column;width:min(400px,100vw - 16px);height:min(480px,100vh - 86px);min-height:400px;display:flex;overflow:hidden}.notification-head{flex:none;padding:8px 8px 0}.notification-list{flex:auto;min-height:0;max-height:none;padding:6px;overflow-y:auto}.notification-footer{border-top:1px solid var(--line);background:#fff;flex:0 0 44px;justify-content:center;align-items:center;height:44px;display:flex}.notification-footer-action{color:#30353a;background:0 0;border:0;border-radius:5px;height:32px;padding:0 12px}.notification-footer-action:hover,.notification-footer-action:focus-visible{background:var(--hover);box-shadow:none}.notification-empty{height:100%;min-height:220px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:3px;display:flex}@media (width<=1180px){.global-search-wrap:hover,.global-search-wrap:focus-within,.global-search-wrap.open{flex-basis:clamp(320px,44vw,560px);width:clamp(320px,44vw,560px)}}@media (width<=780px){.global-search-wrap:hover,.global-search-wrap:focus-within,.global-search-wrap.open{flex-basis:min(58vw,340px);width:min(58vw,340px)}.global-search-wrap .global-search-kbd{display:none}.workspace-popover{max-width:calc(100vw - 16px)}.notification-popover{height:min(440px,100vh - 76px);min-height:360px}}.settings-layout{grid-template-columns:190px minmax(0,1fr);align-items:start;gap:28px;max-width:1180px;margin:0 auto;display:grid}.settings-nav{align-self:start;min-width:0;position:sticky;top:0}.settings-nav-group{margin-bottom:15px}.settings-nav-label{height:24px;color:var(--muted-2);letter-spacing:.05em;text-transform:uppercase;align-items:center;padding:0 8px;font-size:10.5px;font-weight:650;display:flex}.settings-nav-row{text-align:left;color:#4a5057;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;width:100%;height:32px;padding:0 8px;font-size:12.5px;display:flex}.settings-nav-row:hover,.settings-nav-row:focus-visible{background:var(--hover);box-shadow:none;color:var(--text)}.settings-nav-row.active{color:#17191c;background:#eef0f2;font-weight:600}.settings-nav-row .icon{color:#7b8188;flex:none}.settings-nav-row.active .icon{color:#31363c}.settings-nav-footer{border-top:1px solid var(--line);margin-top:18px;padding-top:10px}.settings-main{min-width:0;max-width:900px}.settings-main.wide{max-width:1040px}.settings-head{margin-bottom:20px}.settings-title{letter-spacing:-.018em;margin:0;font-size:19px;font-weight:660;line-height:1.25}.settings-sub{color:var(--muted);max-width:680px;margin:4px 0 0;font-size:12.5px;line-height:1.5}.settings-section{margin-bottom:24px}.settings-section:last-child{margin-bottom:0}.settings-section-head{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:9px;display:flex}.settings-section-title{font-size:13px;font-weight:620}.settings-section-sub{color:var(--muted);margin-top:2px;font-size:11.5px}.settings-surface{border:1px solid var(--line);background:#fff;border-radius:7px;overflow:hidden}.settings-row{border-top:1px solid var(--line);align-items:center;gap:14px;min-height:54px;padding:11px 13px;display:flex}.settings-row:first-child{border-top:0}.settings-row.subtle{background:#fafbfc}.settings-row-main{flex:1;min-width:0}.settings-row-title{color:#2a2f35;font-size:12.5px;font-weight:590}.settings-row-copy{color:var(--muted);margin-top:2px;font-size:11.5px;line-height:1.45}.settings-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.settings-form-grid .full{grid-column:1/-1}.settings-profile{align-items:center;gap:12px;margin-bottom:20px;display:flex}.settings-profile-avatar{color:#fff;background:#22262b;border-radius:50%;flex:none;place-items:center;width:54px;height:54px;font-size:20px;font-weight:610;display:grid;position:relative}.settings-avatar-edit{border:1px solid var(--line-strong);width:25px;height:25px;color:var(--muted);background:#fff;border-radius:50%;place-items:center;display:grid;position:absolute;bottom:-1px;right:-2px}.settings-avatar-edit:hover{background:var(--hover);color:var(--text)}.settings-readonly{border:1px solid var(--line);color:#596068;background:#f7f8fa;border-radius:6px;align-items:center;gap:8px;height:32px;padding:0 9px;font-size:12.5px;display:flex}.settings-readonly .spacer{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.settings-form-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:48px;margin-top:18px;padding-top:12px;display:flex}.settings-save-state{color:var(--muted);align-items:center;gap:7px;font-size:11.5px;display:flex}.settings-save-state.dirty{color:var(--warning)}.settings-save-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.settings-toggle{width:36px;height:20px;transition:background var(--t-fast) ease;background:#c8cdd1;border:0;border-radius:999px;flex:none;padding:2px}.settings-toggle span{width:16px;height:16px;transition:transform var(--t-fast) ease;background:#fff;border-radius:50%;display:block;box-shadow:0 1px 3px #0f12162e}.settings-toggle[aria-checked=true]{background:#2e3338}.settings-toggle[aria-checked=true] span{transform:translate(16px)}.settings-plan-grid{border:1px solid var(--line);background:#fff;border-radius:7px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden}.settings-plan-pane{min-height:112px;padding:14px 15px}.settings-plan-pane+.settings-plan-pane{border-left:1px solid var(--line)}.settings-eyebrow{color:var(--muted-2);letter-spacing:.07em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:650}.settings-plan-name{letter-spacing:-.018em;font-size:17px;font-weight:650}.settings-plan-copy{color:var(--muted);max-width:360px;margin-top:4px;font-size:11.5px;line-height:1.45}.settings-usage-grid{border:1px solid var(--line);background:#fff;border-radius:7px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.settings-usage-item{min-height:108px;padding:13px 14px}.settings-usage-item+.settings-usage-item{border-left:1px solid var(--line)}.settings-usage-label{color:var(--muted);margin-bottom:5px;font-size:11px}.settings-usage-value{letter-spacing:-.015em;font-size:16px;font-weight:640}.settings-usage-note{color:var(--muted-2);margin-top:3px;font-size:10.5px;line-height:1.4}.settings-progress{background:#eceef0;border-radius:999px;height:4px;margin-top:10px;overflow:hidden}.settings-progress span{background:#43494f;width:1.65%;min-width:5px;height:100%;display:block}.settings-disclosure{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:12px;width:100%;height:38px;padding:0;font-size:12.5px;font-weight:590;display:flex}.settings-disclosure .icon{transition:transform var(--t-fast) ease}.settings-disclosure.open .icon{transform:rotate(180deg)}.settings-cap-list{grid-template-columns:1fr 1fr;gap:9px 16px;padding:12px 0 2px;display:grid}.settings-cap{color:#50575f;align-items:flex-start;gap:7px;font-size:11.5px;display:flex}.settings-cap .icon{color:var(--success);margin-top:1px}.settings-member-table{border-collapse:collapse;width:100%}.settings-member-table th{height:34px;color:var(--muted-2);text-transform:uppercase;letter-spacing:.03em;text-align:left;border-bottom:1px solid var(--line);background:#fafbfc;padding:0 12px;font-size:10.5px;font-weight:650}.settings-member-table td{border-bottom:1px solid var(--line);vertical-align:middle;height:54px;padding:8px 12px}.settings-member-table tr:last-child td{border-bottom:0}.settings-member{align-items:center;gap:9px;display:flex}.settings-mini-avatar{color:#42484f;background:#e8eaed;border-radius:50%;place-items:center;width:28px;height:28px;font-size:10.5px;font-weight:650;display:grid}.settings-status{color:var(--muted);align-items:center;gap:6px;font-size:11.5px;font-weight:560;display:inline-flex}.settings-status-dot{background:#a9aeb4;border-radius:50%;width:7px;height:7px}.settings-status.success .settings-status-dot{background:var(--success)}.settings-status.warning .settings-status-dot{background:#c9903b}.settings-integration{border:1px solid var(--line);background:#fff;border-radius:7px;overflow:hidden}.settings-integration-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:12px 14px;display:flex}.settings-integration-id{align-items:center;gap:10px;display:flex}.settings-integration-icon,.settings-dev-icon{color:#4a5057;background:#f1f2f4;border-radius:7px;flex:none;place-items:center;width:32px;height:32px;display:grid}.settings-step{border-top:1px solid var(--line);grid-template-columns:25px minmax(0,1fr) auto;gap:10px;padding:13px 14px;display:grid}.settings-step:first-child{border-top:0}.settings-step.locked{opacity:.5}.settings-step-marker{color:#6f767e;background:#eef0f2;border-radius:50%;place-items:center;width:23px;height:23px;font-size:10.5px;font-weight:650;display:grid}.settings-step.active .settings-step-marker{color:#fff;background:#292d32}.settings-step.done .settings-step-marker{color:#357a52;background:#e8f5ed}.settings-step-title{font-size:12.5px;font-weight:590}.settings-step-copy{color:var(--muted);margin-top:2px;font-size:11.5px;line-height:1.45}.settings-step-controls{flex-wrap:wrap;align-items:center;gap:7px;margin-top:9px;display:flex}.settings-step-success{color:#4f6d59;align-items:flex-start;gap:6px;margin-top:8px;font-size:11px;display:flex}.settings-integration-foot{border-top:1px solid var(--line);background:#fbfbfc;padding:11px 13px}.settings-note{border:1px solid var(--line);color:#5f666e;background:#fafbfc;border-radius:6px;align-items:flex-start;gap:8px;padding:9px 10px;font-size:11.5px;line-height:1.45;display:flex}.settings-note.warning{color:#765922;background:#fff9ee;border-color:#eadfc9}.settings-upcoming{border:1px solid var(--line);background:#fff;border-radius:7px;overflow:hidden}.settings-upcoming-row{border-top:1px solid var(--line);align-items:center;gap:10px;min-height:52px;padding:10px 12px;display:flex}.settings-upcoming-row:first-child{border-top:0}.settings-tech-grid{grid-template-columns:140px 1fr;display:grid}.settings-tech-grid>div{border-top:1px solid var(--line);align-items:center;min-height:35px;display:flex}.settings-tech-grid>div:nth-child(-n+2){border-top:0}.settings-tech-key{color:var(--muted);font-size:11px}.settings-tech-value{font-size:11.5px;font-weight:520}.settings-code{border:1px solid var(--line);white-space:pre;background:#f7f8f9;border-radius:7px;min-height:148px;padding:12px 48px 12px 13px;font:11.5px/1.55 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;position:relative;overflow:auto}.settings-code .icon-btn{position:absolute;top:7px;right:7px}.settings-tool-pills{flex-wrap:wrap;gap:6px;margin-top:9px;display:flex}.settings-tool-pill{border:1px solid var(--line);color:#656c74;background:#fafbfc;border-radius:5px;align-items:center;height:25px;padding:0 7px;font-size:10.5px;display:inline-flex}.settings-help-page{max-width:980px;margin:0 auto}.settings-help-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.settings-help-hero{text-align:center;max-width:620px;margin:14px auto 34px}.settings-help-hero h1{letter-spacing:-.03em;margin:0;font-size:26px;line-height:1.18}.settings-help-search{border:1px solid var(--line-strong);height:36px;color:var(--muted);background:#fff;border-radius:7px;align-items:center;gap:8px;margin-top:14px;padding:0 10px;display:flex}.settings-help-search input{background:0 0;border:0;outline:0;flex:1;min-width:0}.settings-guide-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.settings-guide{border:1px solid var(--line);background:#fff;border-radius:7px;flex-direction:column;min-height:138px;padding:13px;display:flex}.settings-guide.hidden{display:none}.settings-guide-cat{color:var(--muted-2);text-transform:uppercase;letter-spacing:.07em;margin-bottom:7px;font-size:9.5px;font-weight:650}.settings-guide h3{margin:0 0 4px;font-size:13px}.settings-guide p{color:var(--muted);margin:0;font-size:11.5px;line-height:1.45}.settings-guide button{align-self:flex-start;margin-top:auto}.settings-help-empty{text-align:center;border:1px dashed var(--line-strong);color:var(--muted);border-radius:7px;grid-column:1/-1;padding:22px;display:none}.settings-help-empty.show{display:block}.settings-faq{margin-top:30px}.settings-faq-item{border-bottom:1px solid var(--line)}.settings-faq-q{text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:46px;padding:0;font-size:12.5px;font-weight:570;display:flex}.settings-faq-a{color:var(--muted);padding:0 0 12px;font-size:11.5px;line-height:1.5;display:none}.settings-faq-item.open .settings-faq-a{display:block}.settings-faq-item.open .settings-faq-q .icon{transform:rotate(180deg)}.settings-nav-beta{color:#777e86;background:#eff0f2;border-radius:999px;justify-content:center;align-items:center;min-width:31px;height:18px;margin-left:auto;padding:0 6px;font-size:9.5px;font-weight:650;line-height:1;display:inline-flex}.settings-workspace-photo{align-items:center;gap:12px;min-width:0;display:flex}.settings-workspace-photo-preview{color:#fff;background:#22262b;border-radius:8px;flex:none;place-items:center;width:52px;height:52px;font-size:19px;font-weight:650;display:grid;overflow:hidden}.settings-workspace-photo-preview img{object-fit:cover;width:100%;height:100%;display:block}.settings-workspace-photo-copy{flex:1;min-width:0}.settings-workspace-upload{position:relative;overflow:hidden}.settings-workspace-upload input[type=file]{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.settings-plan-access{justify-content:space-between;align-items:center;gap:14px;display:flex}.settings-plan-access-copy{flex:1;min-width:0}.settings-coming-soon{min-height:120px;color:var(--text);align-items:center;font-size:14px;font-weight:600;display:flex}.settings-member-table th:nth-child(4),.settings-member-table td:nth-child(4){width:112px}.settings-member-table th:last-child,.settings-member-table td:last-child{width:38px}.settings-stack-head-action{flex:none;align-items:center;gap:9px;display:flex}.settings-stack-progress{color:var(--muted);white-space:nowrap;font-size:11.5px}.settings-stack-toggle-label{color:var(--muted);text-align:right;min-width:20px;font-size:11.5px;font-weight:580}.settings-stack-tabs{scrollbar-width:none;align-items:center;gap:3px;margin-bottom:12px;display:flex;overflow:auto}.settings-stack-tabs::-webkit-scrollbar{display:none}.settings-stack-tab{flex:none;gap:6px;height:30px}.settings-stack-tab .badge{height:18px;padding:0 5px;font-size:9.5px;font-weight:620}.settings-stack-tab .badge.complete{background:var(--success-bg);color:var(--success)}.settings-stack-tab .badge.pending{color:#727981;background:#eef0f2}.settings-stack-off{flex-direction:column;justify-content:center;align-items:flex-start;min-height:118px;padding:18px;display:flex}.settings-stack-off strong{font-size:12.5px;font-weight:600}.settings-stack-off span{color:var(--muted);max-width:620px;margin-top:3px;font-size:11.5px;line-height:1.45}.settings-stack-panel-head{margin-bottom:9px}.settings-stack-panel-title{font-size:13px;font-weight:620}.settings-stack-panel-sub{color:var(--muted);margin-top:2px;font-size:11.5px;line-height:1.45}.settings-stack-control{width:min(300px,45%);min-width:220px}.settings-stack-control .ui-select,.settings-stack-control .ui-select-trigger{width:100%}.settings-stack-auto{flex:none;align-items:center;gap:7px;display:flex}.settings-stack-summary{align-items:center;gap:8px;display:flex}.settings-stack-summary .settings-status{flex:none}.settings-stack-summary-copy{min-width:0;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.settings-stack-footer-note{color:var(--muted);font-size:11.5px}.settings-stack-footer-note.dirty{color:var(--warning)}@media (width<=780px){.settings-stack-head-action{gap:6px}.settings-stack-progress{display:none}.settings-stack-tabs{padding-bottom:2px}.settings-stack-control{width:100%;min-width:0}.settings-stack-panel .settings-row{flex-direction:column;align-items:flex-start}.settings-stack-auto{align-self:flex-start}}@media (width<=980px){.settings-layout{grid-template-columns:165px minmax(0,1fr);gap:20px}.settings-usage-grid{grid-template-columns:1fr}.settings-usage-item+.settings-usage-item{border-left:0;border-top:1px solid var(--line)}.settings-plan-grid{grid-template-columns:1fr}.settings-plan-pane+.settings-plan-pane{border-left:0;border-top:1px solid var(--line)}}@media (width<=780px){.settings-layout{grid-template-columns:1fr}.settings-nav{gap:5px;padding-bottom:5px;display:flex;position:static;overflow:auto}.settings-nav-group{display:contents}.settings-nav-label,.settings-nav-footer{display:none}.settings-nav-row{flex:none;width:auto}.settings-form-grid,.settings-guide-grid,.settings-cap-list{grid-template-columns:1fr}.settings-main{max-width:none}}.capture-entry-icon{color:#7b8188;flex:none;place-items:center;width:16px;height:16px;display:grid}}.dashboard-shell.app{grid-template-columns:var(--sidebar) minmax(0,1fr);display:grid}.dashboard-shell.app.sidebar-collapsed{grid-template-columns:var(--sidebar-collapsed) minmax(0,1fr)}.dashboard-shell .dashboard-sidebar.sidebar{flex:none;align-self:stretch;width:auto;height:100%}.dashboard-shell .dashboard-sidebar.sidebar.collapsed{flex:none;width:auto}.dashboard-shell .dashboard-main.main{width:auto;min-width:0}.dashboard-shell .dashboard-header.topbar{flex:0 0 50px;height:50px;min-height:50px}.dashboard-shell .dashboard-content.content{min-height:0}.dashboard-shell .sidebar-topbar.sidebar-top{height:50px;min-height:50px}.dashboard-shell .dashboard-nav.sidebar-scroll{flex:1;min-height:0}.dashboard-shell .dashboard-sidebar .sidebar-footer{height:54px;min-height:54px}.dashboard-shell .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}.dashboard-shell .tasks-page.page{max-width:1600px}.dashboard-shell .tasks-page .tasks-topbar.data-toolbar{justify-content:space-between;align-items:center;gap:12px;min-height:32px;margin-bottom:10px;display:flex}.dashboard-shell .tasks-page .tasks-topbar .toolbar-main{flex:none;align-items:center;gap:8px;display:flex}.dashboard-shell .tasks-page .tasks-view-tabs.segmented{background:#f1f3f5;border:0;border-radius:6px;align-items:center;gap:0;padding:2px;display:inline-flex}.dashboard-shell .tasks-page .tasks-view-tabs .seg-btn{color:#6e747c;background:0 0;border:0;border-radius:4px;place-items:center;width:34px;min-width:34px;height:28px;min-height:28px;padding:0;display:inline-grid}.dashboard-shell .tasks-page .tasks-view-tabs .seg-btn.active{color:#17191c;background:#fff;box-shadow:0 1px 2px #10182812}.dashboard-shell .tasks-page .tasks-result-count{color:#6e747c;font-size:11.5px}.dashboard-shell .tasks-page .tasks-toolbar.toolbar-tools{flex:auto;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.dashboard-shell .tasks-page .tasks-filters.toolbar-filters{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.dashboard-shell .tasks-page .dashboard-filter-select.ui-select{background:0 0;border:0;min-width:0;min-height:0;padding:0;position:relative}.dashboard-shell .tasks-page .dashboard-filter-trigger.ui-select-trigger{color:#5e646b;background:#f3f5f6;border:1px solid #0000;border-radius:6px;gap:7px;width:auto;min-width:0;height:32px;min-height:32px;padding:0 9px;font-size:12px}.dashboard-shell .tasks-page .dashboard-filter-trigger.ui-select-trigger:hover{background:#fff;border-color:#d9dde2}.dashboard-shell .tasks-page .filter-control.active .dashboard-filter-trigger.ui-select-trigger{color:#285b9b;background:#edf4ff;border-color:#cdddf7}.dashboard-shell .tasks-page .dashboard-filter-menu.select-popover{z-index:90;visibility:visible;opacity:1;pointer-events:auto;background:#fff;border:1px solid #d9dde2;border-radius:7px;width:max-content;min-width:max(100%,170px);max-width:min(360px,100vw - 16px);max-height:260px;padding:4px;position:absolute;top:calc(100% + 5px);left:0;right:auto;overflow:auto;transform:none;box-shadow:0 10px 28px #161b221f}.dashboard-shell .tasks-page .dashboard-filter-menu .select-option{color:#3e444a;background:0 0;border:0;justify-content:flex-start;height:32px;min-height:32px;padding:0 8px;font-size:12.5px;font-weight:400}.dashboard-shell .tasks-page .dashboard-filter-menu .select-option:hover,.dashboard-shell .tasks-page .dashboard-filter-menu .select-option.active{background:#f3f5f7}.dashboard-shell .tasks-page .dashboard-filter-menu .checkmark{color:#2563eb;margin-left:auto}.dashboard-shell .tasks-page .tasks-sort.ui-select{background:0 0;border:0;min-height:0;padding:0}.dashboard-shell .tasks-page .tasks-sort .ui-select-trigger{color:#656b72;background:0 0;border:1px solid #0000;border-radius:6px;max-width:160px;height:32px;min-height:32px;padding:0 7px;font-size:12px}.dashboard-shell .tasks-page .tasks-table-card.panel{background:#fff;border:1px solid #e4e7eb;border-radius:7px;overflow:hidden}.dashboard-shell .tasks-page .tasks-table-wrap.table-wrap{overflow:auto}.dashboard-shell .tasks-page .tasks-table.aproow-table{border-collapse:collapse;width:100%;min-width:1120px;font-size:12px}.dashboard-shell .tasks-page .tasks-table.aproow-table th{z-index:2;color:#737980;text-transform:none;letter-spacing:0;white-space:nowrap;background:#fafbfc;border-bottom:1px solid #e4e7eb;height:36px;padding:0 10px;font-size:11px;font-weight:590;position:sticky;top:0}.dashboard-shell .tasks-page .tasks-table.aproow-table td{color:#3e444a;border-bottom:1px solid #edf0f2;height:44px;padding:0 10px}.dashboard-shell .tasks-page .tasks-table.aproow-table tbody tr:hover td{background:#fafbfc}.dashboard-shell .tasks-page .tasks-table .table-title{align-items:center;gap:7px;min-width:235px;display:flex}.dashboard-shell .tasks-page .tasks-table .title-text{white-space:nowrap;text-overflow:ellipsis;max-width:430px;font-weight:500;overflow:hidden}.dashboard-shell .tasks-page .tasks-table .stage-label{color:#555c64;background:#f1f3f5;border-radius:4px;align-items:center;height:22px;padding:0 7px;font-size:11px;display:inline-flex}.dashboard-shell .tasks-page .tasks-bulk-bar.bulkbar{z-index:11;color:#fff;background:#17191c;border:0;border-radius:7px;align-items:center;gap:7px;min-height:38px;margin:0 0 8px;padding:5px 7px;display:flex;position:sticky;top:6px;box-shadow:0 7px 20px #10182829}.dashboard-shell .tasks-page .tasks-bulk-bar :is(select,button){color:#fff;background:#292d32;border:1px solid #40454c;border-radius:5px;height:28px;min-height:28px}.dashboard-shell .tasks-page .tasks-bulk-bar .tasks-bulk-clear{color:#fff;background:0 0;border:0}.dashboard-shell .tasks-page .tasks-kanban.kanban{grid-auto-columns:minmax(264px,1fr);grid-auto-flow:column;gap:9px;padding-bottom:6px;display:grid;overflow:auto}.dashboard-shell .tasks-page .tasks-kanban-column.kanban-col{background:#f4f6f7;border:1px solid #e5e8eb;border-radius:7px;flex-direction:column;min-height:470px;display:flex}.dashboard-shell .tasks-page .tasks-kanban-cards.kanban-list{flex-direction:column;flex:1;gap:7px;padding:0 7px 8px;display:flex}.dashboard-shell .tasks-page .task-kanban-card.task-card{box-shadow:none;background:#fff;border:1px solid #e4e7eb;border-radius:6px;padding:10px}.dashboard-shell .tasks-page .task-list-group.group{background:#fff;border:1px solid #e4e7eb;border-radius:7px;margin-bottom:7px;overflow:hidden}.dashboard-shell .page-command .command-table{border-collapse:collapse;width:100%;min-width:900px}.dashboard-shell .page-command .command-table .table-title{align-items:center;gap:7px;min-width:235px;display:flex}.dashboard-shell .page-command .command-table .title-text{white-space:nowrap;text-overflow:ellipsis;max-width:430px;font-weight:500;overflow:hidden}.dashboard-shell .page-command .command-table tbody tr{cursor:pointer}.dashboard-shell .page-command .command-table .owner .avatar{width:22px;height:22px;font-size:9px}.dashboard-shell .page-command .command-activity-row{text-align:left;cursor:pointer;width:100%;color:inherit;font:inherit;background:0 0;border:0;border-bottom:1px solid #eef0f2}.dashboard-shell .page-command .command-activity-row:hover{background:#fafbfc}.dashboard-shell .page-command .command-activity-row:last-child{border-bottom:0}.command-row-menu.menu{z-index:110;opacity:1;visibility:visible;pointer-events:auto;background:#fff;border:1px solid #d6dae0;border-radius:7px;width:200px;padding:4px;position:fixed;transform:none;box-shadow:0 10px 28px #1018281a}.command-row-menu.menu button{color:#3e444a;text-align:left;width:100%;min-height:32px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;padding:0 8px;font-size:12.5px;display:flex}.command-row-menu.menu button:hover,.command-row-menu.menu button:focus-visible{background:#f3f5f7}.command-row-menu.menu button.danger{color:#c83d3d}.command-row-menu.menu hr{border:0;border-top:1px solid #e4e7eb;margin:4px 0}.dashboard-shell .all-aproows-page.page{width:100%;max-width:1600px;margin:0 auto}.dashboard-shell .all-aproows-page .folder-toolbar{justify-content:space-between;align-items:center;gap:12px;min-height:32px;margin-bottom:10px;display:flex}.dashboard-shell .all-aproows-page .folder-toolbar .toolbar-main,.dashboard-shell .all-aproows-page .folder-toolbar .toolbar-tools{align-items:center;gap:6px;min-width:0;display:flex}.dashboard-shell .all-aproows-page .folder-toolbar .toolbar-main{flex:1}.dashboard-shell .all-aproows-page .folder-toolbar .toolbar-tools{flex-wrap:wrap;flex:none}.dashboard-shell .all-aproows-page .dashboard-filter-select.ui-select{background:0 0;border:0;min-width:0;min-height:0;padding:0;position:relative}.dashboard-shell .all-aproows-page .dashboard-filter-trigger.ui-select-trigger{color:#5e646b;background:#f3f5f6;border:1px solid #0000;border-radius:6px;gap:7px;width:auto;min-width:0;height:32px;min-height:32px;padding:0 9px;font-size:12px}.dashboard-shell .all-aproows-page .filter-control.active .dashboard-filter-trigger.ui-select-trigger{color:#285b9b;background:#edf4ff;border-color:#cdddf7}.dashboard-shell .all-aproows-page .dashboard-filter-menu.select-popover{z-index:90;visibility:visible;opacity:1;pointer-events:auto;background:#fff;border:1px solid #d9dde2;border-radius:7px;width:max-content;min-width:max(100%,170px);max-width:min(360px,100vw - 16px);max-height:260px;padding:4px;position:absolute;top:calc(100% + 5px);left:0;right:auto;overflow:auto;transform:none;box-shadow:0 10px 28px #161b221f}.dashboard-shell .all-aproows-page .dashboard-filter-menu .select-option{color:#3e444a;background:0 0;border:0;justify-content:flex-start;height:32px;min-height:32px;padding:0 8px;font-size:12.5px;font-weight:400}.dashboard-shell .all-aproows-page .dashboard-filter-menu .select-option:hover,.dashboard-shell .all-aproows-page .dashboard-filter-menu .select-option.active{background:#f3f5f7}.dashboard-shell .all-aproows-page .dashboard-filter-menu .checkmark{color:#2563eb;margin-left:auto}.dashboard-shell .all-aproows-page .folder-sort.ui-select{background:0 0;border:0;min-height:0;padding:0}.dashboard-shell .all-aproows-page .folder-sort .ui-select-trigger{color:#656b72;background:0 0;border:0;max-width:150px;height:32px;min-height:32px;padding:0 7px;font-size:12px}.dashboard-shell .all-aproows-page .segmented{background:#f1f3f5;border:0;border-radius:6px;align-items:center;gap:0;padding:2px;display:inline-flex}.dashboard-shell .all-aproows-page .seg-btn{color:#6e747c;background:0 0;border:0;border-radius:4px;place-items:center;width:34px;min-width:34px;height:28px;min-height:28px;padding:0;display:inline-grid}.dashboard-shell .all-aproows-page .seg-btn.active{color:#17191c;background:#fff;box-shadow:0 1px 2px #10182812}.dashboard-shell .all-aproows-page .folder-local-actions{align-items:center;gap:4px;display:flex}.dashboard-shell .all-aproows-page .folder-page-menu-anchor{position:relative}.dashboard-shell .all-aproows-page .folder-page-menu{z-index:92;opacity:1;visibility:visible;pointer-events:auto;position:absolute;top:calc(100% + 4px);left:auto;right:0;transform:none}.dashboard-shell .all-aproows-page .folder-grid{grid-template-columns:repeat(auto-fill,minmax(255px,1fr));gap:10px;display:grid}.dashboard-shell .all-aproows-page .aproow-card{cursor:pointer;box-shadow:none;background:#fff;border:1px solid #e4e7eb;border-radius:7px;overflow:hidden}.dashboard-shell .all-aproows-page .aproow-card:hover{border-color:#d5d9df;box-shadow:0 3px 10px #1018280e}.dashboard-shell .all-aproows-page .aproow-card.selected{border-color:#9bbcf4;box-shadow:0 0 0 2px #2563eb1a}.dashboard-shell .all-aproows-page .thumb{background:#f1f3f5;place-items:center;height:94px;display:grid;overflow:hidden}.dashboard-shell .all-aproows-page .thumb img,.dashboard-shell .all-aproows-page .thumb .aproow-card-preview-image{object-fit:cover;width:100%;height:100%}.dashboard-shell .all-aproows-page .thumb .task-replay-preview{width:100%;height:100%;max-height:94px;overflow:hidden}.dashboard-shell .all-aproows-page .card-body{padding:10px}.dashboard-shell .all-aproows-page .card-top,.dashboard-shell .all-aproows-page .card-tags{align-items:center;gap:6px;display:flex}.dashboard-shell .all-aproows-page .card-title{white-space:nowrap;text-overflow:ellipsis;margin:7px 0 8px;font-size:12.5px;font-weight:560;overflow:hidden}.dashboard-shell .all-aproows-page .card-meta{color:#6e747c;justify-content:space-between;align-items:center;gap:8px;margin-top:7px;font-size:11.5px;display:flex}.dashboard-shell .all-aproows-page .owner{align-items:center;gap:6px;min-width:0;display:flex}.dashboard-shell .all-aproows-page .owner .avatar{width:22px;height:22px;font-size:9px}.dashboard-shell .all-aproows-page .folder-list-table{border-collapse:collapse;width:100%;min-width:900px}.dashboard-shell .all-aproows-page .folder-list-table tbody tr{cursor:pointer}.dashboard-shell .all-aproows-page .folder-list-table .table-title{align-items:center;gap:7px;min-width:235px;display:flex}.dashboard-shell .all-aproows-page .folder-list-table .title-text{white-space:nowrap;text-overflow:ellipsis;max-width:430px;font-weight:500;overflow:hidden}.dashboard-shell .all-aproows-page .folder-bulkbar{color:#fff;background:#17191c;border-radius:7px;align-items:center;gap:7px;min-height:38px;margin:0 0 8px;padding:5px 7px;display:flex}.dashboard-shell .all-aproows-page .folder-bulkbar :is(select,button){color:#fff;background:#292d32;border:1px solid #40454c;border-radius:5px;height:28px;min-height:28px;font-size:11.5px}.dashboard-shell .all-aproows-page .folder-bulkbar .icon-btn{background:0 0;border:0}.folder-item-menu.menu{z-index:110;opacity:1;visibility:visible;pointer-events:auto;background:#fff;border:1px solid #d6dae0;border-radius:7px;width:200px;padding:4px;position:fixed;transform:none;box-shadow:0 10px 28px #1018281a}.folder-item-menu.menu button{color:#3e444a;text-align:left;width:100%;min-height:32px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;padding:0 8px;font-size:12.5px;display:flex}.folder-item-menu.menu button:hover,.folder-item-menu.menu button:focus-visible{background:#f3f5f7}.folder-item-menu.menu button.danger{color:#c83d3d}.folder-item-menu.menu hr{border:0;border-top:1px solid #e4e7eb;margin:4px 0}@media (width<=1180px){.dashboard-shell .all-aproows-page .folder-toolbar{flex-direction:column;align-items:flex-start}.dashboard-shell .all-aproows-page .folder-toolbar .toolbar-tools{width:100%}}@media (width<=780px){.dashboard-shell .all-aproows-page .folder-grid{grid-template-columns:1fr}}.dashboard-shell .dashboard-content.content:has(>.integrated-settings){padding:16px 24px 28px}.dashboard-shell .integrated-settings.settings-layout{grid-template-columns:190px minmax(0,1fr);align-items:start;gap:28px;width:100%;max-width:1180px;min-height:0;margin:0 auto;padding:0;display:grid}.dashboard-shell .integrated-settings .settings-nav{align-self:start;min-width:0;max-height:calc(100vh - 90px);display:block;position:sticky;top:0;overflow-y:auto}.dashboard-shell .integrated-settings .settings-nav-group{margin:0 0 15px;display:block}.dashboard-shell .integrated-settings .settings-nav-label{color:#969ba2;letter-spacing:.05em;text-transform:uppercase;align-items:center;height:24px;padding:0 8px;font-size:10.5px;font-weight:650;display:flex}.dashboard-shell .integrated-settings .settings-nav-row{color:#4a5057;text-align:left;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;width:100%;height:32px;min-height:32px;padding:0 8px;font-size:12.5px;font-weight:400;display:flex}.dashboard-shell .integrated-settings .settings-nav-row:hover{color:#17191c;background:#f3f5f7}.dashboard-shell .integrated-settings .settings-nav-row.active{color:#17191c;background:#eef0f2;font-weight:600}.dashboard-shell .integrated-settings .settings-nav-row .icon{color:#7b8188;flex:none;width:14px;height:14px}.dashboard-shell .integrated-settings .settings-nav-row.active .icon{color:#31363c}.dashboard-shell .integrated-settings .settings-nav-beta{color:#777e86;background:#eff0f2;border-radius:999px;justify-content:center;align-items:center;min-width:31px;height:18px;margin-left:auto;padding:0 6px;font-size:9.5px;font-weight:650;display:inline-flex}.dashboard-shell .integrated-settings .settings-nav-footer{border-top:1px solid #e4e7eb;margin-top:18px;padding-top:10px;display:block}.dashboard-shell .integrated-settings .settings-main{min-width:0;max-width:900px}@media (width<=980px){.dashboard-shell .integrated-settings.settings-layout{grid-template-columns:165px minmax(0,1fr);gap:20px}}@media (width<=780px){.dashboard-shell .integrated-settings.settings-layout{grid-template-columns:1fr}.dashboard-shell .integrated-settings .settings-nav{gap:5px;padding-bottom:5px;display:flex;position:static;overflow:auto}.dashboard-shell .integrated-settings .settings-nav-group{display:contents}.dashboard-shell .integrated-settings .settings-nav-label,.dashboard-shell .integrated-settings .settings-nav-footer{display:none}.dashboard-shell .integrated-settings .settings-nav-row{flex:none;width:auto}.dashboard-shell .integrated-settings .settings-main{max-width:none}}.dashboard-shell .integrated-settings .settings-page-stack{color:#17191c;width:100%;max-width:none;margin:0;display:block}.dashboard-shell .integrated-settings .settings-head{margin:0 0 20px}.dashboard-shell .integrated-settings .settings-head-line{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dashboard-shell .integrated-settings .settings-title{letter-spacing:-.018em;margin:0;font-size:19px;font-weight:660;line-height:1.25}.dashboard-shell .integrated-settings .settings-sub{color:#6e747c;margin:4px 0 0;font-size:12.5px;line-height:1.5}.dashboard-shell .integrated-settings .settings-section{margin:0 0 24px}.dashboard-shell .integrated-settings .settings-section-head{justify-content:space-between;align-items:flex-end;gap:12px;margin:0 0 9px;display:flex}.dashboard-shell .integrated-settings .settings-section-title{font-size:13px;font-weight:620}.dashboard-shell .integrated-settings .settings-surface{background:#fff;border:1px solid #e4e7eb;border-radius:7px;overflow:hidden}.dashboard-shell .integrated-settings .settings-row{border-top:1px solid #e4e7eb;align-items:center;gap:14px;min-height:54px;padding:11px 13px;display:flex}.dashboard-shell .project-stack-page .settings-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dashboard-shell .project-stack-page .settings-stack-control .field-select{color:#252a30;width:100%;min-height:31px;font:inherit;background:#fff;border:1px solid #dfe3e7;border-radius:6px;padding:5px 9px;font-size:12px}.dashboard-shell .project-stack-page .settings-stack-disclosure{color:#828991;margin:14px 0 0;font-size:11px;line-height:1.45}.dashboard-shell .p7-task-drawer{background:#fff;border-left:1px solid #e4e7eb;width:min(740px,82vw);box-shadow:-14px 0 40px #1018281f}.dashboard-shell .p7-task-drawer .surface-head{background:#fff;border-bottom:1px solid #e4e7eb;align-items:center;gap:8px;height:50px;min-height:50px;padding:0 12px;display:flex}.dashboard-shell .p7-task-drawer .surface-actions{align-items:center;gap:5px;margin-left:auto;display:flex}.dashboard-shell .p7-task-drawer .surface-head .icon-btn{color:#626a73;background:0 0;border:0;place-items:center;width:28px;height:28px;padding:0;display:grid}.dashboard-shell .p7-task-drawer .drawer-identity{background:#fff;border-bottom:1px solid #e4e7eb;padding:14px 16px 12px}.dashboard-shell .p7-task-drawer .identity-top{align-items:flex-start;gap:9px;display:flex}.dashboard-shell .p7-task-drawer .identity-code{color:#5b636b;border:1px solid #dfe3e7;border-radius:4px;flex:none;align-items:center;height:22px;margin-top:1px;padding:0 6px;font-size:11px;display:inline-flex}.dashboard-shell .p7-task-drawer .identity-title{letter-spacing:-.01em;min-width:0;margin:0;font-size:17px;font-weight:650;line-height:1.28}.dashboard-shell .p7-task-drawer .identity-controls{flex-wrap:wrap;align-items:center;gap:6px;margin-top:11px;display:flex}.dashboard-shell .p7-task-drawer .sidebar-evidence{background:#fafbfc;border-bottom:1px solid #e4e7eb;max-height:260px;padding:10px 12px;overflow:hidden}.dashboard-shell .p7-task-drawer .sidebar-evidence-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;font-size:11.5px;display:flex}.dashboard-shell .p7-task-drawer .sidebar-evidence-meta{color:#828991;font-size:11px}.dashboard-shell .p7-task-drawer .sidebar-evidence .task-evidence-preview{max-height:196px;overflow:hidden}.dashboard-shell .p7-task-drawer .drawer-tabs{gap:2px;min-height:39px;padding:0 12px}.dashboard-shell .p7-task-drawer .drawer-tabs button{height:39px;padding:0 10px;font-size:11.5px}.dashboard-shell .p7-task-drawer .task-detail-scroll{padding:14px 16px 18px}.dashboard-shell .p7-task-drawer .task-detail-content{padding:0}.dashboard-shell .direct-page .page-direct{height:calc(100vh - 106px);padding:0}.dashboard-shell .direct-page .direct-workspace{grid-template-columns:260px minmax(0,1fr);height:100%;min-height:480px;display:grid;overflow:hidden}.dashboard-shell .direct-page .direct-left{border-right:1px solid #e4e7eb;min-height:0;overflow:auto}.dashboard-shell .direct-page .direct-person{text-align:left;color:#252a30;background:0 0;border:0;align-items:center;gap:9px;width:100%;padding:9px 11px;display:flex}.dashboard-shell .direct-page .direct-person.active{background:#f1f4f7}.dashboard-shell .direct-page .direct-person .person-copy{flex-direction:column;flex:1;min-width:0;display:flex}.dashboard-shell .direct-page .chat-main{flex-direction:column;min-height:0;display:flex;overflow:hidden}.dashboard-shell .direct-page .chat-messages{flex-direction:column;flex:1;gap:12px;min-height:0;padding:14px 16px 10px;display:flex;overflow:auto}.dashboard-shell .direct-page .chat-composer{flex:none}.dashboard-shell .direct-page .composer-input{width:100%;min-width:0;font:inherit;font-size:12px}.dashboard-shell .direct-page .message-aproow{cursor:pointer}.dashboard-shell .direct-page .stop-share-btn{color:#7b8188;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;margin-top:5px;font-size:10.5px;display:inline-flex}.dashboard-shell .stage-select{color:#4f575f;max-width:135px;height:26px;font:inherit;cursor:pointer;background:#f3f5f6;border:1px solid #0000;border-radius:5px;padding:0 18px 0 7px;font-size:11.5px}.dashboard-shell .stage-select:hover,.dashboard-shell .stage-select:focus{background:#fff;border-color:#d6dae0}.dashboard-shell .task-columns-modal{width:min(420px,100vw - 32px)}.dashboard-shell .task-columns-modal .usage-row{cursor:pointer;border-bottom:1px solid #eceef1;justify-content:space-between;align-items:center;gap:12px;min-height:34px;font-size:12px;display:flex}.dashboard-shell .p7-folder-library .folder-library-card .thumb{color:#87909a;background:#eef0f3;place-items:center;height:94px;display:grid}.dashboard-shell .p7-folder-library .folder-library-card .card-body{padding:10px}.dashboard-shell .p7-folder-library .folder-library-card .card-title{margin:8px 0 10px;font-weight:600}.dashboard-shell .p7-folder-library .folder-library-card .card-meta{justify-content:space-between;align-items:center;display:flex}.dashboard-shell .p7-folder-library .folder-library-card .card-meta .ghost-btn{height:28px;padding:0}.dashboard-shell .folder-manage-modal{width:min(560px,100vw - 32px);max-height:min(720px,100vh - 32px);overflow:auto}.dashboard-shell .folder-manage-items{border:1px solid #e4e7eb;border-radius:6px;max-height:220px;margin:12px 0;overflow:auto}.dashboard-shell .folder-manage-items>a{color:#252a30;border-bottom:1px solid #eceef1;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:11.5px;text-decoration:none;display:flex}.dashboard-shell .folder-manage-items>p{color:#7b8188;padding:10px;font-size:11.5px}.dashboard-shell .folder-manage-controls{flex-direction:column;gap:8px;display:flex}.dashboard-shell .folder-manage-controls .input{flex:1;min-width:0}@media (width<=780px){.dashboard-shell .direct-page .direct-workspace{grid-template-columns:1fr;height:auto}.dashboard-shell .direct-page .direct-left{border-bottom:1px solid #e4e7eb;border-right:0;max-height:230px}.dashboard-shell .direct-page .chat-main{min-height:500px}.dashboard-shell .p7-task-drawer{width:min(100vw,740px)}}.dashboard-shell .integrated-settings .settings-row:first-child{border-top:0}.dashboard-shell .integrated-settings .settings-row-main{flex:1;min-width:0}.dashboard-shell .integrated-settings .settings-row-title{color:#2a2f35;font-size:12.5px;font-weight:590}.dashboard-shell .integrated-settings .settings-row-copy{color:#6e747c;margin-top:2px;font-size:11.5px;line-height:1.45}.dashboard-shell .integrated-settings .settings-profile{align-items:center;gap:12px;margin:0 0 20px;display:flex}.dashboard-shell .integrated-settings .settings-profile-avatar{color:#fff;background:#22262b;border-radius:50%;flex:none;place-items:center;width:54px;height:54px;font-size:20px;font-weight:610;display:grid;position:relative;overflow:visible}.dashboard-shell .integrated-settings .settings-profile-avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.dashboard-shell .integrated-settings .settings-avatar-edit{color:#6e747c;cursor:pointer;background:#fff;border:1px solid #d6dae0;border-radius:50%;place-items:center;width:25px;height:25px;display:grid;position:absolute;bottom:-1px;right:-2px}.dashboard-shell .integrated-settings .settings-form-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.dashboard-shell .integrated-settings .settings-form-grid .field{color:#4a5057;flex-direction:column;gap:4px;font-size:11px;display:flex}.dashboard-shell .integrated-settings .settings-form-grid .input,.dashboard-shell .integrated-settings .settings-row .input{color:#17191c;background:#fff;border:1px solid #d6dae0;border-radius:6px;height:32px;padding:0 9px;font-size:12.5px}.dashboard-shell .integrated-settings .settings-form-grid .profile-select{display:block;position:relative}.dashboard-shell .integrated-settings .settings-form-grid .profile-select select{appearance:none;width:100%}.dashboard-shell .integrated-settings .settings-form-grid .profile-select svg{pointer-events:none;color:#777f87;position:absolute;top:9px;right:9px}.dashboard-shell .integrated-settings .settings-readonly{color:#596068;background:#f7f8fa;border:1px solid #e4e7eb;border-radius:6px;align-items:center;gap:8px;height:32px;padding:0 9px;font-size:12.5px;display:flex}.dashboard-shell .integrated-settings .settings-card-actions{justify-content:space-between;align-items:center;gap:12px;margin:18px 0 0;display:flex}.dashboard-shell .integrated-settings .settings-member-table{border-collapse:collapse;width:100%;min-width:650px}.dashboard-shell .integrated-settings .settings-member{white-space:nowrap;align-items:center;gap:8px;display:flex}.dashboard-shell .integrated-settings .settings-mini-avatar{color:#555d66;background:#e9ebee;border-radius:50%;place-items:center;width:25px;height:25px;font-size:10px;font-weight:650;display:grid}.dashboard-shell .integrated-settings .member-menu-anchor{display:inline-block;position:relative}.dashboard-shell .integrated-settings .member-menu.menu{z-index:92;opacity:1;visibility:visible;pointer-events:auto;color:#6e747c;background:#fff;border:1px solid #d6dae0;border-radius:7px;width:190px;padding:8px;font-size:11px;position:absolute;top:100%;left:auto;right:0;transform:none;box-shadow:0 10px 28px #1018281a}.dashboard-shell .integrated-settings .member-menu.menu button{text-align:left;color:#c83d3d;background:0 0;border:0;border-radius:5px;width:100%;height:30px;margin-top:5px;font-size:12px;display:block}.dashboard-shell .integrated-settings .member-menu.menu button:hover{background:#fff0f0}.dashboard-shell .integrated-settings .settings-invite-modal{background:#fff;border:1px solid #d6dae0;border-radius:8px;width:min(440px,100vw - 24px);max-height:90vh;padding:0;overflow:auto;box-shadow:0 24px 70px #0003}.dashboard-shell .integrated-settings .settings-invite-modal .modal-body{gap:10px;padding:12px;display:grid}.dashboard-shell .integrated-settings .settings-invite-modal .field{color:#4a5057;gap:4px;font-size:11px;display:grid}.dashboard-shell .integrated-settings .settings-invite-modal .input{color:#17191c;background:#fff;border:1px solid #d6dae0;border-radius:6px;width:100%;height:32px;padding:0 9px}@media (width<=780px){.dashboard-shell .integrated-settings .settings-form-grid{grid-template-columns:1fr}.dashboard-shell .integrated-settings .settings-head-line{flex-wrap:wrap}}.dashboard-shell .integrated-settings .integrations-page{width:100%;max-width:none}.dashboard-shell .integrated-settings .settings-integration{background:#fff;border:1px solid #e4e7eb;border-radius:7px;overflow:hidden}.dashboard-shell .integrated-settings .settings-integration-head{border-bottom:1px solid #e4e7eb;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:12px 14px;display:flex}.dashboard-shell .integrated-settings .settings-integration-id{align-items:center;gap:10px;display:flex}.dashboard-shell .integrated-settings .settings-integration-icon,.dashboard-shell .integrated-settings .settings-dev-icon{color:#4a5057;background:#f1f2f4;border-radius:7px;flex:none;place-items:center;width:32px;height:32px;display:grid}.dashboard-shell .integrated-settings .settings-step.integration-step{background:#fff;border:0;border-top:1px solid #e4e7eb;grid-template-columns:25px minmax(0,1fr) auto;gap:10px;padding:13px 14px;display:grid}.dashboard-shell .integrated-settings .settings-step.integration-step:first-of-type{border-top:0}.dashboard-shell .integrated-settings .settings-step.integration-step.locked{opacity:.5}.dashboard-shell .integrated-settings .settings-step-marker{color:#6f767e;background:#eef0f2;border-radius:50%;place-items:center;width:23px;height:23px;font-size:10.5px;font-weight:650;display:grid}.dashboard-shell .integrated-settings .settings-step.active .settings-step-marker{color:#fff;background:#292d32}.dashboard-shell .integrated-settings .settings-step.done .settings-step-marker{color:#357a52;background:#e8f5ed}.dashboard-shell .integrated-settings .settings-step-title{font-size:12.5px;font-weight:590}.dashboard-shell .integrated-settings .settings-step-copy{color:#6e747c;margin:2px 0 0;font-size:11.5px;line-height:1.45}.dashboard-shell .integrated-settings .settings-step-controls.integration-step-content{background:0 0;border:0;margin:9px 0 0;padding:0;display:block}.dashboard-shell .integrated-settings .integration-connect{background:0 0;border:0;border-radius:0;align-items:center;gap:9px;min-height:0;margin:0;padding:0;display:flex}.dashboard-shell .integrated-settings .integration-connect>svg,.dashboard-shell .integrated-settings .integration-connect>div{display:none}.dashboard-shell .integrated-settings .integration-connect .mcp-primary-button,.dashboard-shell .integrated-settings .integration-repository-actions .mcp-primary-button{color:#fff;background:#202328;border:0;border-radius:6px;height:32px;min-height:32px;padding:0 10px;font-size:12px}.dashboard-shell .integrated-settings .integration-connect .mcp-primary-button:hover,.dashboard-shell .integrated-settings .integration-repository-actions .mcp-primary-button:hover{background:#30343a}.dashboard-shell .integrated-settings .integration-form-row{flex-wrap:wrap;align-items:flex-end;gap:7px;margin:0;padding:0;display:flex}.dashboard-shell .integrated-settings .integration-form-row label{color:#6e747c;gap:4px;font-size:11px;display:grid}.dashboard-shell .integrated-settings .integration-form-row select{color:#17191c;background:#fff;border:1px solid #d6dae0;border-radius:6px;height:32px;min-height:32px;padding:0 9px;font-size:12px}.dashboard-shell .integrated-settings .integration-form-row .mcp-secondary-button,.dashboard-shell .integrated-settings .integration-repository-actions .mcp-secondary-button{color:#40474f;background:#fff;border:1px solid #d6dae0;border-radius:6px;height:32px;min-height:32px;padding:0 9px;font-size:12px}.dashboard-shell .integrated-settings .settings-integration-foot{background:#fbfbfc;border-top:1px solid #e4e7eb;padding:11px 13px}.dashboard-shell .integrated-settings .settings-integration-foot .settings-note{margin:0}.dashboard-shell .integrated-settings .settings-upcoming{background:#fff;border:1px solid #e4e7eb;border-radius:7px;overflow:hidden}.dashboard-shell .integrated-settings .settings-upcoming-row{border-top:1px solid #e4e7eb;align-items:center;gap:10px;min-height:52px;padding:10px 12px;display:flex}.dashboard-shell .integrated-settings .settings-upcoming-row:first-child{border-top:0}@media (width<=1180px){.dashboard-shell .tasks-page .tasks-topbar.data-toolbar{flex-direction:column;align-items:flex-start}.dashboard-shell .tasks-page .tasks-toolbar.toolbar-tools{justify-content:flex-start;width:100%}.dashboard-shell .tasks-page .tasks-filters.toolbar-filters{justify-content:flex-start}}@media (width<=700px){.dashboard-shell.app,.dashboard-shell.app.sidebar-collapsed{display:block}.dashboard-shell .dashboard-main.main{width:100%}}.dashboard-shell .direct-share-picker{border-bottom:1px solid var(--line);background:#fff;gap:8px;padding:10px 12px;display:grid}.dashboard-shell .direct-share-picker .input{flex:1;min-width:0}.dashboard-shell .message-bubble{white-space:pre-wrap;overflow-wrap:anywhere;text-align:left}.dashboard-shell button.message-file{color:inherit;cursor:pointer}.dashboard-shell button.message-file:hover{background:var(--hover)}.manual-library-backdrop{z-index:1200}.manual-library-modal{flex-direction:column;gap:14px;width:min(620px,100vw - 32px);max-height:min(720px,100vh - 32px);display:flex;overflow:auto}.manual-library-head{justify-content:space-between;align-items:flex-start;display:flex}.manual-library-head h2{margin:0}.manual-library-head p{color:var(--muted-foreground);margin:3px 0 0;font-size:12px}.manual-library-filters{flex-wrap:wrap;gap:6px;display:flex}.manual-library-filters button{border:1px solid var(--border);background:var(--card);border-radius:6px;padding:6px 10px}.manual-library-filters button.active{background:var(--foreground);color:var(--background)}.manual-library-grid,.manual-library-variants{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid;overflow:auto}.manual-library-card{text-align:left;border:1px solid var(--border);background:var(--card);color:var(--foreground);border-radius:8px;gap:5px;min-height:74px;padding:14px;display:grid}.manual-library-card:hover,.manual-library-card.selected{border-color:var(--foreground);background:var(--accent)}.manual-library-card span,.manual-library-card small{color:var(--muted-foreground);font-size:11px}.manual-component-edit{text-align:left;color:inherit;background:0 0;border:0;flex:1}@media (width<=600px){.manual-library-grid,.manual-library-variants{grid-template-columns:1fr}}.manual-create-field-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.manual-create-field .manual-improve{color:var(--foreground);cursor:pointer;background:0 0;border:0;font-size:11px}.manual-create-field .manual-improve:disabled{opacity:.35;cursor:not-allowed}.pipeline-page{color:#1a1c1c;max-width:1420px;margin:0 auto;padding:8px 4px 40px}.pipeline-page *{box-sizing:border-box}.pipeline-topline{color:#737373;gap:9px;margin:2px 0 17px;font-size:12px;display:flex}.pipeline-hero,.pipeline-panel{background:#fff;border:1px solid #eeeeed;border-radius:12px;box-shadow:0 5px 22px #1a1c1c08}.pipeline-hero{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;padding:22px 25px;display:flex}.pipeline-eyebrow{color:#434655;letter-spacing:.09em;align-items:center;gap:7px;font-size:10px;font-weight:750;display:inline-flex}.pipeline-hero h1{letter-spacing:-.04em;margin:8px 0 6px;font-size:clamp(21px,2.2vw,29px)}.pipeline-hero p{color:#737373;max-width:520px;margin:0;font-size:13px;line-height:1.45}.pipeline-hero-actions,.pipeline-footer,.pipeline-footer>div{flex-wrap:wrap;align-items:flex-end;gap:8px;display:flex}.pipeline-field{color:#737373;gap:5px;min-width:158px;font-size:11px;display:grid}.pipeline-page select,.pipeline-page textarea{color:#1a1c1c;font:inherit;background:#faf9f9;border:1px solid #c4c5d8;border-radius:8px}.pipeline-page select{max-width:220px;min-height:35px;padding:6px 28px 6px 10px}.pipeline-page textarea{resize:vertical;width:100%;min-height:90px;padding:10px}.pipeline-page button{font:inherit;cursor:pointer}.pipeline-page button:disabled{cursor:not-allowed;opacity:.45}.pipeline-page button:focus-visible,.pipeline-page select:focus-visible,.pipeline-page textarea:focus-visible,.pipeline-page input:focus-visible{outline-offset:2px;outline:2px solid #1a1c1c}.pipeline-page input[type=checkbox]{appearance:auto;-webkit-appearance:checkbox;width:14px;height:14px;min-height:0;box-shadow:none;accent-color:#1a1c1c;border:0;border-radius:3px;flex:0 0 14px;margin:0;padding:0}.pipeline-select{color:#1a1c1c;min-width:158px;position:relative}.pipeline-select-trigger{color:#1a1c1c;text-align:left;background:#faf9f9;border:1px solid #c4c5d8;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:35px;padding:7px 9px 7px 11px;font-size:12px;display:flex}.pipeline-select-trigger svg{flex:none;transition:transform .12s}.pipeline-select.is-open .pipeline-select-trigger svg{transform:rotate(180deg)}.pipeline-select-menu{z-index:40;background:#fff;border:1px solid #c4c5d8;border-radius:8px;width:max(100%,180px);max-height:240px;padding:4px;position:absolute;top:calc(100% + 5px);left:0;overflow:auto;box-shadow:0 12px 30px #1a1c1c1a}.pipeline-select-menu button{color:#434655;text-align:left;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:32px;padding:7px 8px;font-size:11px;display:flex}.pipeline-select-menu button:hover,.pipeline-select-menu button.is-selected{color:#1a1c1c;background:#eeeeed}.pipeline-button{color:#434655;white-space:nowrap;background:#fff;border:1px solid #c4c5d8;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:35px;padding:7px 12px;display:inline-flex;font-size:12px!important;font-weight:650!important}.pipeline-button:hover:not(:disabled){background:#eeeeed}.pipeline-button.primary{color:#fff;background:#1a1c1c;border-color:#1a1c1c}.pipeline-button.primary:hover:not(:disabled){background:#343636;border-color:#343636}.pipeline-button.primary:disabled{color:#fff;opacity:1;background:#a3a3a3;border-color:#a3a3a3}.pipeline-columns{grid-template-columns:minmax(260px,.86fr) minmax(420px,1.4fr);align-items:start;gap:16px;display:grid}.pipeline-panel{min-width:0;padding:17px}.pipeline-panel-heading,.pipeline-panel-heading>div{align-items:center;gap:9px;display:flex}.pipeline-panel-heading{justify-content:space-between;margin-bottom:15px}.pipeline-panel-heading h2{letter-spacing:-.01em;margin:0;font-size:14px}.pipeline-panel-heading span,.pipeline-revision{color:#737373;white-space:nowrap;font-size:11px}.pipeline-toolbar{justify-content:space-between;align-items:center;gap:8px;padding-bottom:12px;display:flex}.pipeline-toolbar>button{color:#434655;background:0 0;border:0;font-size:11px}.pipeline-toolbar>button:hover{color:#1a1c1c}.pipeline-capture-list,.pipeline-steps{gap:8px;display:grid}.pipeline-capture-list{overscroll-behavior:contain;scrollbar-gutter:stable;min-height:220px;max-height:min(560px,100vh - 410px);padding-right:4px;overflow-y:auto}.pipeline-capture,.pipeline-step{background:#fff;border:1px solid #eeeeed;border-radius:9px}.pipeline-capture{align-items:center;gap:5px;padding:11px 9px;display:flex}.pipeline-capture:hover,.pipeline-step:hover{border-color:#c4c5d8}.pipeline-capture-content{flex:1;min-width:0}.pipeline-capture-content>span{min-width:0}.pipeline-ref{color:#434655;font-size:10px;font-weight:750}.pipeline-state{color:#737373;background:#eeeeed;border-radius:4px;margin-left:5px;padding:2px 4px;font-size:9px}.pipeline-capture strong,.pipeline-step strong{overflow-wrap:anywhere;margin:5px 0;font-size:12px;line-height:1.3;display:block}.pipeline-capture small{color:#737373;overflow-wrap:anywhere;font-size:10px;display:block}.pipeline-add,.pipeline-step-actions button{color:#737373;background:0 0;border:0;border-radius:5px;padding:4px;display:inline-flex}.pipeline-add:hover:not(:disabled),.pipeline-step-actions button:hover:not(:disabled){color:#1a1c1c;background:#eeeeed}.pipeline-segments{border:1px solid #c4c5d8;border-radius:7px;padding:2px;display:flex}.pipeline-segments button{color:#737373;background:0 0;border:0;border-radius:5px;min-width:76px;padding:6px 10px;font-size:10px;transition:background .14s,color .14s}.pipeline-segments button.active{color:#fff;background:#1a1c1c;font-weight:700}.pipeline-mode-hint{color:#737373;margin-top:5px;font-size:9px;display:block}.pipeline-check,.pipeline-item-options label{color:#434655;cursor:pointer;flex-direction:row;align-items:center;gap:6px;margin:0;font-size:10px;display:inline-flex}.pipeline-step{will-change:transform;padding:12px;position:relative}.pipeline-step.is-dragging{opacity:.5}.pipeline-step.drop-before:before,.pipeline-step.drop-after:after{z-index:2;content:"";pointer-events:none;background:#1a1c1c;border-radius:3px;height:3px;position:absolute;left:8px;right:8px;box-shadow:0 0 0 3px #faf9f9}.pipeline-step.drop-before:before{top:-6px}.pipeline-step.drop-after:after{bottom:-6px}.pipeline-step-title{align-items:flex-start;gap:10px;display:flex}.pipeline-drag-handle{color:#737373;cursor:grab;border-radius:6px;flex:none;place-items:center;width:24px;height:24px;margin-left:-5px;display:inline-grid}.pipeline-drag-handle:hover{color:#1a1c1c;background:#eeeeed}.pipeline-drag-handle:active{cursor:grabbing}.pipeline-number{color:#fff;background:#1a1c1c;border-radius:6px;flex:none;place-items:center;width:24px;height:24px;font-size:10px;font-weight:750;display:grid}.pipeline-step-title>div:nth-child(2){flex:1;min-width:0}.pipeline-step-title small{color:#737373;font-size:10px}.pipeline-step-actions{flex:none;gap:2px;display:flex}.pipeline-plan-line{color:#434655;align-items:center;gap:5px;margin:9px 0 9px 34px;font-size:10px;display:flex}.pipeline-plan-line button{color:#1a1c1c;text-underline-offset:2px;background:0 0;border:0;padding:0;font-size:10px;text-decoration:underline}.pipeline-item-options{flex-wrap:wrap;gap:12px;margin-left:30px;display:flex}.pipeline-summary{color:#434655;background:#faf9f9;border:1px solid #eeeeed;border-radius:8px;flex-wrap:wrap;gap:12px;margin-top:12px;padding:11px;font-size:10px;display:flex}.pipeline-summary>span:last-child{color:#1a1c1c}.pipeline-criteria{border:1px solid #eeeeed;border-radius:8px;margin-top:11px}.pipeline-criteria>button{color:#434655;text-align:left;background:#faf9f9;border:0;justify-content:space-between;align-items:center;width:100%;padding:11px;font-size:11px;font-weight:650;display:flex}.pipeline-criteria>div{gap:10px;padding:12px;display:grid}.pipeline-criteria label{gap:5px;font-size:11px;font-weight:650;display:grid}.pipeline-criteria>div>button{background:#fff;border:1px solid #c4c5d8;border-radius:7px;justify-self:end;align-items:center;gap:6px;padding:7px 10px;font-size:11px;display:flex}.pipeline-footer{justify-content:space-between;margin-top:12px}.pipeline-muted,.pipeline-empty-sequence,.pipeline-loading,.pipeline-empty{color:#737373;text-align:center;padding:24px;font-size:12px}.pipeline-empty-sequence{border:1px dashed #c4c5d8;border-radius:9px}.pipeline-empty-sequence svg{color:#434655}.pipeline-message{color:#434655;background:#eeeeed;border-radius:8px;margin:0 0 12px;padding:10px 12px;font-size:12px}.pipeline-message.error{color:#ba1a1a;background:#fff2f2}.pipeline-runner-strip{color:#737373;justify-content:space-between;align-items:center;gap:12px;margin:-5px 0 16px;font-size:11px;display:flex}.pipeline-runner-strip strong{color:#434655}.pipeline-run-status{margin-top:16px}.pipeline-run-item{border-top:1px solid #eeeeed;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 0;font-size:11px;display:flex}.pipeline-run-item>span:first-child{flex:1;font-weight:650}.pipeline-run-item button{color:#1a1c1c;text-underline-offset:2px;background:0 0;border:0;font-size:11px;text-decoration:underline}.pipeline-diff{width:min(100%,900px)}.pipeline-diff pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#faf9f9;border:1px solid #eeeeed;border-radius:8px;max-height:55vh;padding:12px;font-size:11px;overflow:auto}.pipeline-dialog-backdrop{z-index:1000;background:#1a1c1c88;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.pipeline-dialog{background:#fff;border-radius:12px;width:min(100%,520px);max-height:90vh;padding:23px;overflow:auto;box-shadow:0 24px 70px #0003}.pipeline-dialog h2{margin:0;font-size:19px}.pipeline-dialog p,.pipeline-dialog li{color:#434655;font-size:12px;line-height:1.45}.pipeline-dialog ol{padding-left:21px}.pipeline-dialog-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.pipeline-dialog-heading>button{color:#737373;background:0 0;border:0;border-radius:7px;flex:none;place-items:center;width:30px;height:30px;padding:0;display:grid}.pipeline-dialog-heading>button:hover{color:#1a1c1c;background:#eeeeed}.pipeline-template-dialog label{color:#434655;gap:7px;margin:19px 0 0;font-size:11px;font-weight:650;display:grid}.pipeline-template-dialog input{color:#1a1c1c;background:#faf9f9;border:1px solid #c4c5d8;border-radius:8px;width:100%;min-height:40px;padding:9px 11px}.pipeline-dialog-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.pipeline-dialog-actions>button:first-child{background:#fff;border:1px solid #c4c5d8;border-radius:8px;padding:7px 12px}.pipeline-spin{animation:.8s linear infinite pipeline-spin}@keyframes pipeline-spin{to{transform:rotate(360deg)}}@media (width<=1080px){.pipeline-columns{grid-template-columns:1fr}.pipeline-capture-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.pipeline-hero{padding:18px;display:block}.pipeline-hero-actions{margin-top:15px}.pipeline-capture-list{grid-template-columns:1fr;max-height:min(520px,100vh - 300px)}.pipeline-footer{align-items:stretch}.pipeline-footer>div,.pipeline-footer>.primary{width:100%}.pipeline-panel{padding:13px}.pipeline-panel-heading{align-items:flex-start}.pipeline-item-options{margin-left:0}}.dashboard-shell .page-pipeline.pipeline-page{color:#17191c;max-width:1600px;margin:0 auto;padding:0}.dashboard-shell .page-pipeline .pipeline-toolbar{justify-content:space-between;align-items:center;gap:12px;min-height:32px;margin:0 0 9px;padding:0;display:flex}.dashboard-shell .page-pipeline .toolbar-main,.dashboard-shell .page-pipeline .toolbar-tools{align-items:center;gap:6px;min-width:0;display:flex}.dashboard-shell .page-pipeline .toolbar-main{flex:1}.dashboard-shell .page-pipeline .toolbar-tools{flex:none}.dashboard-shell .page-pipeline .segmented{background:#f1f3f5;border:0;border-radius:6px;align-items:center;padding:2px;display:inline-flex}.dashboard-shell .page-pipeline .seg-btn{color:#6e747c;background:0 0;border:0;border-radius:4px;height:28px;min-height:28px;padding:0 10px;font-size:12px}.dashboard-shell .page-pipeline .seg-btn.active{color:#17191c;background:#fff;box-shadow:0 1px 2px #10182812}.dashboard-shell .page-pipeline .switch-row{color:#4f555d;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;height:32px;padding:0 6px;font-size:12px;display:inline-flex;position:relative}.dashboard-shell .page-pipeline .switch-row:hover{background:#f3f5f7}.dashboard-shell .page-pipeline .switch-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.dashboard-shell .page-pipeline .switch-ui{background:#d8dde3;border-radius:999px;width:27px;height:16px;position:relative}.dashboard-shell .page-pipeline .switch-ui:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .14s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #1018282e}.dashboard-shell .page-pipeline .switch-input:checked+.switch-ui{background:#252b31}.dashboard-shell .page-pipeline .switch-input:checked+.switch-ui:after{transform:translate(11px)}.dashboard-shell .page-pipeline .pipeline-select.ui-select{min-width:0;max-width:220px;position:relative}.dashboard-shell .page-pipeline .pipeline-select-trigger.ui-select-trigger{color:#5e646b;background:#f3f5f6;border:1px solid #0000;border-radius:6px;gap:7px;width:auto;min-width:90px;height:32px;min-height:32px;padding:0 9px;font-size:12px;font-weight:520}.dashboard-shell .page-pipeline .toolbar-main .pipeline-select-trigger.ui-select-trigger{color:#17191c;background:#fff;border-color:#d6dae0}.dashboard-shell .page-pipeline .pipeline-select-menu.select-popover{z-index:90;visibility:visible;opacity:1;pointer-events:auto;background:#fff;border:1px solid #d9dde2;border-radius:7px;width:max-content;min-width:max(100%,170px);max-width:min(360px,100vw - 16px);max-height:260px;padding:4px;position:absolute;top:calc(100% + 5px);left:0;overflow:auto;transform:none;box-shadow:0 10px 28px #161b221f}.dashboard-shell .page-pipeline .pipeline-select-menu .select-option{color:#3e444a;background:0 0;border:0;border-radius:4px;height:32px;min-height:32px;padding:0 8px;font-size:12.5px;font-weight:400}.dashboard-shell .page-pipeline .pipeline-select-menu .select-option:hover,.dashboard-shell .page-pipeline .pipeline-select-menu .select-option.active{background:#f3f5f7}.dashboard-shell .page-pipeline .pipeline{grid-template-columns:minmax(300px,.78fr) minmax(540px,1.42fr);align-items:start;gap:10px;display:grid}.dashboard-shell .page-pipeline .pipeline>.panel{box-shadow:none;background:#fff;border:1px solid #e4e7eb;border-radius:7px;min-width:0;padding:0;overflow:hidden}.dashboard-shell .page-pipeline .pipeline-source,.dashboard-shell .page-pipeline .pipeline-sequence{flex-direction:column;max-height:calc(100vh - 122px);display:flex}.dashboard-shell .page-pipeline .panel-head{border-bottom:1px solid #e4e7eb;justify-content:space-between;align-items:center;height:44px;min-height:44px;padding:0 12px;display:flex}.dashboard-shell .page-pipeline .panel-title{font-size:12.5px;font-weight:610}.dashboard-shell .page-pipeline .panel-sub{color:#6e747c;margin-top:1px;font-size:11px}.dashboard-shell .page-pipeline .panel-toolbar{border-bottom:1px solid #e4e7eb;align-items:center;gap:6px;padding:7px 9px;display:flex}.dashboard-shell .page-pipeline .panel-toolbar .search{color:#6e747c;background:#f3f5f6;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;width:100%;min-width:0;height:32px;padding:0 8px;display:flex}.dashboard-shell .page-pipeline .panel-toolbar .search input{background:0 0;border:0;outline:0;width:100%;font-size:12px}.dashboard-shell .page-pipeline .pipeline-list{flex:1;min-height:0;max-height:none;padding:0;display:block;overflow:auto}.dashboard-shell .page-pipeline .capture{background:#fff;border:0;border-bottom:1px solid #eef0f2;border-radius:0;align-items:flex-start;gap:9px;padding:10px 11px;display:flex}.dashboard-shell .page-pipeline .capture:last-child{border-bottom:0}.dashboard-shell .page-pipeline .capture-main{flex:1;min-width:0}.dashboard-shell .page-pipeline .capture-title{margin:4px 0 0;font-size:12px;font-weight:540}.dashboard-shell .page-pipeline .capture-note{color:#6e747c;margin:3px 0 0;font-size:11px}.dashboard-shell .page-pipeline .capture .icon-btn{color:#6e747c;background:0 0;border:0;width:32px;min-width:32px;height:32px}.dashboard-shell .page-pipeline .capture-disabled{opacity:.62}.dashboard-shell .page-pipeline .sequence{flex-direction:column;flex:1;gap:6px;min-height:150px;padding:8px;display:flex;overflow:auto}.dashboard-shell .page-pipeline .sequence-item{cursor:grab;background:#fff;border:1px solid #e4e7eb;border-radius:6px;padding:0;position:relative}.dashboard-shell .page-pipeline .sequence-item:active{cursor:grabbing}.dashboard-shell .page-pipeline .sequence-item.is-dragging{opacity:.55}.dashboard-shell .page-pipeline .sequence-item.drop-before:before,.dashboard-shell .page-pipeline .sequence-item.drop-after:after{content:"";z-index:2;background:#202328;height:2px;position:absolute;left:8px;right:8px}.dashboard-shell .page-pipeline .sequence-item.drop-before:before{top:-5px}.dashboard-shell .page-pipeline .sequence-item.drop-after:after{bottom:-5px}.dashboard-shell .page-pipeline .sequence-main{grid-template-columns:26px minmax(0,1fr) auto;gap:8px;padding:9px;display:grid}.dashboard-shell .page-pipeline .seq-index{color:#6e747c;background:#f1f3f5;border-radius:5px;place-items:center;width:25px;height:25px;font-size:10.5px;font-weight:650;display:grid}.dashboard-shell .page-pipeline .sequence-copy{min-width:0}.dashboard-shell .page-pipeline .sequence-title{margin:6px 0 3px;font-size:12px;font-weight:550}.dashboard-shell .page-pipeline .plan-action{color:#555d66;height:28px;min-height:28px;padding:0 7px;font-size:11.5px}.dashboard-shell .page-pipeline .seq-actions{gap:3px;display:flex}.dashboard-shell .page-pipeline .seq-actions .icon-btn{color:#6e747c;background:0 0;border:0;width:29px;min-width:29px;height:29px}.dashboard-shell .page-pipeline .seq-actions .icon-btn:hover{background:#f3f5f7}.dashboard-shell .page-pipeline .seq-options{color:#5d636b;background:#fbfcfd;border-top:1px solid #eef0f2;flex-wrap:wrap;align-items:center;gap:12px;margin:0;padding:7px 9px;font-size:11px;display:flex}.dashboard-shell .page-pipeline .seq-options label{cursor:pointer;align-items:center;gap:5px;margin:0;display:flex}.dashboard-shell .page-pipeline .seq-options input[type=checkbox]{appearance:none;background:#fff;border:1px solid #c5cad1;border-radius:4px;place-content:center;width:15px;height:15px;margin:0;display:inline-grid}.dashboard-shell .page-pipeline .seq-options input[type=checkbox]:checked{background:#1f252b;border-color:#1f252b}.dashboard-shell .page-pipeline .seq-options input[type=checkbox]:checked:before{content:"";border-bottom:1.7px solid #fff;border-left:1.7px solid #fff;width:7px;height:4px;transform:translateY(-1px)rotate(-45deg)}.dashboard-shell .page-pipeline .pipeline-config{border-top:1px solid #e4e7eb;flex:none;margin:0}.dashboard-shell .page-pipeline .config-head{color:#17191c;text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;width:100%;height:42px;padding:0 11px;font-size:12px;display:flex}.dashboard-shell .page-pipeline .config-head>span{align-items:center;gap:8px;display:flex}.dashboard-shell .page-pipeline .config-body{flex-direction:column;gap:10px;padding:0 10px 10px;display:flex}.dashboard-shell .page-pipeline .config-body .field{color:#4a5057;flex-direction:column;gap:4px;font-size:11px;display:flex}.dashboard-shell .page-pipeline .config-body .textarea{color:#17191c;background:#fff;border:1px solid #d6dae0;border-radius:6px;width:100%;min-height:84px;padding:9px}.dashboard-shell .page-pipeline .config-body>.secondary-btn{align-self:flex-end}.dashboard-shell .page-pipeline .preflight{background:#fafbfc;border-top:1px solid #e4e7eb;flex:none;padding:10px 11px}.dashboard-shell .page-pipeline .preflight.blocked{background:#fffaf1;border-top-color:#eee2c8}.dashboard-shell .page-pipeline .preflight.ready{background:#f5faf7;border-top-color:#dceadf}.dashboard-shell .page-pipeline .preflight-top{align-items:center;gap:10px;display:flex}.dashboard-shell .page-pipeline .preflight-copy{flex:1;min-width:0}.dashboard-shell .page-pipeline .preflight-title{font-size:12px;font-weight:610}.dashboard-shell .page-pipeline .preflight-actions{align-items:center;gap:6px;display:flex}.dashboard-shell .page-pipeline .runner-action{white-space:nowrap}.dashboard-shell .page-pipeline .execute-btn{min-width:126px}.dashboard-shell .page-pipeline .preflight-stats{color:#6e747c;gap:13px;margin-top:7px;font-size:11px;display:flex}.dashboard-shell .page-pipeline .dot{background:#a2a7ad;border-radius:50%;width:7px;height:7px}.dashboard-shell .page-pipeline .dot.online{background:#178447}@media (width<=1180px){.dashboard-shell .page-pipeline .pipeline{grid-template-columns:1fr}.dashboard-shell .page-pipeline .pipeline-source,.dashboard-shell .page-pipeline .pipeline-sequence{max-height:none}.dashboard-shell .page-pipeline .pipeline-list{max-height:420px}}@media (width<=700px){.dashboard-shell .page-pipeline .pipeline-toolbar{flex-direction:column;align-items:flex-start}.dashboard-shell .page-pipeline .toolbar-tools{flex-wrap:wrap;width:100%}.dashboard-shell .page-pipeline .preflight-top{flex-direction:column;align-items:flex-start}.dashboard-shell .page-pipeline .preflight-actions{justify-content:space-between;width:100%}}
