.brand-logo{justify-content:center;align-items:center;gap:8px;line-height:1;display:inline-flex}.brand-logo svg{flex:none;width:1em;height:1em}.brand-logo span{color:currentColor}.circle-logo{width:28px;height:28px;color:var(--accent,#0878ff);flex:none;justify-content:center;align-items:center;display:inline-flex}.circle-logo svg{width:100%;height:100%}.circle-logo--mini{width:20px;height:20px}.circle-logo--light{color:#fff}.auth-page,.onboarding-page{--auth-bg:#fff;--auth-panel:#fff;--auth-text:#27272a;--auth-muted:#71717a;--auth-line:#e4e4e7;--auth-soft:#fafafa;--auth-blue:#0878ff;background:var(--auth-bg);min-height:100dvh;color:var(--auth-text);justify-content:center;align-items:center;padding:32px 20px;display:flex}.auth-page{padding:56px 20px;position:relative}.auth-panel{width:100%;max-width:360px;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:0;margin:0 auto;padding:0}.onboarding-shell{border:1px solid var(--auth-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6;border-radius:14px;gap:18px;width:min(560px,100%);min-height:min(680px,100dvh - 64px);margin:0;padding:28px;display:grid;box-shadow:0 22px 64px #18181b14}.onboarding-shell .auth-brand{justify-content:center}.auth-corner-brand{color:var(--auth-text);align-items:center;gap:9px;font-size:18px;font-weight:800;line-height:1;display:inline-flex;position:absolute;top:28px;left:28px}.auth-corner-brand .circle-logo{color:var(--auth-text)}.auth-brand{color:var(--auth-text);justify-content:center;align-items:center;gap:10px;font-weight:800;display:flex}.auth-brand .circle-logo{color:var(--auth-text)}.auth-mark{color:var(--auth-text);justify-content:center;display:flex}.auth-mark .circle-logo{width:46px;height:46px;color:var(--auth-text)}.auth-copy{text-align:center;gap:8px;margin-top:18px;display:grid}.auth-copy .eyebrow{color:var(--auth-muted)}.auth-copy h1{color:var(--auth-text);letter-spacing:0;text-align:center;margin:0;font-size:31px;font-weight:760;line-height:1.18}.auth-copy h1 span{color:inherit}.auth-copy p:not(.eyebrow),.auth-switch{color:var(--auth-muted);margin:0}.auth-copy p:not(.eyebrow){max-width:310px;margin:0 auto;font-size:13px;line-height:1.45}.onboarding-step p{color:var(--auth-muted);margin:0}.auth-provider-list{gap:10px;margin-top:22px;display:grid}.auth-provider{border:1px solid var(--auth-line);min-height:40px;color:var(--auth-text);background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:10px;padding:8px 16px;font-size:14px;font-weight:560;line-height:1.43;transition:border-color .16s,box-shadow .16s,transform .16s;display:flex;position:relative}.auth-provider:hover{box-shadow:none;background:#fafafa;border-color:#a1a1aa;transform:none}.auth-provider-icon{width:20px;height:20px;color:var(--auth-text);flex:none;justify-content:center;align-items:center;display:inline-flex}.auth-provider-icon svg{width:20px;height:20px}.auth-phone{gap:8px;margin-top:14px;display:grid}.auth-phone-divider{color:var(--auth-muted);align-items:center;gap:10px;font-size:12.5px;line-height:1.4;display:flex}.auth-phone-divider:before,.auth-phone-divider:after{content:"";background:var(--auth-line);flex:1;height:1px}.auth-phone-label{color:var(--auth-text);font-size:13px;font-weight:620;line-height:1.3}.auth-phone-input{border:1px solid var(--auth-line);background:var(--auth-soft);width:100%;height:40px;color:var(--auth-text);border-radius:8px;outline:none;padding:0 12px;font-size:14px;line-height:40px;transition:border-color .16s,box-shadow .16s}.auth-phone-input::placeholder{color:var(--auth-muted)}.auth-phone-input:focus{border-color:var(--auth-blue);background:var(--auth-panel);box-shadow:0 0 0 3px #0878ff1f}.auth-phone-input[aria-invalid=true]{border-color:#dc2626}.auth-phone-help,.auth-phone-error{margin:0;font-size:12.5px;line-height:1.35}.auth-phone-help{color:var(--auth-muted)}.auth-phone-error{color:#dc2626}.auth-phone-button{border:1px solid var(--accent-strong,#0860cc);background:var(--accent-strong,#0860cc);width:100%;min-height:40px;color:var(--auth-panel);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:8px 14px;font-size:14px;font-weight:660;line-height:1.35;transition:background .16s,border-color .16s;display:inline-flex}.auth-phone-button:hover:not(:disabled){border-color:var(--deep-blue,#061f52);background:var(--deep-blue,#061f52)}.auth-phone-button:disabled{cursor:wait;opacity:.72}.auth-phone-link{color:var(--auth-muted);cursor:pointer;background:0 0;border:none;padding:2px 0;font-size:12.5px;line-height:1.4;text-decoration:underline}.auth-phone-link:disabled{cursor:wait;opacity:.65}.auth-phone-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.auth-phone-done{border:1px solid var(--auth-line);background:var(--auth-soft);border-radius:8px;padding:12px}.auth-phone-done strong{color:var(--auth-text);font-size:14px;line-height:1.35}.auth-phone-done span{color:var(--auth-muted);font-size:12.5px;line-height:1.4}.auth-switch{text-align:center;margin-top:20px;font-size:14px}.auth-switch a{color:var(--auth-blue);font-weight:700}.auth-page.auth-split{background:#fff;grid-template-columns:minmax(0,42%) minmax(0,58%);align-items:stretch;min-height:100dvh;padding:0;display:grid}.auth-form-panel{flex-direction:column;justify-content:center;padding:56px clamp(24px,5vw,88px);display:flex;position:relative}.auth-form-inner{width:100%;max-width:380px;margin:0 auto}.auth-split .auth-copy{text-align:left;margin-top:0}.auth-split .auth-copy h1{text-align:left;font-size:30px}.auth-split .auth-copy p:not(.eyebrow){text-align:left;max-width:360px;margin:0}.auth-split .auth-provider{border-radius:9px;justify-content:flex-start;min-height:48px;padding:8px 18px;font-size:14.5px}.auth-terms{color:var(--auth-muted);margin:16px 0 0;font-size:12.5px;line-height:1.5}.auth-terms a{color:var(--auth-muted);text-decoration:underline}.auth-split .auth-switch{text-align:left;margin-top:18px}.auth-brand-panel{border-left:1px solid var(--auth-line);background:radial-gradient(120% 80% at 82% 0,#0878ff1a,#0878ff00 60%),linear-gradient(158deg,#f8fbff 0%,#fff 100%);flex-direction:column;gap:30px;padding:clamp(40px,6vw,92px) 0 clamp(40px,6vw,92px) clamp(32px,5vw,80px);display:flex;position:relative;overflow:hidden}.auth-brand-copy{max-width:480px;padding-right:clamp(24px,4vw,64px)}.auth-brand-copy h2{color:#18181b;letter-spacing:-.01em;margin:0 0 12px;font-size:clamp(24px,2.4vw,32px);font-weight:680;line-height:1.16}.auth-brand-copy p{color:#52525b;max-width:440px;margin:0;font-size:15px;line-height:1.5}.auth-preview{background:#fff;border:1px solid #141e3c14;border-radius:16px 0 0 16px;align-self:stretch;margin-top:auto;overflow:hidden;box-shadow:0 30px 60px -24px #14285047}.auth-preview-top{border-bottom:1px solid #eef0f4;align-items:center;gap:14px;padding:14px 18px;display:flex}.auth-preview-ws{color:#18181b;white-space:nowrap;align-items:center;gap:8px;font-size:13.5px;font-weight:650;display:inline-flex}.auth-preview-ws .circle-logo{color:#18181b;width:18px;height:18px}.auth-preview-search{color:#a1a1aa;white-space:nowrap;text-overflow:ellipsis;background:#f7f8fa;border:1px solid #eceef2;border-radius:8px;flex:1;padding:7px 12px;font-size:12.5px;overflow:hidden}.auth-preview-body{gap:14px;padding:18px;display:grid}.auth-preview-stats{grid-template-columns:1fr 1fr;gap:12px;display:grid}.auth-preview-stats>div{background:#fbfcfd;border:1px solid #eef0f4;border-radius:12px;padding:14px}.auth-preview-stats strong{color:#18181b;font-size:26px;font-weight:700;display:block}.auth-preview-stats span{color:#71717a;font-size:12px}.auth-preview-card{background:#f5f9ff;border:1px solid #dbe7ff;border-radius:12px;padding:14px}.auth-preview-card-head{gap:10px;display:flex}.auth-preview-card-logo{flex:none;width:24px;height:24px}.auth-preview-card-head strong{color:#18181b;font-size:13.5px;display:block}.auth-preview-card-head span{color:#71717a;font-size:12px}.auth-preview-actions{gap:8px;margin-top:12px;display:flex}.auth-preview-approve{color:#fff;background:#0878ff;border-radius:8px;padding:7px 14px;font-size:12.5px;font-weight:600}.auth-preview-review{color:#3f3f46;border:1px solid #d4d4d8;border-radius:8px;padding:7px 14px;font-size:12.5px;font-weight:600}@media (max-width:880px){.auth-page.auth-split{grid-template-columns:1fr}.auth-brand-panel{display:none}.auth-form-panel{padding:80px 24px 48px}}.onboarding-page{box-sizing:border-box;background:radial-gradient(120% 70% at 50% 0,#0878ff1a,#0878ff00 55%),linear-gradient(178deg,#eaf3ff 0%,#f1f5fb 42%,#f6f2ea 100%);flex-direction:column;justify-content:flex-start;align-items:stretch;height:100dvh;min-height:100dvh;padding:0 0 18px;display:flex;overflow:hidden}.onboarding-topbar{justify-content:space-between;align-items:center;padding:22px clamp(20px,4vw,40px);display:flex}.onboarding-brand{color:var(--auth-text);font-family:var(--font-sans), Inter, ui-sans-serif, system-ui, sans-serif;letter-spacing:-.01em;align-items:center;gap:9px;font-size:17px;font-weight:700;text-decoration:none;display:inline-flex}.onboarding-brand .circle-logo{color:var(--auth-text)}.onboarding-stepcount{color:var(--auth-muted);font-size:13px;font-weight:500}.onboarding-page .onboarding-shell{box-sizing:border-box;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:1px solid #141e3c14;border-radius:20px;grid-template-rows:auto auto minmax(0,1fr) auto;row-gap:14px;width:min(720px,100% - 32px);height:100%;min-height:auto;max-height:100%;margin:0 auto;padding:30px clamp(24px,4vw,40px) 26px;display:grid;overflow:hidden;box-shadow:0 30px 70px -30px #14285059,0 2px 6px #1428500a}.onboarding-progress{gap:8px;margin-top:22px;display:flex}.onboarding-progress span{background:var(--auth-line);border-radius:999px;flex:1 1 0;height:4px}.onboarding-progress span.is-active{background:var(--auth-blue)}.onboarding-step-panel{overscroll-behavior:contain;grid-row:3;min-width:0;min-height:0;margin-top:0;padding-right:4px;display:grid;overflow-y:auto}.onboarding-page .onboarding-shell>.arlo-setup__error{grid-row:2}.onboarding-step,.arlo-setup{align-content:center;gap:16px;min-height:400px;display:grid}.onboarding-step--tools-page{align-content:start}.onboarding-step--profile{align-content:start;min-height:0}.onboarding-step--profile .onboarding-step-copy{margin-top:0}.onboarding-step--tools{align-content:start;gap:8px;min-height:0;display:grid}.onboarding-step--tools-page .onboarding-step-copy{gap:4px;margin:0 0 10px}.onboarding-step--tools-page .onboarding-step-copy h1{font-size:26px}.onboarding-step--tools-page .onboarding-step-copy p{max-width:560px;line-height:1.35}.onboarding-step--tools .onboarding-integration-card{gap:10px;min-height:0;padding:10px}.onboarding-step--tools .onboarding-integration-card>.brand-logo,.onboarding-step--tools .onboarding-integration-fallback{border-radius:7px;width:32px;height:32px}.onboarding-step--tools .onboarding-integration-card>.brand-logo svg{width:18px;height:18px}.onboarding-step--tools .onboarding-integration-connect,.onboarding-step--tools .onboarding-integration-status{border-radius:7px;min-height:30px}.onboarding-step--tools .onboarding-integration-scope{gap:6px;padding-top:0}.onboarding-step--tools .onboarding-integration-scope-buttons{padding:2px}.onboarding-step--tools .onboarding-integration-scope-buttons button{min-height:24px}.imessage-connect{text-align:center;justify-items:center;gap:20px}.imessage-connect__copy{gap:8px;max-width:380px;display:grid}.imessage-connect__copy h1{color:var(--auth-text);margin:0;font-size:26px;font-weight:720;line-height:1.15}.imessage-connect__copy p{color:var(--auth-muted);margin:0}.imessage-logo{background:linear-gradient(#5af07a 0%,#34c759 100%);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex;box-shadow:0 8px 24px #34c75952}.onboarding-step h1{color:var(--auth-text);letter-spacing:0;margin:0;font-size:24px;font-weight:720;line-height:1.15}.onboarding-step>h1,.onboarding-step>p,.onboarding-step-copy{text-align:center;justify-self:center}.onboarding-step-copy{gap:8px;display:grid}.onboarding-step-copy h1,.onboarding-step-copy p{margin:0}.onboarding-step-copy p{max-width:390px;color:var(--auth-muted)}.onboarding-fields,.onboarding-page .integration-search,.surface-options,.onboarding-integration-grid,.invite-panel{gap:10px;display:grid}.onboarding-fields{grid-template-columns:1fr}.onboarding-profile-fields{justify-self:center;width:min(420px,100%)}.onboarding-fields label{color:var(--auth-muted);gap:7px;font-size:13px;font-weight:650;display:grid}.onboarding-fields input,.onboarding-fields select,.onboarding-fields textarea,.onboarding-page .integration-search input,.invite-member-field input{border:1px solid var(--auth-line);background:var(--auth-soft);min-width:0;min-height:40px;color:var(--auth-text);border-radius:8px;padding:0 12px}.onboarding-fields textarea{resize:vertical;min-height:78px;padding:10px 12px;line-height:1.4}.onboarding-page .integration-search{width:min(420px,100%);color:var(--auth-muted);background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;justify-self:center;gap:10px;padding:0;display:grid}.onboarding-page .integration-search-field{border:1px solid var(--auth-line);min-height:40px;color:var(--auth-muted);background:#fff;border-radius:8px;align-items:center;gap:8px;padding:0 12px;display:flex}.onboarding-page .integration-search-field svg{color:var(--auth-muted);flex:none}.onboarding-page .integration-search-field input{background:0 0;border:0;flex:1;min-height:38px;padding:0}.onboarding-page .integration-search-field:focus-within{border-color:var(--auth-accent);box-shadow:0 0 0 3px var(--auth-accent-soft)}.onboarding-page .integration-search-field input:focus{outline:none}.onboarding-page .integration-search button,.onboarding-show-more,.invite-add-button,.invite-send-button,.invite-skip-button,.onboarding-page .surface-options button{border:1px solid var(--auth-line);background:var(--auth-soft);min-height:40px;color:var(--auth-text);border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:650;display:inline-flex}.surface-options{grid-template-columns:1fr}.onboarding-page .surface-options button.is-selected{border-color:var(--auth-text);background:var(--auth-text);color:#fff}.onboarding-page .surface-options button{text-align:left;justify-content:flex-start;min-height:58px}.surface-options .brand-logo,.onboarding-channel-icon{flex:0 0 24px;width:24px;height:24px}.surface-options .brand-logo svg{width:24px;height:24px}.surface-options button>span{gap:2px;min-width:0;display:grid}.surface-options strong{font-size:14px}.surface-options small{color:var(--auth-muted);font-size:12px;line-height:1.35}.surface-options button.is-selected small{color:#ffffffd6}.onboarding-integration-grid{grid-template-columns:1fr}.onboarding-integration-card{border:1px solid var(--auth-line);min-height:74px;color:var(--auth-text);text-align:left;background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;display:grid}.onboarding-integration-card:hover{background:#fafafa;border-color:#a1a1aa}.onboarding-integration-card.is-connected{border-color:var(--auth-text);background:#f7f7f8}.onboarding-integration-card>.brand-logo{border:1px solid var(--auth-line);width:36px;height:36px;color:var(--auth-text);background:#fff;border-radius:8px;justify-content:center;place-items:center;display:grid}.onboarding-integration-card>.brand-logo svg{width:20px;height:20px}.onboarding-integration-fallback{border:1px solid var(--auth-line);background:var(--auth-accent-soft);width:36px;height:36px;color:var(--auth-accent);border-radius:8px;place-items:center;font-size:13px;font-weight:800;display:grid}.onboarding-integration-copy{grid-template-columns:1fr;gap:2px;min-width:0;display:grid}.onboarding-integration-copy strong{color:var(--auth-text);font-size:14px}.onboarding-integration-copy small{color:var(--auth-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.35;overflow:hidden}.onboarding-integration-copy .onboarding-integration-error{color:#b42318}.onboarding-integration-connect,.onboarding-integration-status{border:1px solid var(--auth-line);min-width:88px;min-height:34px;color:var(--auth-text);text-align:center;background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.onboarding-integration-connect:hover{border-color:var(--auth-text);background:#fafafa}.onboarding-integration-connect:disabled{cursor:default;opacity:.58}.onboarding-integration-status{color:#15803d;background:#f0fdf4;border-color:#bbf7d0}.onboarding-integration-status.is-muted{border-color:var(--auth-line);background:var(--auth-surface-muted);color:var(--auth-muted)}.onboarding-integration-fields,.onboarding-integration-scope{grid-column:2/-1;gap:8px;padding-top:2px;display:grid}.onboarding-integration-scope-buttons{border:1px solid var(--auth-line);background:var(--auth-soft);border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;width:min(290px,100%);padding:3px;display:inline-grid}.onboarding-integration-scope-buttons button{min-height:28px;color:var(--auth-muted);background:0 0;border:0;border-radius:6px;font-size:11.5px;font-weight:750}.onboarding-integration-scope-buttons button.is-selected{color:var(--auth-text);background:#fff;box-shadow:0 1px 2px #14141e14}.onboarding-integration-team{grid-template-columns:minmax(0,1fr);gap:8px;display:grid}.onboarding-integration-team>span{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.onboarding-integration-team select,.onboarding-integration-team input{border:1px solid var(--auth-line);min-width:0;height:34px;color:var(--auth-text);font:inherit;background:#fff;border-radius:8px;padding:0 10px;font-size:12px}.onboarding-integration-team button{border:1px solid var(--auth-line);min-height:34px;color:var(--auth-text);background:#fff;border-radius:8px;padding:0 10px;font-size:12px;font-weight:750}.onboarding-integration-team button:disabled{color:var(--auth-muted);background:var(--auth-soft)}.onboarding-integration-fields label{gap:5px;display:grid}.onboarding-integration-fields label span{color:var(--auth-muted);font-size:11px;font-weight:700}.onboarding-integration-fields input{border:1px solid var(--auth-line);width:100%;height:36px;color:var(--auth-text);font:inherit;background:#fff;border-radius:8px;padding:0 10px;font-size:13px}.onboarding-integration-fields input:focus{border-color:var(--auth-accent);box-shadow:0 0 0 3px var(--auth-accent-soft);outline:none}.onboarding-show-more{justify-self:start}.invite-panel,.invite-member-list{gap:10px;display:grid}.invite-member-field{color:var(--auth-muted);gap:7px;font-size:13px;font-weight:650;display:grid}.invite-actions-row{flex-wrap:wrap;justify-content:space-between;gap:10px;display:flex}.invite-add-button,.invite-skip-button{color:var(--auth-blue);background:0 0;border:0;justify-content:flex-start;padding:0}.invite-skip-button{color:var(--auth-muted);margin-left:auto}.invite-send-button{border-color:var(--auth-blue);background:var(--auth-blue);color:#fff}.invite-send-button:disabled{cursor:wait;opacity:.72}.invite-status{color:var(--auth-muted);justify-self:end;font-size:12px;font-weight:650}.slack-connect-visual{display:grid}.slack-window{border:1px solid var(--auth-line);background:#fff;border-radius:14px;grid-template-columns:142px minmax(0,1fr);min-height:268px;display:grid;overflow:hidden;box-shadow:0 18px 42px #18181b14}.slack-window__sidebar{border-right:1px solid var(--auth-line);background:#f7f7f8;align-content:start;gap:8px;padding:14px 10px;display:grid}.slack-window__workspace{color:var(--auth-text);font-size:13px;font-weight:850}.slack-window__sidebar>strong{color:var(--auth-muted);text-transform:uppercase;margin-top:4px;font-size:11px;font-weight:760}.slack-dm-row{min-width:0;min-height:34px;color:var(--auth-muted);border-radius:8px;align-items:center;gap:8px;padding:5px 7px;font-size:12px;font-weight:700;display:flex}.slack-dm-row.is-active{color:var(--auth-text);background:#ececef}.slack-window__main{background:#fff;grid-template-rows:auto 1fr auto;min-width:0;display:grid}.slack-window__top{border-bottom:1px solid var(--auth-line);min-height:48px;color:var(--auth-text);justify-content:space-between;align-items:center;gap:12px;padding:11px 14px;font-size:13px;font-weight:750;display:flex}.slack-window__top>span{gap:2px;display:grid}.slack-window__top small{color:var(--auth-muted);font-size:11px;font-weight:650}.slack-window__top strong{background:var(--blue-3);color:var(--auth-blue);border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800}.slack-thread{align-content:start;gap:2px;min-width:0;padding:12px 8px 6px;display:grid}.slack-date-divider{color:var(--auth-muted);text-transform:uppercase;align-items:center;gap:8px;margin:2px 4px 6px;font-size:10px;font-weight:760;display:flex}.slack-date-divider:before,.slack-date-divider:after{content:"";background:var(--auth-line);flex:auto;height:1px}.slack-message{background:#fff;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:9px;padding:8px 7px;display:grid}.slack-message--arlo,.slack-message--human{background:#fff}.slack-message__avatar,.slack-message__logo,.slack-dm-avatar{border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.slack-message__avatar,.slack-dm-avatar{background:var(--auth-text);color:#fff;font-size:10px;font-weight:800}.slack-message__logo{border:1px solid var(--auth-line);color:var(--auth-text);background:#fff}.slack-message__logo .circle-logo{color:var(--auth-text)}.slack-message span:last-child{gap:3px;display:grid}.slack-message strong{color:var(--auth-text);align-items:center;gap:5px;font-size:13px;display:inline-flex}.slack-message strong em{background:var(--auth-soft);color:var(--auth-muted);letter-spacing:0;border-radius:4px;padding:2px 4px;font-size:9px;font-style:normal;font-weight:850}.slack-message small{color:var(--auth-muted);font-size:12px;line-height:1.35}.slack-compose{border:1px solid var(--auth-line);min-height:38px;color:var(--auth-muted);background:#fff;border-radius:9px;align-items:center;margin:8px 14px 14px;padding:0 10px;font-size:12px;font-weight:650;display:flex}.arlo-picker{border:1px solid var(--auth-line);background:#fff;border-radius:10px;display:grid;overflow:hidden}.arlo-picker__head{width:100%;min-height:42px;color:var(--auth-text);text-align:left;background:#fff;border:0;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;display:flex}.arlo-picker__title{font-size:13px;font-weight:760}.arlo-picker__count{color:var(--auth-muted);align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.arlo-picker__caret{display:inline-block;transform:rotate(90deg)}.arlo-picker__caret.is-open{transform:rotate(-90deg)}.arlo-picker__body{border-top:1px solid var(--auth-line);background:var(--auth-soft);gap:10px;padding:10px;display:grid}.arlo-picker__toolbar{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.arlo-picker__search{border:1px solid var(--auth-line);min-width:0;min-height:36px;color:var(--auth-text);background:#fff;border-radius:8px;padding:0 10px}.arlo-picker__all{border:1px solid var(--auth-line);min-height:36px;color:var(--auth-text);background:#fff;border-radius:8px;padding:0 10px;font-size:12px;font-weight:750}.arlo-picker__list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.arlo-picker__row{color:var(--auth-text);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;font-size:12px;display:grid}.arlo-picker__row-badge,.arlo-picker__empty{color:var(--auth-muted);font-size:12px}.arlo-setup--access,.arlo-setup--scanning{align-content:center;justify-items:center;gap:12px;width:100%;min-height:min(560px,72vh)}.onboarding-page .arlo-setup--access .onboarding-step-copy,.onboarding-page .arlo-setup--scanning .onboarding-step-copy{text-align:center;justify-self:center;gap:10px;width:min(440px,100%);margin:0 0 12px}.onboarding-page .arlo-setup--access .onboarding-step-copy h1,.onboarding-page .arlo-setup--scanning .onboarding-step-copy h1{font-size:clamp(38px,5vw,52px)}.onboarding-page .arlo-setup--access .onboarding-step-copy p,.onboarding-page .arlo-setup--scanning .onboarding-step-copy p{max-width:360px;color:var(--auth-muted);font-family:inherit;font-size:14px;font-weight:650;line-height:1.45}.onboarding-page .arlo-setup--scanning .onboarding-step-copy p{max-width:420px}.arlo-setup--access .arlo-picker,.arlo-setup--access .arlo-setup__cta{width:min(360px,100%)}.arlo-setup__cta{border:1px solid var(--auth-text);background:var(--auth-text);color:#fff;border-radius:6px;min-height:40px;font-size:14px;font-weight:750}.complete-visual{justify-self:center;gap:10px;width:min(320px,100%);display:grid}.complete-stack{gap:8px;display:grid}.complete-stack span,.complete-message{border:1px solid var(--auth-line);color:var(--auth-muted);text-transform:uppercase;background:#fff;border-radius:10px;padding:10px 12px;font-size:12px;font-weight:750}.complete-stack span:last-child{background:var(--blue-3);color:var(--auth-blue);border-color:#0878ff52}.complete-message{text-transform:none;gap:3px;padding:14px;display:grid}.complete-message strong{color:var(--auth-text);font-size:14px}.complete-message span{color:var(--auth-muted);font-size:13px}.onboarding-actions{box-sizing:border-box;border-top:1px solid var(--auth-line);flex:none;grid-row:4;justify-content:space-between;align-items:center;gap:10px;min-height:57px;margin-top:0;padding-top:16px;display:flex}.onboarding-hint{color:var(--auth-muted);font-size:14px}.onboarding-actions button,.onboarding-actions a[role=button],.onboarding-action-disabled{border:1px solid var(--auth-line);background:var(--auth-soft);min-height:40px;color:var(--auth-text);border-radius:6px;padding:0 16px;font-size:14px;font-weight:650}.onboarding-actions a[role=button],.onboarding-action-disabled{justify-content:center;align-items:center;display:inline-flex}.onboarding-actions button:disabled,.onboarding-action-disabled{opacity:.45}.onboarding-page .button{border-radius:6px;justify-content:center;align-items:center;min-height:40px;padding:0 16px;font-size:14px;font-weight:700;display:inline-flex}.onboarding-page .button--primary{background:var(--auth-text);color:#fff}@media (max-width:760px){.auth-page{padding:24px 12px}.onboarding-page{padding:0 0 12px}.onboarding-topbar{padding:14px 16px}.onboarding-page .onboarding-shell{width:min(720px,100% - 24px);min-height:auto;padding:16px}.auth-corner-brand{top:18px;left:18px}.auth-panel{padding:0}.onboarding-step,.arlo-setup{min-height:360px}.onboarding-fields,.onboarding-page .integration-search,.onboarding-integration-grid,.surface-options{grid-template-columns:1fr}}.onboarding-step-copy{text-align:left;gap:6px;margin:18px 0 16px;display:grid}.onboarding-step-copy h1{color:var(--auth-text);letter-spacing:-.01em;margin:0;font-size:23px;font-weight:720}.onboarding-step-copy p{max-width:460px;color:var(--auth-muted);margin:0;font-size:14px;line-height:1.5}.onboarding-channel-list{gap:10px;display:grid}.onboarding-channel{border:1px solid var(--auth-line);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex}.onboarding-channel.is-connected{background:#fafbfc}.onboarding-channel-icon{color:#fff;border-radius:10px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.onboarding-channel-icon svg{width:19px;height:19px}.onboarding-channel-icon--plain{border:1px solid var(--auth-line);background:#fff}.onboarding-channel-icon--plain svg{width:22px;height:22px}.onboarding-channel-icon--plain .brand-logo{color:inherit}.onboarding-channel-text{flex:1;gap:1px;min-width:0;display:grid}.onboarding-channel-text strong{color:var(--auth-text);font-size:14px}.onboarding-channel-text span{color:var(--auth-muted);font-size:12.5px}.onboarding-channel-status{color:#16a34a;align-items:center;gap:5px;font-size:13px;font-weight:600;display:inline-flex}.onboarding-channel-status svg{width:15px;height:15px}.onboarding-channel-status--muted{color:var(--auth-muted)}.onboarding-channel-connect{border:1px solid var(--auth-line);color:var(--auth-text);white-space:nowrap;background:#fff;border-radius:9px;padding:7px 16px;font-size:13px;font-weight:600;text-decoration:none}.onboarding-channel-connect:hover{background:#f6f7f9}.onboarding-channel-connect:disabled{color:var(--auth-muted);cursor:default;background:#f6f7f9}.onboarding-channel .arlo-setup,.onboarding-channel .slack-setup{margin:0}.onboarding-memory-list{gap:10px;display:grid}.onboarding-memory-list--compact{justify-self:center;gap:8px;width:min(520px,100%)}.onboarding-memory-row{border:1px solid var(--auth-line);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:13px 14px;display:flex}.onboarding-memory-icon{background:#0878ff1f;border-radius:9px;flex:0 0 30px;width:30px;height:30px}.onboarding-memory-icon.scope-team{background:#16a34a24}.onboarding-memory-icon.scope-company{background:#0878ff24}.onboarding-memory-row .memory-scope-badge.scope-team{color:#15803d;background:#16a34a1f}.onboarding-memory-row .memory-scope-badge.scope-company{color:var(--auth-accent);background:#0878ff1f}.onboarding-memory-text{flex:1;gap:2px;min-width:0;display:grid}.onboarding-memory-text strong{color:var(--auth-text);font-size:14px}.onboarding-memory-text span{color:var(--auth-muted);font-size:12.5px;line-height:1.45}.onboarding-toggle-list{gap:2px;margin-top:12px;display:grid}.onboarding-toggle{border-top:1px solid var(--auth-line);cursor:pointer;align-items:center;gap:12px;padding:12px 4px;display:flex;position:relative}.onboarding-toggle-text{flex:1;gap:1px;display:grid}.onboarding-toggle-text strong{color:var(--auth-text);font-size:13.5px}.onboarding-toggle-text span{color:var(--auth-muted);font-size:12px}.onboarding-toggle-input{opacity:0;pointer-events:none;position:absolute}.onboarding-toggle-track{background:#d4d4d8;border-radius:999px;flex:0 0 40px;width:40px;height:23px;transition:background .16s;position:relative}.onboarding-toggle-track:after{content:"";background:#fff;border-radius:999px;width:19px;height:19px;transition:transform .16s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0003}.onboarding-toggle-input:checked~.onboarding-toggle-track{background:#18181b}.onboarding-toggle-input:checked~.onboarding-toggle-track:after{transform:translate(17px)}.onboarding-step--done .onboarding-step-copy{text-align:center;justify-items:center}.onboarding-step--done .onboarding-step-copy p{margin:0 auto}.onboarding-done-label{color:var(--auth-muted);letter-spacing:.1em;text-transform:uppercase;text-align:center;margin:6px 0 4px;font-size:11px;font-weight:700;display:block}.onboarding-done-tasks{gap:10px;display:grid}.onboarding-done-task{border:1px solid var(--auth-line);text-align:left;cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:12px;padding:13px 14px;display:flex}.onboarding-done-task:hover{background:#f6f7f9}.onboarding-done-task-plus{width:30px;height:30px;color:var(--auth-blue);background:#0878ff1a;border-radius:9px;flex:0 0 30px;place-items:center;display:grid}.onboarding-done-task-plus svg{width:16px;height:16px}.onboarding-done-task-text{flex:1;gap:1px;min-width:0;display:grid}.onboarding-done-task-text strong{color:var(--auth-text);font-size:13.5px}.onboarding-done-task-text span{color:var(--auth-muted);font-size:12px}.onboarding-done-task>svg{width:16px;height:16px;color:var(--auth-muted);flex:none}.onboarding-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:0;display:flex}.onboarding-skip{color:var(--auth-muted);cursor:pointer;background:0 0;border:0;font-size:14px;font-weight:500}@media (max-width:760px){.onboarding-step--profile{gap:12px}.onboarding-step--profile .onboarding-step-copy{margin-bottom:10px}.onboarding-memory-list--compact{gap:7px}.onboarding-memory-list--compact .onboarding-memory-row{align-items:flex-start;gap:10px;padding:8px 10px}.onboarding-memory-list--compact .onboarding-memory-icon{border-radius:7px;flex-basis:24px;width:24px;height:24px}.onboarding-memory-list--compact .memory-scope-badge{align-self:flex-start}.onboarding-step--profile .onboarding-fields{gap:7px}.onboarding-step--profile .onboarding-fields label{gap:5px}.onboarding-step--profile .onboarding-fields input,.onboarding-step--profile .onboarding-fields select{min-height:36px}.onboarding-step--profile .onboarding-fields textarea{min-height:60px}}.poke-auth{--auth-text:#14161d;--auth-muted:#8a93a3;--auth-line:#e6ebf1;--auth-soft:#f4f8fd;--auth-panel:#fff;--auth-blue:#0878ff;min-height:100dvh;color:var(--auth-text);font-family:var(--font-sans), system-ui, sans-serif;background:-webkit-linear-gradient(270deg,#eef7ff33 0%,#f7fbff80 50%,#ffffffb3 100%),#eef7ff -webkit-image-set(url(/images/arlo-cloud-mountain-lake-scroll-v6.avif) 1x type("image/avif"),url(/images/arlo-cloud-mountain-lake-scroll-v6.jpg) 1x type("image/jpeg")) 50% 58%/cover no-repeat;background:linear-gradient(#eef7ff33 0%,#f7fbff80 50%,#ffffffb3 100%),#eef7ff image-set("/images/arlo-cloud-mountain-lake-scroll-v6.avif" 1x type("image/avif"),"/images/arlo-cloud-mountain-lake-scroll-v6.jpg" 1x type("image/jpeg")) 50% 58%/cover no-repeat;justify-content:center;padding:40px 22px 28px;display:flex}.poke-auth__inner{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:404px;min-height:calc(100dvh - 68px);display:flex}.poke-auth__top{justify-content:center;align-items:center;width:100%;min-height:56px;display:flex;position:relative}.poke-auth__icon{width:56px;height:56px;box-shadow:none;color:#14161d;background:0 0;border:none;border-radius:16px;place-items:center;width:auto;height:auto;display:grid}.poke-auth__icon .circle-logo{color:#14161d;width:42px;height:42px}.poke-auth__skip{color:var(--auth-muted);cursor:pointer;background:0 0;border:none;padding:8px 6px;font-family:inherit;font-size:15px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.poke-auth__skip:hover{color:var(--auth-text)}.poke-auth__back{left:0;right:auto}.poke-auth__body{flex-direction:column;flex:1;align-items:center;width:100%;display:flex}.poke-auth__head{margin-top:22px}.poke-auth__title,.poke-auth__subtitle{font-family:var(--font-display), Georgia, "Times New Roman", serif;letter-spacing:-.012em;margin:0;font-size:clamp(42px,12vw,52px);font-weight:400;line-height:1.04}.poke-auth__title{color:#14161d}.poke-auth__subtitle{color:#0878ff;margin-top:3px}.poke-auth__center{flex:1;align-items:center;width:100%;display:flex}.poke-auth__input{border:1px solid var(--auth-line);color:#14161d;text-align:center;background:#fff;border-radius:16px;outline:none;width:100%;height:62px;padding:0 22px;font-size:17px;transition:border-color .16s,box-shadow .16s;box-shadow:0 1px 2px #1428500a}.poke-auth__input::placeholder{color:#8a93a3}.poke-auth__input:focus{border-color:#0878ff;box-shadow:0 0 0 3px #0878ff21}.poke-auth__foot{width:100%;margin-top:auto}.poke-auth__terms{color:#8a93a3;margin:0 0 14px;font-size:13.5px;line-height:1.5}.poke-auth__terms a{color:#5b6270;text-decoration:underline}.poke-auth__continue{color:#fff;cursor:pointer;background:#0878ff;border:none;border-radius:12px;width:100%;height:48px;font-family:inherit;font-size:14.5px;font-weight:600;transition:background .16s}.poke-auth__continue:hover:not(:disabled){background:#0860cc}.poke-auth__continue:disabled{color:#9aa6b6;cursor:default;background:#dce4ee}.poke-auth__connect{flex-direction:column;gap:11px;width:100%;margin-top:26px;display:flex}.poke-auth__provider{border:1px solid var(--auth-line);color:#14161d;cursor:pointer;background:#fff;border-radius:14px;justify-content:center;align-items:center;gap:11px;width:100%;min-height:56px;padding:0 18px;font-family:inherit;font-size:15.5px;font-weight:560;text-decoration:none;transition:border-color .16s,background .16s;display:flex}.poke-auth__provider:hover{background:#f7fbff;border-color:#cdd9e8}.poke-auth__provider--soon{color:#8a93a3;cursor:not-allowed}.poke-auth__provider--soon:hover{border-color:var(--auth-line);background:#fff}.poke-auth__provider--soon svg{opacity:.55}.poke-auth__soon{color:#8a93a3;background:#eef2f7;border-radius:999px;margin-left:4px;padding:3px 9px;font-size:11.5px;font-weight:600}.poke-auth__switch{color:#8a93a3;margin:10px 0 0;font-size:14px}.poke-auth__switch a{color:#0878ff;font-weight:600}.poke-auth{position:relative;overflow:hidden}.poke-auth__inner{z-index:1;position:relative}.poke-auth__body{justify-content:center;gap:0;padding-bottom:20px}.poke-auth__head{margin:0}.poke-auth__input{text-align:center;margin-top:34px}.poke-auth__input--sm{text-align:left;height:54px;font-size:16px}.poke-auth__input--code{text-align:center;letter-spacing:.32em;font-size:22px;font-weight:600}.poke-auth__body>.poke-auth__continue{margin-top:14px}.poke-auth__terms{margin-top:26px}.poke-auth__hint{color:#5b6270;margin:12px 0 0;font-size:14px;line-height:1.5}.poke-auth__divider{color:#8a93a3;align-items:center;gap:12px;margin:18px 0 12px;font-size:12.5px;display:flex}.poke-auth__divider:before,.poke-auth__divider:after{content:"";background:#e6ebf1;flex:1;height:1px}.poke-auth__connect{gap:18px;margin-top:34px}.poke-auth__phone{flex-direction:column;gap:14px;display:flex}.poke-auth__phone .poke-auth__input{margin-top:0}.poke-auth__error{color:#d23f3f;text-align:left;margin:0;font-size:13px}.poke-auth__alt{color:#8a93a3;cursor:pointer;background:0 0;border:none;margin-top:14px;font-family:inherit;font-size:13px;text-decoration:underline}.poke-auth__consent{color:#5b6270;text-align:left;align-items:flex-start;gap:9px;font-size:12.5px;line-height:1.35;display:flex}.poke-auth__consent input{accent-color:#0878ff;flex:none;width:16px;height:16px;margin:1px 0 0}.poke-auth__alt--strong{color:#5b6270;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-size:15px;font-weight:650;display:inline-flex}.poke-auth__provider--active{background:#f7fbff;border-color:#cdd9e8}.connect-auth__link{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.poke-auth__done-actions{gap:12px;width:100%;margin-top:14px;display:grid}.poke-auth__alt-action{color:#252832;background:#ffffffdb;border:1px solid #dce4ee;border-radius:12px;justify-content:center;align-items:center;min-height:44px;font-size:14px;font-weight:650;text-decoration:none;display:inline-flex}.connect-auth__error{text-align:center;margin-top:16px}.font-display{font-family:var(--font-display), Georgia, "Times New Roman", serif;font-weight:400}.auth-copy h1,.onboarding-step h1,.onboarding-step-copy h1{font-family:var(--font-display), Georgia, "Times New Roman", serif;letter-spacing:-.01em;font-weight:400}.onboarding-step h1,.onboarding-step-copy h1{font-size:28px;line-height:1.12}.onboarding-page{background:-webkit-linear-gradient(270deg,#eef7ff2e 0%,#f7fbff85 52%,#ffffffb8 100%),#eef7ff -webkit-image-set(url(/images/arlo-cloud-mountain-lake-scroll-v6.avif) 1x type("image/avif"),url(/images/arlo-cloud-mountain-lake-scroll-v6.jpg) 1x type("image/jpeg")) 50% 58%/cover no-repeat;background:linear-gradient(#eef7ff2e 0%,#f7fbff85 52%,#ffffffb8 100%),#eef7ff image-set("/images/arlo-cloud-mountain-lake-scroll-v6.avif" 1x type("image/avif"),"/images/arlo-cloud-mountain-lake-scroll-v6.jpg" 1x type("image/jpeg")) 50% 58%/cover no-repeat;justify-content:center;align-items:center;height:auto;min-height:100dvh;padding:40px 22px 28px;overflow:auto}.onboarding-page .onboarding-topbar{padding:0;position:absolute;inset:26px 28px auto}.onboarding-page .onboarding-brand{opacity:0;pointer-events:none}.onboarding-page .onboarding-stepcount{color:#8a93a3;font-size:14px}.onboarding-page .onboarding-shell{width:min(680px,100%);height:auto;min-height:min(600px,100dvh - 96px);box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;margin:0 auto;padding:72px 0 0;display:flex}.onboarding-page .onboarding-shell--tools{width:min(960px,100% - 44px)}.onboarding-page .onboarding-step-panel{flex:1;align-items:center;padding:0;display:flex;overflow:visible}.onboarding-page .onboarding-step{align-content:center;justify-items:stretch;width:100%;min-height:0}.onboarding-page .onboarding-step-copy{text-align:center;justify-self:stretch;gap:4px;margin:0 0 24px}.onboarding-page .onboarding-step-copy h1{font-family:var(--font-display), Georgia, "Times New Roman", serif;letter-spacing:0;font-size:clamp(36px,6vw,50px);font-weight:400;line-height:1.02}.onboarding-page .onboarding-step-copy p{color:#0878ff;max-width:520px;font-family:var(--font-display), Georgia, "Times New Roman", serif;margin-inline:auto;font-size:clamp(22px,3.8vw,30px);font-weight:400;line-height:1.12}.onboarding-page .onboarding-profile-fields{gap:14px;width:min(440px,100%)}.onboarding-page .onboarding-fields label{color:#5b6270;font-size:13px;font-weight:650}.onboarding-page .onboarding-fields input,.onboarding-page .onboarding-fields select,.onboarding-page .onboarding-fields textarea{background:#ffffffeb;border-radius:12px;min-height:48px;font-size:14.5px}.onboarding-page .onboarding-fields textarea{min-height:82px}.onboarding-page .onboarding-actions{margin-top:22px}.onboarding-page .button--primary,.onboarding-page .button--secondary{border-radius:12px;min-height:46px;font-size:14px}.onboarding-page .button--primary{background:#0878ff;border-color:#0878ff;min-width:150px}.onboarding-page .onboarding-step--tools-page .onboarding-step-copy{margin-bottom:18px}.onboarding-page .onboarding-integration-card{border-radius:10px;padding:10px 12px}.onboarding-page .onboarding-integration-copy strong{font-size:13.5px}.onboarding-page .onboarding-integration-copy small{font-size:12px;line-height:1.25}.onboarding-page .onboarding-integration-connect,.onboarding-page .onboarding-integration-status{border-radius:8px;min-height:30px;font-size:12px}.onboarding-page .onboarding-integration-scope-buttons{grid-template-columns:repeat(2,minmax(0,1fr));width:min(220px,100%)}.onboarding-page .onboarding-integration-scope-buttons button{min-height:24px;font-size:11.5px}.onboarding-page .onboarding-channel-banner{justify-content:center;gap:10px;margin:0 auto 18px;display:flex}.onboarding-page .onboarding-channel-banner-logo{color:#fff;border-radius:13px;place-items:center;width:44px;height:44px;display:grid;box-shadow:0 12px 28px #141e3c1a}.onboarding-page .onboarding-channel-banner-logo--slack{color:#18181b;background:#fff;border:1px solid #e4e7ec}.onboarding-page .onboarding-channel-banner-logo--teams{background:#5145e5}.onboarding-page .onboarding-channel-banner-logo--messages{background:#18a34a}.onboarding-page .onboarding-channel-banner-logo svg{width:21px;height:21px}.onboarding-page .onboarding-step--tools-cards .onboarding-integration-grid{grid-template-columns:repeat(auto-fit,minmax(0,300px));justify-content:center;justify-self:center;gap:10px 12px;width:100%;display:grid}.onboarding-page .onboarding-step--tools-cards .integration-search{grid-template-columns:minmax(0,1fr);justify-self:center;width:min(860px,100%);margin-bottom:2px}.onboarding-page .onboarding-step--tools-cards .onboarding-integration-card{border-radius:12px;grid-template-columns:1fr;align-content:start;gap:8px;min-height:132px;padding:12px 14px;display:grid}.onboarding-page .onboarding-step--tools-cards .onboarding-integration-card.is-revealed{animation:.24s ease-out both onboarding-tool-reveal;animation-delay:var(--reveal-delay,0s)}.onboarding-page .onboarding-step--tools-cards .onboarding-integration-card>.brand-logo,.onboarding-page .onboarding-step--tools-cards .onboarding-integration-fallback{border-radius:10px;width:34px;height:34px}.onboarding-page .onboarding-step--tools-cards .onboarding-integration-copy{gap:3px}.onboarding-page .onboarding-step--tools-cards .onboarding-integration-copy strong{font-size:14px}.onboarding-page .onboarding-step--tools-cards .onboarding-integration-copy small{color:#8a93a3;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:30px;font-size:12px;line-height:1.25;display:-webkit-box;overflow:hidden}.onboarding-page .onboarding-step--tools-cards .onboarding-integration-connect,.onboarding-page .onboarding-step--tools-cards .onboarding-integration-status{border-radius:9px;gap:6px;width:100%;min-height:32px;font-size:13px}.onboarding-page .onboarding-step--tools-cards .onboarding-integration-scope{display:none}.onboarding-page .onboarding-step--tools-cards .onboarding-show-more{justify-self:center;min-width:128px}@keyframes onboarding-tool-reveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.onboarding-page .onboarding-step--tools-cards .onboarding-integration-card.is-revealed{animation:none}}@media (max-width:760px){.onboarding-page .onboarding-step--tools-cards .onboarding-integration-grid{grid-template-columns:minmax(0,1fr)}}.auth-copy h1{font-size:34px;line-height:1.08}.auth-brand-copy h2{font-family:var(--font-display), Georgia, "Times New Roman", serif;letter-spacing:-.01em;font-weight:400}
.app-shell .app-page-header h1,.app-shell .workspace-dashboard-header h1,.app-shell .automations-header h1{font-family:var(--font-display), Georgia, "Times New Roman", serif;font-optical-sizing:auto;letter-spacing:-.01em;font-size:32px;font-weight:400;line-height:1.1}.app-shell .dashboard-stat-card,.app-shell .dashboard-setup-card,.app-shell .app-panel,.app-shell .app-insight-card,.app-shell .app-surface-metric{border-radius:16px;box-shadow:0 1px 2px #14141808,0 10px 26px -16px #1414181f}.app-shell .integration-logo-artwork{aspect-ratio:16/9;border:1px solid var(--hairline);background:radial-gradient(120% 92% at 50% 50%, #fffffffa, #f4f4f500 64%), linear-gradient(135deg, #fff 0%, var(--surface-2) 100%);border-radius:16px;width:100%;min-height:132px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffd9}.app-shell .integration-logo-artwork__lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.app-shell .integration-logo-artwork__tile{background:#fff;border:1px solid #e4e4e7eb;border-radius:13px;place-items:center;width:46px;height:46px;display:grid;position:absolute;inset:auto;transform:translate(-50%,-50%);box-shadow:0 8px 18px -4px #0f172a2e,0 1px 2px #0f172a0f}.app-shell .integration-logo-artwork__tile .brand-logo{place-items:center;font-size:26px;line-height:1;display:grid}.app-shell .integration-logo-artwork__tile.is-slack{top:50%;left:13%}.app-shell .integration-logo-artwork__tile.is-gmail{top:20.5%;left:30.6%}.app-shell .integration-logo-artwork__tile.is-notion{top:20.5%;left:69.4%}.app-shell .integration-logo-artwork__tile.is-linear{top:50%;left:86.9%}.app-shell .integration-logo-artwork__tile.is-github{top:79.5%;left:69.4%}.app-shell .integration-logo-artwork__tile.is-drive{top:79.5%;left:30.6%}.app-shell .integration-logo-artwork__hub{z-index:2;border:1px solid var(--hairline);width:56px;height:56px;color:var(--ink);background:#fff;border-radius:16px;place-items:center;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 28px #0f172a24,0 0 0 6px #ffffffb8}.app-shell .integration-logo-artwork__hub .circle-logo{width:31px;height:31px;color:var(--ink)}.app-shell .integration-logo-artwork__hub .circle-logo svg{width:100%;height:100%}.app-shell .dashboard-stat-card .stat-icon{width:34px;height:34px;color:var(--accent);background:#0878ff1a;border-radius:10px;place-items:center;margin-bottom:2px;display:inline-grid}.app-shell .dashboard-stat-card .stat-icon svg{width:17px;height:17px}.app-shell .app-main{padding:0}.app-shell .app-main-body{padding:26px clamp(16px,4vw,40px) 64px}.app-shell .app-topbar{z-index:6;-webkit-backdrop-filter:saturate(180%)blur(10px);backdrop-filter:saturate(180%)blur(10px);border-bottom:1px solid var(--hairline);background:#ffffffd1;justify-content:space-between;align-items:center;gap:16px;height:56px;padding:0 clamp(16px,4vw,40px);display:flex;position:sticky;top:0}.app-shell .app-topbar-workspace{color:var(--ink-strong);align-items:center;gap:5px;font-size:14px;font-weight:650;display:inline-flex}.app-shell .app-topbar-workspace svg{width:15px;height:15px;color:var(--ink-muted)}.app-shell .app-topbar-right{align-items:center;gap:12px;margin-left:auto;display:inline-flex}.app-shell .app-topbar-bell{width:34px;height:34px;color:var(--ink-muted);background:0 0;border:0;border-radius:999px;place-items:center;display:inline-grid}.app-shell .app-topbar-bell:hover{background:var(--hover-bg);color:var(--ink)}.app-shell .app-topbar-bell svg{width:18px;height:18px}.app-shell .app-credits-pill{background:var(--surface-2);height:32px;color:var(--ink-strong);white-space:nowrap;border-radius:999px;align-items:center;gap:8px;padding:0 13px;font-size:13px;font-weight:650;display:inline-flex}.app-shell .app-credits-pill:hover{background:var(--active-bg)}.app-shell .app-credits-pill svg{width:15px;height:15px;color:var(--accent)}.app-shell .app-credits-label{color:var(--ink-muted);font-size:12px;font-weight:600}.app-shell .app-credits-pill strong{color:var(--ink-strong);font:inherit;font-weight:760}.app-shell .user-avatar{color:#fff;background:linear-gradient(135deg,#2bc0ff 0%,#0878ff 100%);border-radius:999px;box-shadow:0 2px 6px -1px #0878ff73}.app-shell .app-topbar-avatar{color:#fff;background:linear-gradient(135deg,#2bc0ff 0%,#0878ff 100%);border-radius:999px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:inline-grid;box-shadow:0 2px 6px -1px #0878ff73}.app-shell .usage-bar-track{background:0 0}.app-shell .usage-bar{background:linear-gradient(#cfe4ff 0%,#b6d6fb 100%);border-radius:6px 6px 3px 3px}.app-shell .usage-bar.is-active{background:linear-gradient(#3a9bff 0%,#0878ff 100%)}.app-shell .user-avatar{font-size:0}.app-shell .sidebar-user-row{align-items:center}.app-shell .sidebar-user-row .channel-menu .sidebar-menu-trigger{width:38px;height:38px;box-shadow:none;color:var(--ink-muted);background:0 0;border:0;border-radius:10px;place-items:center;display:grid}.app-shell .sidebar-user-row .channel-menu .sidebar-menu-trigger:hover{background:var(--hover-bg);color:var(--ink)}.app-shell .channel-menu-trigger{background:0 0;border:0;width:auto;height:auto}.app-shell .channel-menu-trigger svg{width:18px;height:18px}.app-shell .app-data-table{font-variant-numeric:tabular-nums}.app-shell .usage-table th:not(:first-child),.app-shell .usage-table td:not(:first-child){text-align:right}.app-shell .app-button--primary{color:#fff;background:#18181b;border-color:#18181b}.app-shell .app-button--primary:hover{background:#27272a;border-color:#000}.app-shell .integration-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.app-shell .integration-card-shell{border:1px solid var(--hairline);border-radius:14px}.app-shell .integration-card{flex-direction:column;align-items:flex-start;gap:0;min-height:156px;padding:16px;display:flex}.app-shell .integration-card-logo{border:1px solid var(--hairline);background:#fff;border-radius:10px;flex:0 0 40px;width:40px;height:40px;margin-bottom:12px;padding:7px}.app-shell .integration-card-body{flex:auto;width:100%}.app-shell .integration-card-name{font-size:14px}.app-shell .integration-card-meta{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;line-height:1.4;display:-webkit-box;overflow:hidden}.app-shell .integration-card-actions{flex-wrap:wrap;align-items:center;gap:8px;width:100%;margin-top:14px;display:flex}.app-shell .integration-connect-trigger{border:1px solid var(--hairline);min-width:0;min-height:34px;color:var(--ink);background:#fff;border-radius:8px;flex:auto;justify-content:center;font-size:12.5px;font-weight:600}.app-shell .integration-connect-trigger:hover{background:var(--hover-bg)}.app-shell .integration-status.is-connected{flex:1 0 100%;justify-content:flex-start}@media (max-width:640px){.app-shell .integration-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-shell .integration-card-shell{border-radius:10px;min-width:0}.app-shell .integration-card{min-height:164px;padding:12px}.app-shell .integration-card-logo{flex-basis:38px;width:38px;height:38px;margin-bottom:10px}.app-shell .integration-card-name{white-space:normal;overflow-wrap:anywhere;line-height:1.2}.app-shell .integration-card-actions{margin-top:12px}.app-shell .integration-connect-trigger{width:100%;min-height:34px;padding:0 10px}}.app-shell .skill-list{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.app-shell .skill-card,.app-shell .skill-card-head,.app-shell .skill-card-title{min-width:0}.app-shell .skill-card-title strong{text-overflow:ellipsis;overflow:hidden}.app-shell .skill-footer-row{flex-wrap:wrap;gap:8px}.app-shell .skill-promote{max-width:100%}.app-shell .topbar-notify{display:inline-flex;position:relative}.app-shell .topbar-notify-dot{background:#ef4444;border-radius:999px;width:7px;height:7px;position:absolute;top:6px;right:7px;box-shadow:0 0 0 2px #fff}.app-shell .topbar-notify-panel{z-index:40;border:1px solid var(--hairline);background:#fff;border-radius:14px;width:320px;max-width:calc(100vw - 32px);position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 44px -16px #14285052,0 2px 6px #1428500d}.app-shell .topbar-notify-head{border-bottom:1px solid var(--hairline);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.app-shell .topbar-notify-head strong{color:var(--ink-strong);font-size:14px}.app-shell .topbar-notify-clear{color:var(--accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;font-size:12.5px;font-weight:600;display:inline-flex}.app-shell .topbar-notify-clear svg{width:14px;height:14px}.app-shell .topbar-notify-empty{text-align:center;justify-items:center;gap:6px;padding:30px 24px 34px;display:grid}.app-shell .topbar-notify-empty-icon{background:var(--surface-2);width:40px;height:40px;color:var(--ink-muted);border-radius:12px;place-items:center;display:grid}.app-shell .topbar-notify-empty-icon svg{width:18px;height:18px}.app-shell .topbar-notify-empty strong{color:var(--ink-strong);font-size:14px}.app-shell .topbar-notify-empty p{max-width:220px;color:var(--ink-muted);margin:0;font-size:12.5px;line-height:1.45}.app-shell .topbar-notify-list{max-height:360px;margin:0;padding:6px;list-style:none;overflow-y:auto}.app-shell .topbar-notify-list li{border-radius:10px;justify-content:space-between;gap:10px;padding:10px;display:flex}.app-shell .topbar-notify-list li.is-unread{background:#0878ff0d}.app-shell .topbar-notify-list li:hover{background:var(--hover-bg)}.app-shell .topbar-notify-list strong{color:var(--ink-strong);font-size:13px;display:block}.app-shell .topbar-notify-list span{color:var(--ink-muted);font-size:12px}.app-shell .topbar-notify-list time{color:var(--ink-muted);white-space:nowrap;font-size:11px}.app-shell .memory-v2{gap:16px;display:grid}.app-shell .memory-tabs{border:1px solid var(--hairline);background:var(--surface-2);border-radius:11px;gap:6px;width:fit-content;padding:4px;display:inline-flex}.app-shell .memory-tabs button{color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;padding:7px 14px;font-size:13.5px;font-weight:600;display:inline-flex}.app-shell .memory-tabs button.is-active{color:#fff;background:#18181b}.app-shell .memory-tabs button span{opacity:.7;font-size:12px}.app-shell .memory-v2 .memory-search{max-width:440px}.app-shell .memory-list{gap:12px;display:grid}.app-shell .memory-card{border:1px solid var(--hairline);background:#fff;border-radius:14px;gap:8px;padding:16px 18px;display:grid}.app-shell .memory-card-text{color:var(--ink-strong);margin:0;font-size:14.5px;line-height:1.5}.app-shell .memory-card-preview{color:var(--ink-muted);margin:0;font-size:13px;line-height:1.5}.app-shell .memory-card-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.app-shell .memory-card-meta{align-items:center;gap:10px;display:inline-flex}.app-shell .memory-card-time{color:var(--ink-muted);font-size:12px}.app-shell .memory-card .memory-card-actions{opacity:0;gap:4px;transition:opacity .12s;display:inline-flex}.app-shell .memory-card:hover .memory-card-actions,.app-shell .memory-card:focus-within .memory-card-actions{opacity:1}.app-shell .memory-card-action{width:30px;height:30px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:grid}.app-shell .memory-card-action:hover{background:var(--hover-bg);color:var(--ink)}.app-shell .memory-card-action.is-danger:hover{color:#dc2626;background:#fef2f2}.app-shell .memory-card-action svg{width:15px;height:15px}.app-shell .memory-compose-form{gap:14px;display:grid}.app-shell .memory-compose-form .memory-form-field{gap:6px;display:grid}.app-shell .memory-compose-form .memory-form-field>span{color:var(--ink-strong);font-size:13px;font-weight:600}.app-shell .memory-compose-form input,.app-shell .memory-compose-form textarea,.app-shell .memory-compose-form select{border:1px solid var(--hairline);width:100%;color:var(--ink);font:inherit;background:#fff;border-radius:9px;padding:9px 12px;font-size:14px}.app-shell .memory-compose-form textarea{resize:vertical;min-height:64px}.app-shell .memory-compose-actions{gap:8px;margin-top:4px;display:flex}.app-shell .app-brand{font-weight:600}.app-shell .app-nav a{font-weight:450}.app-shell .app-nav a.is-active{font-weight:550}.app-shell .workspace-switcher,.app-shell .workspace-switcher>span,.app-shell .app-sidebar-bottom a,.app-shell .app-sidebar-bottom button{font-weight:460}.app-shell .user-menu-trigger strong{font-weight:550}.app-shell .workspace-initial,.app-shell .user-avatar{font-weight:650}.app-shell .memory-tabs{background:var(--surface-2);border-color:#0000;gap:2px;padding:3px}.app-shell .memory-tabs button{font-weight:500}.app-shell .memory-tabs button.is-active{color:var(--ink-strong);background:#fff;box-shadow:0 1px 2px #141e3c14,0 1px 1px #141e3c0a}.app-shell .memory-tabs button span{min-width:18px;height:18px;color:var(--ink-muted);opacity:1;background:#141e3c0f;border-radius:999px;place-items:center;padding:0 5px;font-size:11px;display:inline-grid}.app-shell .memory-tabs button.is-active span{color:var(--accent);background:#0878ff1f}.app-shell .usage-summary-strip{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:900px){.app-shell .usage-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.app-shell .team-create-form{gap:12px;display:grid}.app-shell .team-create-hint{color:var(--ink-muted);margin:0;font-size:12.5px;line-height:1.5}.app-shell .team-create-actions{gap:8px;margin-top:4px;display:flex}.custom-keys-form{flex-direction:column;gap:14px;display:flex}.custom-keys-form-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}

