@import"https://fonts.googleapis.com/css2?family=Onest:wght@400..800&display=swap";:root{color-scheme:light;--bg: #ffffff;--bg-grid: rgba(28, 31, 36, .045);--panel: rgba(255, 255, 255, .96);--surface: #f8f9f9;--surface-strong: #eef1f2;--text: #202126;--muted: #657786;--soft: #8a969f;--border: #e1e6e8;--border-strong: #cfd8dc;--accent: #edff66;--accent-strong: #dff249;--good: #2f8f54;--danger: #b14b4b;--shadow: 0 18px 45px rgba(34, 35, 40, .06);--font: "Onest", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--control-height: 40px;--control-radius: 11px;--control-padding-x: 20px;--control-gap: 10px;--compact-control-height: 36px;--compact-control-radius: 10px;--compact-control-padding-x: 16px;--app-viewport-height: 100vh;--topbar-height: 58px;--safe-area-top: env(safe-area-inset-top, 0px);--safe-area-right: env(safe-area-inset-right, 0px);--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-left: env(safe-area-inset-left, 0px)}@supports (height: 100dvh){:root{--app-viewport-height: 100dvh}}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--bg);-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;min-width:320px;min-height:var(--app-viewport-height);color:var(--text);font-family:var(--font);font-size:14px;accent-color:var(--accent-strong);overscroll-behavior:none;-webkit-tap-highlight-color:rgba(32,33,38,.08);-webkit-font-smoothing:antialiased;font-feature-settings:"cv11","ss01";text-rendering:geometricPrecision}html[data-app-display-mode=standalone] body{background:var(--bg)}button,input,select{font:inherit}button,select,input{color:inherit}button{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}button:disabled{cursor:progress;opacity:.65}img{display:block;object-fit:cover}.pipeline-app,.auth-screen,.loading-screen{min-height:var(--app-viewport-height);background-color:var(--bg);background-image:radial-gradient(circle,var(--bg-grid) 1px,transparent 1px);background-size:18px 18px}.button{display:inline-flex;min-height:var(--control-height);align-items:center;justify-content:center;gap:var(--control-gap);border-radius:var(--control-radius);border:1px solid var(--border);padding:0 var(--control-padding-x);font-size:13px;font-weight:650;line-height:1;white-space:nowrap}.button svg{flex:0 0 auto;stroke-width:2.25}.button-light{background:var(--panel);color:var(--text)}.button-dark{border-color:#202126;background:#202126;color:#fff;box-shadow:0 8px 18px #2021261f}a.button,a.text-button{text-decoration:none}.danger-text{color:var(--danger)}.compact{min-height:var(--compact-control-height);border-radius:var(--compact-control-radius);padding-inline:var(--compact-control-padding-x);font-size:12px;gap:8px}.brand-mark,.sidebar-logo{display:inline-flex;align-items:center;justify-content:center;color:#202126}.brand-glyph{position:relative;display:inline-block;width:18px;height:18px;color:#202126}.brand-glyph:before,.brand-glyph:after{position:absolute;left:2px;width:14px;height:7px;border-radius:4px;background:currentColor;content:""}.brand-glyph:before{top:2px}.brand-glyph:after{bottom:2px}.brand-glyph.small{width:14px;height:14px}.brand-glyph.small:before,.brand-glyph.small:after{left:1px;width:12px;height:6px}.remote-page{--remote-ink: #1f2223;--remote-muted: #415762;--remote-line: #e5e6e6;--remote-panel: #fafaf9;--remote-soft: #f2f3f3;--remote-lime: #e3ff8f;--remote-dot: rgba(65, 87, 98, .1);min-height:var(--app-viewport-height);overflow-x:hidden;background:#fff;color:var(--remote-ink);font-family:var(--font)}.remote-page a{color:inherit;text-decoration:none}.remote-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 calc((100vw - min(1200px,calc(100vw - 48px)))/2);background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.remote-brand{display:inline-flex;align-items:center;gap:12px;color:var(--remote-ink);font-size:23px;font-weight:500;letter-spacing:-.92px;line-height:27.6px}.remote-nav{display:flex;align-items:center;gap:0}.remote-nav a{display:inline-flex;height:32px;align-items:center;border-radius:6px;padding:0 12px;color:var(--remote-ink);font-size:12px;font-weight:500;line-height:1;transition:background-color .18s ease}.remote-nav a:hover{background:var(--remote-soft)}.remote-actions,.remote-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.remote-menu-button{display:none;width:44px;height:44px;place-items:center;border:0;border-radius:13px;background:#fff;color:var(--remote-ink)}.remote-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:13px;padding:1px 18px 0;gap:10px;font-size:14px;font-weight:500;line-height:1;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.remote-button:hover{transform:translateY(-1px)}.remote-button-light{border-color:var(--remote-line);background:#fff;color:var(--remote-ink)}.remote-button-light:hover{background:#f7f8f8}.remote-button-dark{background:var(--remote-ink);color:#fff}.remote-page .remote-button-dark{color:#fff}.remote-hero{position:relative;display:grid;align-content:start;justify-items:center;min-height:max(1120px,var(--app-viewport-height));padding:0 64px 120px;overflow:hidden;background-color:#102845;background-image:linear-gradient(180deg,#0412207a,#08233d14 44%,#030e1b8f),url(/images/remote/rehire-hero-blue.png);background-position:center;background-size:cover;color:#fff}.remote-home-header{position:absolute;top:0;right:0;left:0;z-index:25;grid-template-columns:auto minmax(0,1fr) auto;height:112px;padding:0 68px;background:transparent;color:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.remote-home-header .remote-brand{color:#fff;font-size:28px;font-weight:650;letter-spacing:-.75px}.remote-home-header .brand-glyph{color:#fff}.remote-home-header .remote-nav{justify-self:end;margin-right:18px;gap:8px}.remote-home-header .remote-nav a{height:44px;border-radius:999px;padding:0 10px;color:#ffffffeb;font-size:18px;font-weight:650}.remote-home-header .remote-nav a:hover{background:#ffffff14}.remote-home-header .remote-actions{transform:none}.remote-top-pill{min-height:50px;border-color:#fffffff5;border-radius:999px;background:#fffffff5;padding-inline:28px;font-size:20px;font-weight:700;box-shadow:0 18px 55px #00000024}.remote-home-header .remote-top-pill{color:#050505}.remote-announcement{display:inline-flex;height:30px;align-self:start;align-items:center;gap:8px;border:1px solid var(--remote-line);border-radius:34px;background:#ffffffeb;padding:0 8px 0 4px;color:var(--remote-muted);font-size:12px;font-weight:500;line-height:1}.remote-announcement span{display:inline-flex;height:22px;align-items:center;border-radius:999px;background:var(--remote-lime);padding:0 10px;color:var(--remote-ink);font-weight:700}.remote-announcement b{color:var(--remote-muted);font-weight:500}.remote-runner{position:absolute;top:294px;left:calc(50% - 548px);width:225px;height:225px;object-fit:contain}.remote-hero-copy{position:relative;z-index:1;display:grid;justify-items:center;margin-top:clamp(350px,44vh,560px)}.remote-hero-copy h1{width:min(1720px,calc(100vw - 96px));margin:0;color:#fff;font-size:clamp(56px,4.65vw,86px);font-weight:500;line-height:1.04;letter-spacing:-1.9px;text-align:center;text-wrap:balance;text-shadow:0 18px 60px rgba(2,16,32,.34)}.remote-hero-copy mark{background:linear-gradient(transparent 58%,var(--remote-lime) 58% 88%,transparent 88%);color:inherit;padding:0 6px 0 4px}.remote-hero-copy p{margin:0;color:#ffffffc2;font-size:18px;font-weight:400;line-height:27.9px;text-align:center}.remote-hero-actions{justify-content:center;margin-top:clamp(58px,7vh,96px)}.remote-hero-actions .remote-button-light{min-height:60px;border-color:#fffffff2;border-radius:14px;background:#fffffff0;padding-inline:28px;color:#111;gap:18px;font-size:clamp(18px,1.24vw,23px);font-weight:650;box-shadow:0 20px 60px #0000002e}.remote-scroll-cue{position:absolute;z-index:2;top:calc(var(--app-viewport-height) - 126px);bottom:auto;left:50%;display:grid;justify-items:center;gap:8px;color:#ffffffc7;font-size:18px;font-weight:650;text-shadow:0 10px 30px rgba(1,17,35,.28);transform:translate(-50%)}.remote-scroll-cue svg{stroke-width:1.6}.remote-hero-product-stage{display:flex;min-height:var(--app-viewport-height);flex-direction:column;align-items:center;background:linear-gradient(180deg,#060708,#151515 40%,#1f1f1f);color:#fff;padding:80px 0}.remote-hero-product-copy{display:grid;justify-items:center;gap:24px;width:min(1120px,calc(100vw - 48px));padding:0 clamp(16px,4vw,64px);text-align:center}.remote-hero-product-copy h2{max-width:1120px;margin:0;color:#fff;font-size:clamp(40px,3.65vw,56px);font-weight:500;line-height:1.1;letter-spacing:-1.4px;white-space:nowrap}.remote-hero-product-copy p{max-width:900px;margin:0;color:#fff9;font-size:clamp(18px,1.4vw,24px);line-height:1.35}.remote-hero-product-frame{width:min(768px,calc(100vw - 48px));aspect-ratio:16 / 9;margin:48px 0 0;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:#111;box-shadow:0 36px 100px #00000061}.remote-hero-product-frame img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.remote-dashboard{position:relative;width:min(1200px,calc(100vw - 48px));margin-top:82px;border:1px solid rgba(229,230,230,.88);border-radius:26px;background:var(--remote-panel);padding:8px;box-shadow:#fff 0 0 0 7px,var(--remote-soft) 0 0 0 8px,0 18px 50px #1f22230d}.remote-hero>.remote-dashboard{margin-top:clamp(360px,42vh,540px)}.remote-window-dots{position:absolute;top:22px;left:30px;display:flex;gap:18px}.remote-window-dots span,.remote-appbar:before{display:block;width:8px;height:8px;border-radius:3px;background:var(--remote-ink)}.remote-check{position:relative;display:block;width:16px;height:16px;border:1px solid var(--remote-line);border-radius:4px;background:#fff}.remote-check.checked{border-color:var(--remote-ink);background:var(--remote-ink)}.remote-check.checked:after{position:absolute;left:4px;top:1px;width:5px;height:8px;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);content:""}.remote-appbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:58px;border-bottom:1px solid var(--remote-line);border-radius:18px 18px 0 0;background:#fff;padding:0 22px 0 78px;color:var(--remote-muted);font-size:14px;line-height:21px}.remote-appbar-left,.remote-appbar-center,.remote-appbar-actions{display:flex;align-items:center}.remote-appbar-left{gap:10px}.remote-nav-icon{display:inline-grid;width:34px;height:34px;place-items:center;border-radius:8px;color:var(--remote-ink)}.remote-nav-icon.active{background:var(--remote-soft)}.remote-appbar-center{gap:8px;font-weight:600}.remote-appbar-center b{color:#a5b0b4;font-weight:500}.remote-appbar-center strong{color:var(--remote-ink);font-weight:650}.remote-appbar-brand,.remote-sparkle{display:inline-grid;width:24px;height:24px;place-items:center;border-radius:50%;background:var(--remote-lime);color:var(--remote-ink)}.remote-appbar-brand .brand-glyph.small{width:12px;height:12px}.remote-appbar-actions{justify-self:end;gap:16px;color:var(--remote-ink)}.remote-appbar-actions img{width:23px;height:23px;border-radius:50%}.remote-dash-content{display:grid;grid-template-columns:52px 1fr;min-height:500px;border-radius:0 0 18px 18px;background:#f8f9f9}.remote-dash-content aside{display:flex;flex-direction:column;align-items:center;border-right:1px solid var(--remote-line);padding:22px 0;background:#fff}.remote-side-logo,.remote-side-cog{display:inline-grid;width:24px;height:24px;place-items:center;color:var(--remote-ink)}.remote-side-spacer{flex:1}.remote-table-panel{overflow:hidden;padding:20px 20px 14px}.remote-table-heading{display:flex;align-items:center;gap:12px}.remote-table-heading img{width:24px;height:24px;border-radius:50%}.remote-table-heading h2{margin:0;color:var(--remote-ink);font-size:28px;font-weight:500;letter-spacing:-.56px;line-height:33.6px}.remote-filter-row{display:flex;gap:8px;margin:14px 0 12px}.remote-filter-row span{display:inline-flex;min-height:32px;align-items:center;gap:8px;border-radius:10px;background:var(--remote-soft);padding:0 12px;color:var(--remote-muted);font-size:14px}.remote-filter-row b{color:var(--remote-ink)}.remote-table-panel table{width:100%;border-collapse:separate;border-spacing:0 5px;color:var(--remote-muted);font-size:13px}.remote-table-panel th{height:30px;padding:0 18px;color:#768282;font-size:12px;font-weight:800;text-align:left}.remote-table-panel th:first-child,.remote-table-panel td:first-child{width:38px;padding-right:0}.remote-table-panel th:last-child,.remote-table-panel td:last-child{width:44px;padding-left:0;text-align:right}.remote-table-panel td{height:50px;padding:0 18px;background:transparent;white-space:nowrap}.remote-table-panel td:last-child{color:var(--remote-ink)}.remote-table-panel tr.selected td{background:#eef0f0}.remote-table-panel tr.selected td:first-child{border-radius:12px 0 0 12px}.remote-table-panel tr.selected td:last-child{border-radius:0 12px 12px 0}.remote-table-panel td:nth-child(2){display:flex;align-items:center;gap:12px}.remote-table-panel td img,.remote-initials{width:39px;height:39px;border-radius:56px;flex:0 0 auto}.remote-initials{display:inline-grid;place-items:center;background:var(--remote-soft);color:var(--remote-ink);font-size:12px;font-weight:700}.remote-table-panel td strong{color:var(--remote-ink);font-size:14px;font-weight:500}.remote-status{display:inline-flex;border:1px solid var(--remote-line);border-radius:6px;background:#f8f9f9;padding:2px 8px 3px;color:var(--remote-muted);font-size:12px;font-weight:650}.remote-role-tag{display:inline-flex;min-height:20px;align-items:center;margin-left:8px;border-radius:5px;background:var(--remote-lime);padding:0 8px;color:var(--remote-ink);font-size:11px;font-weight:750}.remote-role-tag.dark{background:var(--remote-ink);color:#fff}.remote-team-stack{display:inline-flex;align-items:center}.remote-team-stack img,.remote-team-stack span{width:30px;height:30px;margin-left:-4px;border:1px solid var(--remote-line);border-radius:50%;background:#f8f9f9}.remote-team-stack img:first-child,.remote-team-stack span:first-child{margin-left:0}.remote-team-stack span{display:inline-grid;place-items:center;color:var(--remote-ink);font-size:11px;font-weight:650}.remote-trust{display:grid;justify-items:center;width:min(1200px,calc(100vw - 48px));margin:-96px auto 0;gap:30px;text-align:center}.remote-trust p{margin:0;color:var(--remote-muted);font-size:14px;line-height:20px}.remote-trust-logos{display:grid;width:min(680px,100%);grid-template-columns:repeat(6,max-content);align-items:center;justify-content:center;gap:28px 58px;color:#455c68}.remote-trust-logo{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:10px;line-height:1;white-space:nowrap}.remote-trust-logo-bluebird{grid-column:1 / span 2;font-family:SFMono-Regular,Roboto Mono,ui-monospace,monospace;font-size:32px;font-weight:750;letter-spacing:-1.7px}.remote-trust-logo-galaxy{grid-column:3 / span 2;font-family:Georgia,Times New Roman,serif;font-size:38px;font-weight:400;letter-spacing:-1.5px}.remote-trust-logo-berry{grid-column:5 / span 2;font-size:34px;font-weight:500;letter-spacing:-1.2px}.remote-trust-logo-chameleon{grid-column:2 / span 2;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:700;letter-spacing:-1px}.remote-trust-logo-ship{grid-column:4 / span 2;font-size:33px;font-weight:600;letter-spacing:-1px}.remote-logo-berry-icon{position:relative;display:inline-block;width:28px;height:28px;border:2.5px solid currentColor;border-radius:50%;transform:translateY(1px)}.remote-logo-berry-icon:before{position:absolute;top:-9px;left:17px;width:12px;height:12px;border-top:2.5px solid currentColor;border-left:2.5px solid currentColor;border-radius:10px 0 0;transform:rotate(-22deg);content:""}.remote-logo-berry-icon:after{position:absolute;top:8px;left:8px;width:3px;height:3px;border-radius:50%;background:currentColor;box-shadow:8px 2px 0 currentColor,5px 10px 0 currentColor;content:""}.remote-logo-chameleon-icon{display:inline-block;width:23px;height:23px;border-radius:50%;background:currentColor;transform:translateY(2px)}.remote-logo-chameleon-icon:after{display:block;width:7px;height:7px;margin:8px;border-radius:50%;background:#fff;content:""}.remote-small-features{padding:300px 0 96px}.remote-feature-glyph{position:relative;display:block;width:76px;height:84px;margin-bottom:24px}.remote-glyph-triangle,.remote-glyph-circle,.remote-glyph-square{position:absolute;display:block}.remote-glyph-triangle{top:2px;left:7px;width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:30px solid var(--remote-ink);transform:rotate(-5deg)}.remote-glyph-triangle:after{position:absolute;top:-10px;left:-26px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:20px solid #fff;content:""}.remote-glyph-circle{top:29px;right:9px;width:31px;height:31px;border:5px solid var(--remote-ink);border-radius:50%;transform:rotate(14deg)}.remote-glyph-square{bottom:3px;left:25px;width:25px;height:25px;border:5px solid var(--remote-ink);border-radius:5px;transform:rotate(-25deg)}.remote-section-title{display:grid;justify-items:start;gap:18px;width:min(1200px,calc(100vw - 48px));margin:0 auto}.remote-section-title.center{justify-items:center;text-align:center}.remote-section-title.wide{gap:24px}.remote-section-title h2,.remote-integrations h2,.remote-detail-feature h2,.remote-plans h2,.remote-leader h2,.remote-banner h2{margin:0;color:var(--remote-ink);font-size:48px;font-weight:500;line-height:50.4px;letter-spacing:-.96px}.remote-small-features .remote-section-title h2{max-width:720px;font-size:64px;line-height:68px;letter-spacing:-1.92px}.remote-small-features .remote-section-title mark{position:relative;z-index:0;background:none;color:inherit;padding:0 7px 0 3px}.remote-small-features .remote-section-title mark:before{position:absolute;z-index:-1;right:-16px;bottom:3px;left:-7px;height:15px;border-radius:999px 32px 999px 24px;background:var(--remote-lime);clip-path:polygon(0 30%,10% 10%,72% 2%,100% 20%,95% 52%,100% 74%,86% 92%,15% 84%,2% 100%);transform:rotate(-1.4deg);content:""}.remote-small-features .remote-feature-cta{min-height:56px;border-radius:18px;padding:1px 27px 0;gap:14px;font-size:18px;font-weight:600}.remote-section-title p,.remote-integrations p,.remote-detail-feature p,.remote-plans p,.remote-leader p,.remote-banner p{margin:0;color:var(--remote-muted);font-size:18px;line-height:27.9px}.remote-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;width:min(1200px,calc(100vw - 48px));margin:82px auto 0}.remote-mini-card{display:grid;align-content:start;gap:26px}.remote-mini-ui{display:grid;align-content:start;height:208px;min-height:0;overflow:hidden;border:1px solid var(--remote-line);border-radius:16px;background:#fff;box-shadow:0 12px 30px #1f222308;padding:16px}.remote-mini-ui strong{color:var(--remote-ink);font-size:15px;font-weight:650}.remote-mini-ui span{display:flex;min-height:36px;align-items:center;gap:10px;border-radius:10px;color:var(--remote-muted);font-size:14px}.remote-mini-header{display:flex;align-items:center;gap:14px;min-height:64px;border-bottom:1px solid var(--remote-line);margin:-16px -16px 12px;padding:12px 20px}.remote-mini-header div{display:grid;gap:4px}.remote-mini-header small{display:inline-flex;align-items:center;color:var(--remote-muted);font-size:12px;font-weight:650}.remote-mini-badge,.remote-mini-ui.target span i{display:inline-grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--remote-lime);color:var(--remote-ink);font-style:normal;font-weight:750}.remote-mini-list{display:grid;gap:6px}.remote-mini-list i{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--remote-soft);color:var(--remote-muted);font-style:normal}.remote-mini-list i.active{background:var(--remote-ink);color:#fff}.remote-mini-list em{color:var(--remote-muted);font-style:normal}.remote-mini-ui.target{padding:16px 0 0}.remote-mini-ui.target>strong{margin:0 22px 12px;font-size:17px}.remote-mini-progress{height:8px;margin:0 22px 20px;overflow:hidden;border-radius:999px;background:var(--remote-soft)}.remote-mini-progress span{width:50%;min-height:8px;border-radius:inherit;background:var(--remote-ink);display:block}.remote-mini-ui.target>span,.remote-mini-ui.review>span{min-height:58px;border-top:1px solid var(--remote-line);border-radius:0;padding:0 16px}.remote-mini-ui.target>span b{margin-left:auto;border:1px solid var(--remote-line);border-radius:7px;background:#f8f9f9;padding:3px 8px;color:var(--remote-muted);font-size:11px;font-weight:650}.remote-mini-ui.target>span b.dark{border-color:var(--remote-ink);border-radius:7px;background:var(--remote-ink);color:#fff}.remote-mini-ui.review{gap:8px;padding:18px}.remote-review-header{display:flex;min-height:36px;align-items:center;gap:10px;color:var(--remote-ink)}.remote-review-header svg{color:var(--remote-ink)}.remote-mini-ui.review>span{min-height:43px;border:1px solid var(--remote-line);border-radius:10px;background:#fff;padding:0 14px}.remote-mini-ui.review b{display:inline-flex;align-items:center;gap:6px;margin-left:auto;border:1px solid transparent;border-radius:7px;color:var(--remote-muted);font-weight:500}.remote-mini-ui.review b.pdf-pill{border-color:var(--remote-line);background:#fff;padding:3px 8px}.remote-mini-card h3{margin:0;color:var(--remote-ink);font-size:20px;font-weight:600;line-height:24px}.remote-mini-card h3 span{display:inline-block;border-radius:999px;background:var(--remote-lime);padding:2px 6px;font-size:10px;vertical-align:middle}.remote-mini-card p,.remote-mini-card a{margin:0;color:var(--remote-muted);font-size:16px;line-height:24px}.remote-mini-card p{max-width:310px}.remote-mini-card a{width:max-content;min-height:38px;display:inline-flex;align-items:center;border:1px solid var(--remote-line);border-radius:11px;padding:0 14px;color:var(--remote-ink);font-weight:700}.remote-big-feature{display:grid;grid-template-columns:minmax(390px,620px) minmax(0,580px);gap:42px;align-items:center;width:min(1200px,calc(100vw - 48px));margin:128px auto 0}.remote-big-feature.reverse{grid-template-columns:minmax(0,520px) minmax(430px,640px);gap:64px}.remote-activity-card,.remote-onboarding{border-radius:16px;background:#f7f8f8;padding:48px}.remote-activity-card{display:grid;gap:10px;background:var(--remote-lime);padding:50px}.remote-panel-top{display:flex;align-items:center;min-height:76px;gap:12px;border-radius:15px;background:#fff;margin-bottom:0;padding:0 18px}.remote-panel-top strong{margin-right:auto;font-size:18px;font-weight:650}.remote-panel-logo{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--remote-ink);color:#fff}.remote-panel-logo .brand-glyph{color:#fff}.remote-round-button,.remote-report-button{border:0}.remote-round-button{display:inline-grid;width:42px;height:42px;place-items:center;border:1px solid var(--remote-line);border-radius:50%;background:#fff;color:var(--remote-ink)}.remote-report-button{min-height:42px;border-radius:999px;background:var(--remote-ink);color:#fff;padding:0 18px;font-size:15px;font-weight:700}.remote-activity-list{display:grid;gap:2px;border-radius:15px;background:#fff;padding:24px 18px}.remote-activity-row{display:flex;align-items:center;gap:12px;min-height:49px;font-size:15px}.remote-activity-icon{display:inline-grid;width:26px;height:26px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--remote-soft);color:var(--remote-muted)}.remote-activity-icon.lime{background:var(--remote-lime);color:var(--remote-ink)}.remote-activity-icon.dark{background:var(--remote-ink);color:#fff}.remote-activity-icon.pink{background:#fff0f0;color:#f07171}.remote-activity-icon .brand-glyph.small{width:11px;height:11px;color:#fff}.remote-activity-row p{margin:0;color:var(--remote-muted)}.remote-activity-row strong{color:var(--remote-ink);font-weight:750}.remote-inline-person{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--remote-line);border-radius:999px;background:#fff;padding:2px 8px 2px 2px;color:var(--remote-ink);font-weight:650}.remote-inline-person img{width:24px;height:24px;border-radius:50%}.remote-big-copy{display:grid;gap:24px}.remote-kicker{color:var(--remote-ink);font-size:12px;font-weight:800;line-height:14.4px;text-transform:uppercase}.remote-big-copy h2{max-width:532px;margin:0;font-size:40px;font-weight:500;line-height:44px;letter-spacing:-1px}.remote-feature-list{display:grid;grid-template-columns:1fr 1fr;gap:58px 62px;margin-top:142px}.remote-feature-list article{display:grid;gap:8px}.remote-feature-list article>svg{color:var(--remote-ink)}.remote-feature-list h3{margin:0;font-size:18px;font-weight:700;line-height:24px}.remote-feature-list p{margin:0;color:var(--remote-muted);font-size:16px;line-height:24px}.remote-onboarding{display:grid;gap:10px;background-color:#f7f8f8;background-image:radial-gradient(circle,var(--remote-dot) 1px,transparent 1px);background-size:14px 14px;padding:50px 52px}.remote-role-row,.remote-onboarding-card{border-radius:14px;background:#fff}.remote-role-row{display:flex;min-height:58px;align-items:center;gap:12px;color:var(--remote-ink);padding:0 22px;font-size:17px;font-weight:650}.remote-role-row strong{margin-right:4px;font-weight:650}.remote-role-row b,.remote-onboarding-card strong b{display:inline-grid;width:25px;height:25px;place-items:center;border-radius:50%;background:var(--remote-soft);color:var(--remote-ink);font-size:12px;font-weight:650}.remote-role-row svg{margin-left:auto}.remote-role-icon{display:inline-grid;width:35px;height:35px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--remote-lime);color:var(--remote-ink)}.remote-onboarding-card{display:grid;gap:0;padding:0 22px 20px}.remote-onboarding-card>strong{display:flex;align-items:center;gap:12px;min-height:76px;font-size:17px;font-weight:650}.remote-onboarding-card div{display:flex;align-items:center;min-height:50px;border-top:1px solid var(--remote-line);color:var(--remote-muted);font-size:15px}.remote-onboarding-card div>span{color:var(--remote-muted)}.remote-onboarding-card em{margin-left:8px;border:1px solid var(--remote-line);border-radius:6px;background:#fff;padding:2px 7px;color:var(--remote-ink);font-size:12px;font-style:normal;font-weight:650}.remote-onboarding-card i{display:inline-grid;width:24px;height:24px;margin-left:auto;place-items:center;border:1px solid var(--remote-line);border-radius:50%;color:#fff;font-style:normal}.remote-onboarding-card i.checked{border-color:#e2e5e5;background:#e2e5e5}.remote-onboarding-card div:nth-last-child(-n+2) i.checked{border-color:var(--remote-ink);background:var(--remote-ink)}.remote-integrations{position:relative;display:flex;min-height:560px;flex-direction:column;align-items:center;justify-content:center;padding:120px 20px 76px;overflow:hidden;background-image:radial-gradient(circle,var(--remote-dot) 1px,transparent 1px);background-size:16px 16px;text-align:center}.remote-integrations h2{position:relative;z-index:0;max-width:940px;font-size:clamp(58px,5.1vw,96px);font-weight:500;line-height:1.04;letter-spacing:-2.9px}.remote-integrations h2 mark{position:relative;z-index:0;display:inline-block;margin-inline:-7px;padding-inline:9px;background:none;color:inherit}.remote-integrations h2 mark:before{position:absolute;z-index:-1;right:-20px;bottom:.05em;left:-16px;height:.46em;border-radius:999px 36px 999px 30px;background:var(--remote-lime);clip-path:polygon(0 34%,9% 16%,24% 11%,48% 5%,70% 11%,91% 2%,100% 26%,95% 58%,100% 82%,79% 92%,55% 84%,29% 97%,8% 86%);transform:rotate(-1.6deg);content:""}.remote-integrations p{max-width:610px;margin:62px 0 0;color:var(--remote-muted);font-size:clamp(20px,1.55vw,28px);line-height:1.45}.remote-integrations-cta{min-height:72px;margin-top:58px;border-radius:20px;padding:1px 34px 0;gap:28px;font-size:clamp(18px,1.3vw,24px);font-weight:500}.remote-integrations-cta svg{width:20px;height:20px;stroke-width:1.8}.remote-detail-feature{display:grid;gap:96px;padding:170px 0 120px;overflow:hidden;background-image:radial-gradient(circle,var(--remote-dot) 1px,transparent 1px);background-size:16px 16px}.remote-detail-feature .remote-section-title h2{position:relative;z-index:0;max-width:860px;font-size:76px;line-height:80px;letter-spacing:-2.2px}.remote-detail-feature .remote-section-title h2 span{position:relative;display:inline-block}.remote-detail-feature .remote-section-title h2 span:after{position:absolute;z-index:-1;left:-22px;top:-16px;width:270px;height:92px;border:7px solid rgba(227,255,143,.88);border-radius:50%;transform:rotate(-9deg);content:""}.remote-detail-feature .remote-section-title mark{display:inline;background:linear-gradient(transparent 60%,var(--remote-lime) 60% 85%,transparent 85%);color:inherit;padding:0 8px 0 5px}.remote-detail-feature .remote-section-title p{max-width:610px;font-size:24px;line-height:36px}.remote-decision-graphic{position:relative;width:min(1200px,calc(100vw - 48px));min-height:550px;margin:0 auto}.remote-decision-graphic>img{position:absolute;left:430px;top:0;width:340px;height:550px;border-radius:16px;object-fit:cover}.remote-ai-card,.remote-person-stack{position:absolute;border:1px solid var(--remote-line);border-radius:16px;background:#fff;box-shadow:0 16px 40px #1f222312}.remote-ai-card{display:grid;gap:8px;width:310px;padding:18px}.remote-ai-card.top{top:52px;left:210px}.remote-ai-card.bottom{right:120px;bottom:70px}.remote-ai-card span{color:var(--remote-muted);font-size:12px}.remote-ai-card strong{font-size:18px}.remote-ai-card p,.remote-ai-card b{margin:0;color:var(--remote-muted);font-size:13px;line-height:19px}.remote-ai-card b{color:var(--remote-ink);font-weight:600}.remote-person-stack{right:96px;top:40px;display:grid;gap:0;width:300px;padding:14px}.remote-person-stack div{display:flex;align-items:center;gap:12px;min-height:68px}.remote-person-stack img{width:46px;height:46px;border-radius:50px}.remote-person-stack span{display:grid;gap:4px}.remote-person-stack small{color:var(--remote-muted)}.remote-plans{padding:120px 0}.remote-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(1200px,calc(100vw - 48px));margin:56px auto 0;border:1px solid var(--remote-line);border-radius:16px;overflow:hidden}.remote-plan-grid a{position:relative;display:grid;gap:14px;min-height:420px;align-content:end;border-right:1px solid var(--remote-line);padding:34px;transition:background-color .18s ease}.remote-plan-grid a:last-child{border-right:0}.remote-plan-grid a:hover{background:var(--remote-soft)}.remote-plan-grid span{font-size:23px;font-weight:500;letter-spacing:-.92px}.remote-plan-grid p{max-width:270px;color:var(--remote-muted);font-size:14px;line-height:21px}.remote-plan-grid b{position:absolute;top:28px;right:28px;font-size:24px;font-weight:400}.remote-leader{display:grid;width:min(1200px,calc(100vw - 48px));margin:0 auto;padding:120px 0 132px}.remote-leader h2{max-width:600px}.remote-leader-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px}.remote-leader-grid article{display:grid;min-width:0;align-content:start;gap:32px}.remote-leader-media{position:relative;min-height:0;height:clamp(360px,25.4vw,520px);overflow:hidden;border-radius:18px;background:var(--remote-soft)}.remote-leader-media>img{width:100%;height:100%;object-fit:cover}.remote-leader-grid article:first-child .remote-leader-media>img{object-position:center 42%}.remote-signature-card,.remote-country-input,.remote-customer-stack{position:absolute;right:22px;bottom:22px;left:22px}.remote-signature-card{display:grid;min-height:72px;place-items:center;border-radius:18px;background:#fffffff5;box-shadow:0 12px 35px #1f222314}.remote-signature-card span{position:relative;display:block;width:min(260px,76%);padding-bottom:8px;color:#1f2223;font-family:Brush Script MT,Snell Roundhand,cursive;font-size:clamp(28px,2.4vw,43px);line-height:1;text-align:center;transform:rotate(-2.5deg)}.remote-signature-card span:after{position:absolute;right:0;bottom:0;left:0;height:1px;background:#d8dddd;content:""}.remote-customer-stack{display:grid;gap:12px}.remote-leader-grid h3{margin:0;color:var(--remote-ink);font-size:clamp(27px,2vw,38px);font-weight:500;line-height:1.12;letter-spacing:-.84px}.remote-leader-grid p{max-width:440px;margin:14px 0 0;color:var(--remote-muted);font-size:clamp(18px,1.23vw,24px);line-height:1.45}.remote-customer-row{display:flex;align-items:center;gap:15px;min-height:64px;border-radius:18px;background:#fffffff5;padding:10px 15px;color:var(--remote-ink);font-size:clamp(16px,1.16vw,22px);font-weight:500;box-shadow:0 12px 35px #1f222314}.remote-customer-row img{width:44px;height:44px;border-radius:48px}.remote-customer-row span{margin-left:auto;color:var(--remote-muted);font-weight:500}.remote-country-input{display:flex;min-height:70px;align-items:center;gap:14px;border-radius:16px;background:#fffffff5;padding:0 22px;color:var(--remote-muted);font-size:clamp(17px,1.2vw,22px);line-height:1;box-shadow:0 12px 35px #1f222314}.remote-country-input svg{color:var(--remote-ink);stroke-width:1.9}.remote-banner{display:grid;justify-items:center;align-content:center;gap:18px;width:min(1672px,calc(100vw - 188px));min-height:340px;margin:48px auto 64px;border-radius:18px;background-color:#fff;background-image:radial-gradient(circle,var(--remote-dot) 1px,transparent 1px);background-size:16px 16px;padding:42px 24px 48px;text-align:center}.remote-banner h2{font-size:clamp(44px,3.65vw,68px);line-height:1.05;letter-spacing:-1.7px}.remote-banner .remote-kicker{display:inline-flex;align-items:center;gap:12px;margin-bottom:12px;font-size:14px;font-weight:750;letter-spacing:1.8px}.remote-kicker-mark{display:inline-grid;width:34px;height:34px;place-items:center;border-radius:8px;background:var(--remote-lime)}.remote-cta-points{display:flex;align-items:center;justify-content:center;gap:40px;margin-top:12px}.remote-cta-points span{display:inline-flex;align-items:center;gap:12px;color:var(--remote-ink);font-size:clamp(19px,1.25vw,24px);line-height:1}.remote-banner .remote-button{min-height:44px;margin-top:16px;border-radius:13px;padding-inline:22px;gap:14px;font-size:clamp(17px,1.1vw,21px);font-weight:500;box-shadow:0 16px 36px #1f222314}.remote-banner .remote-button svg{width:20px;height:20px;stroke-width:2}.browse-home-stack{display:grid;gap:clamp(72px,9vw,150px);background:#1f1f1f;color:#fff;padding:clamp(68px,8vw,130px) 0 clamp(52px,7vw,96px)}.browse-feature-section{display:grid;grid-template-columns:minmax(380px,1fr) minmax(360px,.92fr);align-items:center;gap:clamp(54px,6vw,112px);width:min(1560px,calc(100vw - 160px));margin:0 auto}.browse-feature-section.reverse{grid-template-columns:minmax(360px,.92fr) minmax(380px,1fr)}.browse-feature-section.reverse .browse-feature-media{order:2}.browse-feature-section.reverse .browse-feature-copy{order:1}.browse-feature-media{min-width:0}.browse-feature-media .remote-activity-card,.browse-feature-media .remote-onboarding{box-shadow:0 28px 90px #00000038}.browse-feature-copy{display:grid;gap:24px}.browse-feature-copy h2{max-width:640px;margin:0;color:#fff;font-size:clamp(52px,4.7vw,84px);font-weight:500;line-height:1;letter-spacing:-2.2px}.browse-feature-copy p{max-width:650px;margin:0;color:#ffffff94;font-size:clamp(22px,1.55vw,30px);line-height:1.35}.browse-home-cta{display:grid;justify-items:center;gap:18px;width:min(1120px,calc(100vw - 80px));margin:clamp(18px,3vw,42px) auto 0;border:1px solid rgba(255,255,255,.09);border-radius:26px;background:radial-gradient(circle,rgba(227,255,143,.16) 1px,transparent 1px),#ffffff09;background-size:16px 16px,auto;padding:clamp(46px,6vw,78px) 28px;text-align:center}.browse-home-cta h2{margin:0;color:#fff;font-size:clamp(46px,5vw,78px);font-weight:500;line-height:1;letter-spacing:-2px}.browse-home-cta p{max-width:620px;margin:0;color:#ffffff9e;font-size:20px;line-height:1.5}.browse-home-cta .remote-cta-points span{color:#ffffffdb}.browse-home-cta .remote-button{min-height:52px;border-radius:15px;padding-inline:24px;gap:14px;color:#111;font-size:18px;font-weight:600}.rehire-feature-shot{overflow:hidden;margin:0;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:#f7fafc;box-shadow:0 30px 90px #0000003d}.rehire-feature-shot img{width:100%;aspect-ratio:16 / 10;object-fit:cover;object-position:left top}.rehire-demo-frame{overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#f5f5f0;box-shadow:0 30px 90px #00000042}.rehire-demo-frame.large{width:min(1120px,calc(100vw - 120px));margin:64px auto 0;border-color:var(--remote-line);box-shadow:0 28px 90px #1f22231f}.rehire-demo-browser{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:42px;border-bottom:1px solid #dfe2dc;background:#fbfbf8;padding:0 14px;color:#3c4548;font-size:12px}.rehire-demo-browser strong{justify-self:center;font-weight:650}.rehire-demo-browser>span{justify-self:end;color:#6c7477;font-weight:650}.rehire-demo-dots{display:flex;gap:7px}.rehire-demo-dots span{width:9px;height:9px;border-radius:50%;background:#d9ded9}.rehire-demo-dots span:first-child{background:#ff6b5e}.rehire-demo-dots span:nth-child(2){background:#ffbf4a}.rehire-demo-dots span:nth-child(3){background:#58c36a}.rehire-demo-body{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:18px;padding:22px}.rehire-demo-frame.large .rehire-demo-body{grid-template-columns:minmax(0,1fr) 320px;padding:30px}.rehire-demo-board,.rehire-demo-side{border:1px solid #dfe2dc;border-radius:16px;background:#fff}.rehire-demo-board{display:grid;gap:18px;padding:20px}.rehire-demo-title{display:flex;align-items:center;gap:12px}.rehire-demo-title>.brand-glyph{display:inline-grid;width:38px;height:38px;place-items:center;border-radius:10px;background:var(--remote-lime);color:var(--remote-ink)}.rehire-demo-title div{display:grid;gap:3px}.rehire-demo-title strong{color:var(--remote-ink);font-size:18px}.rehire-demo-title small,.rehire-demo-columns small,.rehire-demo-side p{color:var(--remote-muted)}.rehire-demo-columns{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rehire-demo-columns article{display:grid;gap:14px;min-height:220px;border:1px solid var(--remote-line);border-radius:14px;background:#fafafa;padding:14px}.rehire-demo-frame.large .rehire-demo-columns article{min-height:300px}.rehire-demo-columns header{display:flex;align-items:center;justify-content:space-between;color:var(--remote-muted);font-size:12px;font-weight:750}.rehire-demo-columns b{display:inline-grid;min-width:24px;height:24px;place-items:center;border-radius:999px;background:var(--remote-lime);color:var(--remote-ink)}.rehire-demo-columns article>div{display:grid;gap:8px;margin-top:auto;border-radius:12px;background:#fff;padding:14px;box-shadow:0 10px 24px #1f22230f}.rehire-demo-side{display:grid;align-content:start;gap:14px;padding:18px}.rehire-demo-side strong{color:var(--remote-ink);font-size:20px}.rehire-demo-side p{margin:0;font-size:14px;line-height:1.5}.rehire-demo-side span{display:flex;align-items:center;gap:8px;min-height:38px;border-top:1px solid var(--remote-line);color:var(--remote-ink);font-size:13px;font-weight:650}.rehire-demo-side button{min-height:42px;border:0;border-radius:12px;background:var(--remote-ink);color:#fff;font-weight:700}.rehire-integration-mock{display:grid;gap:14px;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#fff;padding:34px;color:var(--remote-ink);box-shadow:0 28px 90px #0000003d}.rehire-integration-mock h3{margin:0;font-size:36px;font-weight:600;letter-spacing:-1px}.rehire-integration-mock p{margin:-8px 0 12px;color:var(--remote-muted)}.rehire-integration-mock>div{display:grid;gap:10px}.rehire-integration-mock span{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px;min-height:48px;border:1px solid var(--remote-line);border-radius:12px;padding:0 12px;font-weight:650}.rehire-integration-mock i{display:inline-grid;width:26px;height:26px;place-items:center;border-radius:8px;background:var(--remote-lime);color:var(--remote-ink);font-style:normal}.rehire-integration-mock b{color:var(--remote-muted);font-size:12px}.remote-browse-subpage{background:#fff;background-image:none}.remote-browse-subpage .remote-header{position:sticky;grid-template-columns:auto 1fr auto;width:min(1760px,calc(100vw - 96px));margin:0 auto;padding:0;background:#ffffffeb}.remote-browse-subpage .remote-brand{font-size:28px;font-weight:650}.remote-browse-subpage .remote-nav{justify-self:end;margin-right:26px;gap:8px}.remote-browse-subpage .remote-nav a{height:46px;border-radius:999px;padding-inline:11px;color:#555b60;font-size:18px;font-weight:650}.remote-browse-subpage .remote-actions .remote-button{min-height:50px;border-radius:999px;padding-inline:26px;font-size:18px;font-weight:700}.remote-browse-subpage .remote-actions{transform:none}.browse-sales-hero{display:grid;justify-items:center;width:min(1460px,calc(100vw - 96px));margin:0 auto;padding:clamp(70px,8vw,120px) 0 0;text-align:center}.browse-sales-hero h1,.browse-team-page h1{margin:0;color:var(--remote-ink);font-size:clamp(58px,5vw,86px);font-weight:600;line-height:1;letter-spacing:-3px}.browse-sales-hero p{max-width:760px;margin:28px 0 34px;color:#3c3f44;font-size:clamp(22px,1.8vw,32px);line-height:1.35}.browse-sales-hero>.remote-button{min-height:56px;border-radius:15px;padding-inline:26px;gap:12px;font-size:18px;font-weight:700}.browse-sales-media-frame{overflow:hidden;width:min(1390px,calc(100vw - 288px));aspect-ratio:16 / 9;margin:clamp(64px,6vw,82px) auto clamp(118px,10vw,162px);border:1px solid #d8dcde;border-radius:17px;background:#f7f8f8;box-shadow:0 30px 90px #1f22231f}.browse-sales-media-frame img{width:100%;height:100%;object-fit:cover;object-position:left top}.browse-sales-feature-heading{margin:0 auto 70px;color:var(--remote-ink);font-size:clamp(34px,2.6vw,48px);font-weight:600;line-height:1;letter-spacing:-1.2px;text-align:center}.browse-sales-feature-grid,.browse-sales-split{width:min(1390px,calc(100vw - 288px));margin:0 auto}.browse-sales-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;padding:0 0 128px}.browse-sales-feature-grid article{display:grid;align-content:start;min-height:206px;gap:18px;border-radius:18px;background:#f7f7f7;padding:50px 46px}.browse-sales-feature-grid h2,.browse-sales-split h2,.browse-team-page h2{margin:0;color:var(--remote-ink);font-size:clamp(30px,2.8vw,50px);font-weight:600;line-height:1.04;letter-spacing:-1.4px}.browse-sales-feature-grid h2{font-size:clamp(24px,1.8vw,31px);line-height:1.14;letter-spacing:-.5px}.browse-sales-feature-grid p,.browse-sales-split p,.browse-team-copy p,.browse-join-section p,.browse-founder-grid p{margin:0;color:#565b61;font-size:18px;line-height:1.55}.browse-sales-split{display:grid;grid-template-columns:minmax(0,.78fr) minmax(420px,1fr);gap:58px;align-items:center;padding:0 0 126px}.browse-sales-split>div{display:grid;gap:24px}.browse-sales-split .remote-activity-card{background:var(--remote-lime);box-shadow:0 24px 80px #1f22231f}.browse-team-page{display:grid;gap:38px;width:min(980px,calc(100vw - 96px));margin:0 auto;padding:clamp(74px,8vw,116px) 0 120px}.browse-back-link{color:#6c7075;font-size:18px;font-weight:650}.browse-team-copy{display:grid;gap:24px;margin-bottom:34px}.browse-team-copy p{max-width:920px;font-size:clamp(24px,2vw,31px);line-height:1.44}.browse-founder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(64px,11vw,150px);justify-items:center;margin:2px 0 54px}.browse-founder-grid article{display:grid;justify-items:center;max-width:340px;text-align:center}.browse-founder-grid img{width:176px;height:176px;border-radius:50%;object-fit:cover}.browse-founder-avatar{display:grid;width:176px;height:176px;place-items:center;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(227,255,143,.95),transparent 38%),linear-gradient(135deg,#f8faf8,#dfe8ec 52%,#b8c8d2);color:#151819;font-size:38px;font-weight:750;letter-spacing:0;box-shadow:inset 0 0 0 1px #1f22230f}.browse-founder-grid h3{margin:26px 0 4px;color:var(--remote-ink);font-size:31px;font-weight:600;letter-spacing:-.6px}.browse-founder-grid small{margin-top:16px;color:#666b70;font-size:16px;line-height:1.5}.browse-join-section{display:grid;gap:20px;padding-top:22px}.browse-join-section .remote-button{width:max-content}@media(max-width:1180px){.remote-hero-product-copy h2{white-space:normal}.browse-feature-section,.browse-feature-section.reverse,.browse-sales-split{grid-template-columns:1fr;width:min(940px,calc(100vw - 56px))}.browse-sales-media-frame,.browse-sales-feature-grid{width:min(940px,calc(100vw - 56px))}.browse-feature-section.reverse .browse-feature-media,.browse-feature-section.reverse .browse-feature-copy{order:initial}.browse-feature-copy h2{max-width:780px}.rehire-demo-frame.large{width:min(940px,calc(100vw - 56px))}}@media(max-width:760px){.browse-home-stack{width:760px}.browse-feature-section,.browse-feature-section.reverse,.browse-home-cta,.browse-sales-hero,.browse-sales-media-frame,.browse-sales-feature-grid,.browse-sales-split,.browse-team-page,.remote-browse-subpage .remote-header{width:720px}.browse-sales-feature-grid{grid-template-columns:1fr}.browse-feature-copy h2,.browse-home-cta h2,.browse-sales-hero h1,.browse-team-page h1{font-size:46px;line-height:48px;letter-spacing:-1.2px}.browse-feature-copy p,.browse-sales-hero p,.browse-team-copy p{font-size:19px;line-height:1.45}.rehire-demo-frame.large{width:720px}.rehire-demo-body,.rehire-demo-frame.large .rehire-demo-body,.rehire-demo-columns{grid-template-columns:1fr}.rehire-demo-columns article,.rehire-demo-frame.large .rehire-demo-columns article{min-height:150px}.browse-sales-feature-grid,.browse-founder-grid{grid-template-columns:1fr}}.remote-footer{display:grid;gap:220px;padding:72px 0 40px}.remote-footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;width:min(1200px,calc(100vw - 48px));margin:0 auto}.remote-footer-links nav{display:grid;gap:14px}.remote-footer-links strong{margin-bottom:8px;font-size:12px;font-weight:800}.remote-footer-links a{display:flex;align-items:center;gap:8px;color:var(--remote-muted);font-size:14px;line-height:22px}.remote-footer-links a:hover{color:var(--remote-ink)}.remote-footer-links span{border-radius:999px;background:var(--remote-lime);padding:2px 6px;color:var(--remote-ink);font-size:10px;font-weight:800}.remote-footer-bottom{display:grid;grid-template-columns:1fr minmax(320px,773px) 1fr;align-items:center;gap:28px;width:min(1200px,calc(100vw - 48px));margin:0 auto}.remote-newsletter{display:flex;align-items:center;justify-content:space-between;gap:20px}.remote-newsletter p{max-width:360px;margin:0;color:var(--remote-ink);font-size:23px;font-weight:500;line-height:27.6px;letter-spacing:-.92px}.remote-newsletter button{min-height:40px;border:0;border-radius:12px;background:var(--remote-lime);padding:0 16px;font-size:12px;font-weight:800}.remote-footer-bottom small{justify-self:end;color:var(--remote-muted);font-size:12px;line-height:18px;text-align:right}.remote-subpage{background-color:#fff;background-image:radial-gradient(circle,rgba(65,87,98,.1) 1px,transparent 1px);background-size:16px 16px}.remote-subpage .remote-footer,.remote-subpage .remote-banner,.remote-subpage .remote-trust,.remote-subpage .remote-price-grid,.remote-subpage .remote-story-grid,.remote-subpage .remote-tool-section,.remote-subpage .remote-faq,.remote-subpage .remote-post-grid,.remote-subpage .remote-legal-layout,.remote-subpage .remote-guide-layout,.remote-subpage .remote-changelog,.remote-subpage .remote-values-section,.remote-subpage .remote-jobs-section,.remote-subpage .remote-switching,.remote-subpage .remote-contact-layout,.remote-subpage .remote-testimonial-grid,.remote-subpage .remote-stats-band,.remote-subpage .remote-article,.remote-subpage .remote-letter-section,.remote-subpage .remote-team-section{background:#fff}.remote-sub-hero,.remote-pricing-hero,.remote-contact-hero,.remote-blog-hero,.remote-start-hero,.remote-home2-hero{width:min(1200px,calc(100vw - 48px));margin:0 auto;padding:112px 0 88px}.remote-sub-hero{display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1fr);align-items:center;gap:64px}.remote-sub-hero h1,.remote-pricing-hero h1,.remote-contact-hero h1,.remote-blog-hero h1,.remote-start-hero h1,.remote-home2-hero h1,.remote-article h1,.remote-changelog h1{margin:0;color:var(--remote-ink);font-size:70px;font-weight:500;line-height:70px;letter-spacing:-2.1px}.remote-sub-hero p,.remote-pricing-hero p,.remote-contact-hero p,.remote-blog-hero p,.remote-start-hero p,.remote-home2-hero p,.remote-changelog>p{max-width:560px;margin:22px 0 0;color:var(--remote-muted);font-size:18px;line-height:27.9px}.remote-sub-hero img,.remote-blog-hero img{width:100%;min-height:460px;border-radius:28px;object-fit:cover;box-shadow:0 0 0 8px #fff,0 0 0 9px var(--remote-line)}.remote-story-grid,.remote-letter-section,.remote-tool-section,.remote-team-section,.remote-switching,.remote-values-section,.remote-jobs-section,.remote-contact-layout,.remote-stats-band,.remote-testimonial-grid,.remote-price-grid,.remote-faq,.remote-post-grid,.remote-article,.remote-legal-layout,.remote-guide-layout,.remote-changelog{width:min(1200px,calc(100vw - 48px));margin:0 auto}.remote-story-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:72px;padding:104px 0}.remote-story-grid h2,.remote-letter-section h2,.remote-team-section h2,.remote-tool-section h2,.remote-switching h2,.remote-values-section h2,.remote-jobs-section h2,.remote-contact-layout h2,.remote-faq h2,.remote-article h2{margin:0;color:var(--remote-ink);font-size:48px;font-weight:500;line-height:50.4px;letter-spacing:-.96px}.remote-story-grid p,.remote-letter-section li,.remote-contact-layout p,.remote-switching p,.remote-values-section p,.remote-faq p,.remote-article p,.remote-legal-layout p,.remote-guide-layout p{color:var(--remote-muted);font-size:18px;line-height:27.9px}.remote-trust.compact{margin-top:0;margin-bottom:96px}.remote-quote-panel{display:grid;justify-items:center;gap:42px;min-height:520px;padding:116px 24px;background:var(--remote-ink);color:#fff;text-align:center}.remote-quote-panel h2{max-width:820px;margin:0;color:#fff;font-size:54px;font-weight:500;line-height:59px;letter-spacing:-1.4px}.remote-quote-panel>div,.remote-team-grid,.remote-tool-grid,.remote-contact-cards,.remote-testimonial-grid,.remote-stats-band,.remote-price-grid,.remote-post-grid,.remote-values-section>div{display:grid;gap:24px}.remote-quote-panel>div{grid-template-columns:repeat(2,180px)}.remote-quote-panel article,.remote-team-grid article,.remote-testimonial-grid article,.remote-values-section article{display:grid;gap:10px;border:1px solid var(--remote-line);border-radius:24px;background:#fff;padding:18px;color:var(--remote-ink)}.remote-quote-panel img,.remote-team-grid img{width:100%;aspect-ratio:1;border-radius:18px;object-fit:cover}.remote-quote-panel span,.remote-team-grid p,.remote-testimonial-grid span,.remote-contact-cards span,.remote-jobs-section span,.remote-post-card span,.remote-price-grid article>span,.remote-changelog article span{color:var(--remote-muted);font-size:12px;font-weight:600;line-height:18px}.remote-letter-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:56px;padding:112px 0}.remote-letter-section ul,.remote-price-grid ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.remote-letter-section li{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--remote-line);padding:14px 0}.remote-letter-section span{border-radius:999px;background:var(--remote-lime);padding:4px 10px;color:var(--remote-ink);font-size:12px;font-weight:800}.remote-team-section,.remote-tool-section,.remote-switching,.remote-values-section,.remote-jobs-section,.remote-faq,.remote-changelog{padding:112px 0}.remote-team-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:52px}.remote-team-grid h3,.remote-values-section h3,.remote-faq h3,.remote-post-card h2,.remote-price-grid h2,.remote-switching strong,.remote-jobs-section strong,.remote-changelog h2{margin:0;color:var(--remote-ink);font-size:23px;font-weight:500;line-height:27.6px;letter-spacing:-.92px}.remote-banner.dark{background:var(--remote-ink);color:#fff}.remote-banner.dark h2,.remote-banner.dark p,.remote-banner.dark .remote-kicker{color:#fff}.remote-tool-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:56px}.remote-tool-grid .remote-mini-ui{min-height:310px}.remote-detail-feature.compact{padding-top:70px}.remote-pricing-hero,.remote-contact-hero,.remote-start-hero,.remote-changelog{text-align:center}.remote-pricing-hero p,.remote-contact-hero p,.remote-start-hero p,.remote-changelog>p{margin-right:auto;margin-left:auto}.remote-price-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;padding-bottom:104px}.remote-price-grid article{display:grid;align-content:start;gap:18px;min-height:510px;border:1px solid var(--remote-line);border-radius:28px;background:#fff;padding:32px}.remote-price-grid article.featured{background:var(--remote-lime);border-color:#cfe957}.remote-price-grid h2{font-size:64px;line-height:64px;letter-spacing:-1.8px}.remote-price-grid p,.remote-price-grid li{color:var(--remote-muted);font-size:14px;line-height:21px}.remote-price-grid .remote-button{width:max-content;margin:8px 0}.remote-price-grid li:before{content:"";display:inline-block;width:8px;height:8px;margin-right:9px;border-radius:3px;background:var(--remote-ink)}.remote-switching{display:grid;justify-items:center;gap:42px;text-align:center}.remote-switching>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%}.remote-switching article{border:1px solid var(--remote-line);border-radius:22px;padding:28px;text-align:left}.remote-contact-cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:690px;margin:44px auto 0}.remote-contact-cards a{display:grid;gap:8px;border:1px solid var(--remote-line);border-radius:22px;background:#fff;padding:22px;text-align:left}.remote-contact-cards strong{font-size:18px}.remote-contact-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);gap:56px;padding:40px 0 112px}.remote-contact-form{display:grid;gap:14px;border:1px solid var(--remote-line);border-radius:28px;background:#fff;padding:28px}.remote-contact-form label{display:grid;gap:8px;color:var(--remote-muted);font-size:12px;font-weight:700}.remote-contact-form input,.remote-contact-form textarea{min-height:46px;border:1px solid var(--remote-line);border-radius:12px;background:#fff;padding:0 14px;color:var(--remote-ink);font:inherit}.remote-contact-form textarea{min-height:140px;padding-top:14px;resize:vertical}.remote-faq{display:grid;grid-template-columns:minmax(260px,.55fr) minmax(0,1fr);gap:56px}.remote-faq>div{display:grid;gap:14px}.remote-faq article{border:1px solid var(--remote-line);border-radius:18px;background:#fff;padding:22px}.remote-blog-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1fr);align-items:center;gap:54px}.remote-blog-hero article{display:grid;gap:18px}.remote-blog-hero span,.remote-article>span{width:max-content;border-radius:999px;background:var(--remote-lime);padding:5px 10px;color:var(--remote-ink);font-size:12px;font-weight:800}.remote-post-grid{grid-template-columns:repeat(3,minmax(0,1fr));padding:16px 0 112px}.remote-post-card{display:grid;gap:14px;border:1px solid var(--remote-line);border-radius:24px;background:#fff;padding:14px}.remote-post-card img{width:100%;aspect-ratio:1.18;border-radius:18px;object-fit:cover}.remote-article{display:grid;justify-items:start;max-width:820px;gap:24px;padding:104px 0}.remote-article img{width:100%;max-height:460px;border-radius:28px;object-fit:cover}.remote-home2-hero{display:grid;gap:54px;justify-items:center;text-align:center}.remote-home2-hero>div{display:grid;justify-items:center}.remote-home2-hero .remote-dashboard{margin-top:12px}.remote-stats-band{grid-template-columns:repeat(2,minmax(0,1fr));padding:24px 0 96px}.remote-stats-band article{border:1px solid var(--remote-line);border-radius:28px;background:var(--remote-lime);padding:42px;text-align:center}.remote-stats-band h2{margin:0;font-size:70px;line-height:70px;letter-spacing:-2.1px}.remote-stats-band p,.remote-testimonial-grid p{margin:12px 0 0;color:var(--remote-muted);font-size:18px;line-height:27.9px}.remote-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding-bottom:112px}.remote-testimonial-grid article{padding:32px}.remote-values-section>div{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:50px}.remote-values-section article{min-height:230px;padding:28px}.remote-jobs-section{display:grid;gap:42px}.remote-jobs-section>div{display:grid;border-top:1px solid var(--remote-line)}.remote-jobs-section a{display:grid;grid-template-columns:1fr auto;align-items:center;gap:24px;border-bottom:1px solid var(--remote-line);padding:22px 0}.remote-legal-layout,.remote-guide-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:72px;padding:104px 0}.remote-legal-layout aside,.remote-guide-layout aside{position:sticky;top:92px;align-self:start;display:grid;gap:10px;border:1px solid var(--remote-line);border-radius:20px;background:#fff;padding:16px}.remote-legal-layout aside a,.remote-guide-layout aside a{border-radius:10px;padding:10px 12px;color:var(--remote-muted);font-size:13px;font-weight:700}.remote-legal-layout aside a:hover,.remote-guide-layout aside a:hover{background:var(--remote-soft);color:var(--remote-ink)}.remote-legal-layout article,.remote-guide-layout>div{display:grid;gap:32px}.remote-legal-layout h1{margin:0;font-size:58px;font-weight:500;line-height:60px;letter-spacing:-1.6px}.remote-legal-layout section,.remote-guide-layout article{border-bottom:1px solid var(--remote-line);padding-bottom:28px}.remote-legal-layout h2,.remote-guide-layout h2{margin:0 0 12px;color:var(--remote-ink);font-size:30px;font-weight:500;line-height:34px;letter-spacing:-.6px}.remote-start-hero{display:grid;justify-items:center;gap:18px}.remote-start-hero p{margin-top:0}.remote-changelog{display:grid;justify-items:center}.remote-changelog>div{display:grid;gap:18px;width:min(820px,100%);margin-top:56px;text-align:left}.remote-changelog article{border:1px solid var(--remote-line);border-radius:22px;background:#fff;padding:28px}.remote-changelog article p{margin:12px 0 0;color:var(--remote-muted);font-size:16px;line-height:24px}@media(max-width:1180px){.remote-header{grid-template-columns:auto 1fr auto;padding:0 28px}.remote-nav{display:none}.remote-menu-button{display:grid}.remote-hero{min-height:1052px;padding-top:96px}.remote-runner{top:356px;left:24px;width:145px;height:145px}.remote-dashboard{width:calc(100vw - 48px);margin-top:70px;overflow:hidden}.remote-window-dots{top:17px;left:26px;gap:14px}.remote-window-dots span,.remote-appbar:before{width:6px;height:6px;border-radius:2px}.remote-appbar{height:38px;border-radius:14px 14px 0 0;padding:0 16px 0 62px;font-size:10px;line-height:16px}.remote-nav-icon{width:26px;height:26px;border-radius:7px}.remote-appbar-brand,.remote-sparkle{width:18px;height:18px}.remote-appbar-actions{gap:12px}.remote-appbar-actions img{width:18px;height:18px}.remote-dash-content{grid-template-columns:46px minmax(680px,1fr);min-height:326px;overflow:hidden}.remote-dash-content aside{padding:17px 0}.remote-table-panel{min-width:680px;padding:13px 13px 8px}.remote-table-heading{gap:9px}.remote-table-heading img{width:19px;height:19px}.remote-table-heading h2{font-size:20px;line-height:24px;letter-spacing:-.4px}.remote-filter-row{gap:6px;margin:8px 0 7px}.remote-filter-row span{min-height:22px;border-radius:7px;padding:0 8px;font-size:10px}.remote-table-panel table{border-spacing:0 4px;font-size:10px}.remote-table-panel th{height:20px;padding:0 11px;font-size:9px}.remote-table-panel th:first-child,.remote-table-panel td:first-child{width:28px}.remote-table-panel th:last-child,.remote-table-panel td:last-child{width:32px}.remote-table-panel td{height:31px;padding:0 11px}.remote-table-panel td:nth-child(2){gap:8px}.remote-table-panel td img,.remote-initials{width:24px;height:24px}.remote-initials{font-size:9px}.remote-table-panel td strong{font-size:10px}.remote-check{width:11px;height:11px;border-radius:3px}.remote-check.checked:after{left:3px;top:1px;width:3px;height:5px;border-width:0 1.2px 1.2px 0}.remote-status{border-radius:4px;padding:1px 5px 2px;font-size:9px}.remote-role-tag{min-height:14px;margin-left:4px;border-radius:4px;padding:0 5px;font-size:8px}.remote-team-stack img,.remote-team-stack span{width:20px;height:20px;font-size:8px}.remote-trust-logos{width:min(620px,100%);grid-template-columns:repeat(6,max-content);height:auto;gap:18px 30px}.remote-feature-grid,.remote-leader-grid{grid-template-columns:1fr}.remote-mini-card{grid-template-columns:minmax(280px,.75fr) minmax(0,1fr);align-items:center;gap:22px}.remote-mini-card h3,.remote-mini-card p,.remote-mini-card a{grid-column:2}.remote-mini-ui{grid-row:1 / span 3}.remote-big-feature,.remote-big-feature.reverse{grid-template-columns:1fr;gap:48px}.remote-big-feature.reverse .remote-big-copy{order:1}.remote-big-feature.reverse .remote-onboarding{order:2}.remote-feature-list{margin-top:42px}.remote-activity-card,.remote-onboarding{padding:32px}.remote-decision-graphic{min-height:700px}.remote-decision-graphic>img{left:calc(50% - 170px)}.remote-ai-card.top{top:40px;left:30px}.remote-ai-card.bottom{right:30px;bottom:28px}.remote-person-stack{right:calc(50% - 150px);top:570px}.remote-plan-grid{grid-template-columns:1fr}.remote-plan-grid a{min-height:190px;border-right:0;border-bottom:1px solid var(--remote-line)}.remote-plan-grid a:last-child{border-bottom:0}.remote-leader-grid article{min-height:0}.remote-leader-media{height:420px}.remote-leader-grid h3{margin-top:0}.remote-footer{gap:120px}.remote-footer-bottom{grid-template-columns:1fr}.remote-newsletter{justify-content:flex-start}.remote-footer-bottom small{justify-self:start;text-align:left}.remote-sub-hero,.remote-blog-hero,.remote-contact-layout,.remote-story-grid,.remote-letter-section,.remote-legal-layout,.remote-guide-layout{grid-template-columns:1fr}.remote-sub-hero img,.remote-blog-hero img{min-height:360px}.remote-team-grid,.remote-tool-grid,.remote-post-grid,.remote-values-section>div{grid-template-columns:repeat(2,minmax(0,1fr))}.remote-price-grid,.remote-switching>div{grid-template-columns:1fr}.remote-price-grid article{min-height:0}.remote-legal-layout aside,.remote-guide-layout aside{position:static}}@media(max-width:760px){.remote-page{min-width:760px}.remote-header{width:760px;height:64px;min-height:64px;grid-template-columns:auto 1fr auto;gap:0;padding:0 24px}.remote-brand{font-size:21px}.remote-nav{display:none}.remote-actions{display:flex;transform:translate(-110px)}.remote-button{min-height:44px;border-radius:13px;padding-inline:18px}.remote-hero{min-height:auto;width:760px;padding:96px 20px 88px}.remote-announcement{max-width:calc(100vw - 40px);font-size:11px;transform:translate(-150px)}.remote-runner{display:none}.remote-hero-copy h1{width:430px;margin-top:18px;font-size:48px;line-height:48px;letter-spacing:-1.44px;transform:translate(-40px)}.remote-hero-copy{transform:translate(-96px)}.remote-hero-copy p{font-size:16px;line-height:24px;transform:translate(-55px)}.remote-hero-actions{transform:translate(-12px)}.remote-dashboard{width:720px;margin-top:42px;margin-bottom:-222px;border-radius:20px;transform:scale(.61);transform-origin:top left}.remote-appbar{grid-template-columns:1fr auto 1fr;gap:0;height:42px;padding:0 16px 0 58px}.remote-appbar span,.remote-appbar div:last-child,.remote-window-dots{display:flex}.remote-dash-content{grid-template-columns:46px minmax(640px,1fr)}.remote-dash-content aside{display:flex}.remote-table-panel{min-width:640px}.remote-trust{margin-top:0;width:720px}.remote-trust-logos{width:620px;gap:18px 34px}.remote-small-features,.remote-plans,.remote-leader,.remote-detail-feature{padding:154px 0 84px}.remote-section-title,.remote-feature-grid,.remote-big-feature,.remote-leader,.remote-plan-grid,.remote-decision-graphic,.remote-sub-hero,.remote-pricing-hero,.remote-contact-hero,.remote-blog-hero,.remote-start-hero,.remote-home2-hero,.remote-story-grid,.remote-letter-section,.remote-tool-section,.remote-team-section,.remote-switching,.remote-values-section,.remote-jobs-section,.remote-contact-layout,.remote-stats-band,.remote-testimonial-grid,.remote-price-grid,.remote-faq,.remote-post-grid,.remote-article,.remote-legal-layout,.remote-guide-layout,.remote-changelog,.remote-footer-links,.remote-footer-bottom{width:calc(100vw - 40px)}.remote-section-title h2,.remote-integrations h2,.remote-detail-feature h2,.remote-plans h2,.remote-leader h2,.remote-banner h2{font-size:36px;line-height:39.6px;letter-spacing:-.72px}.remote-small-features .remote-section-title h2,.remote-big-copy h2{font-size:32px;line-height:35.2px;letter-spacing:-.64px}.remote-section-title p,.remote-integrations p,.remote-detail-feature p,.remote-plans p,.remote-leader p,.remote-banner p,.remote-sub-hero p,.remote-pricing-hero p,.remote-contact-hero p,.remote-blog-hero p,.remote-start-hero p,.remote-home2-hero p,.remote-story-grid p,.remote-contact-layout p,.remote-faq p,.remote-article p,.remote-guide-layout p,.remote-legal-layout p{font-size:16px;line-height:24px}.remote-sub-hero h1,.remote-pricing-hero h1,.remote-contact-hero h1,.remote-blog-hero h1,.remote-start-hero h1,.remote-home2-hero h1,.remote-article h1,.remote-changelog h1{max-width:360px;margin-right:auto;margin-left:auto;font-size:42px;line-height:43px;letter-spacing:-1.1px}.remote-pricing-hero p,.remote-contact-hero p,.remote-blog-hero p,.remote-start-hero p,.remote-home2-hero p,.remote-changelog>p{max-width:360px}.remote-story-grid h2,.remote-letter-section h2,.remote-team-section h2,.remote-tool-section h2,.remote-switching h2,.remote-values-section h2,.remote-jobs-section h2,.remote-contact-layout h2,.remote-faq h2,.remote-article h2,.remote-quote-panel h2{font-size:34px;line-height:37px;letter-spacing:-.68px}.remote-sub-hero,.remote-pricing-hero,.remote-contact-hero,.remote-blog-hero,.remote-start-hero,.remote-home2-hero{padding:70px 0 64px}.remote-sub-hero img,.remote-blog-hero img{min-height:260px;border-radius:22px}.remote-story-grid,.remote-letter-section,.remote-tool-section,.remote-team-section,.remote-switching,.remote-values-section,.remote-jobs-section,.remote-faq,.remote-article,.remote-legal-layout,.remote-guide-layout,.remote-changelog{padding:72px 0}.remote-team-grid,.remote-tool-grid,.remote-contact-cards,.remote-stats-band,.remote-testimonial-grid,.remote-post-grid,.remote-values-section>div,.remote-faq,.remote-jobs-section a{grid-template-columns:1fr}.remote-contact-layout,.remote-price-grid{padding-bottom:72px}.remote-price-grid h2,.remote-stats-band h2{font-size:46px;line-height:48px}.remote-quote-panel{min-height:auto;padding:76px 20px}.remote-quote-panel>div{grid-template-columns:1fr;width:min(220px,100%)}.remote-feature-grid{gap:28px;margin-top:48px}.remote-mini-card{grid-template-columns:1fr}.remote-mini-card h3,.remote-mini-card p,.remote-mini-card a,.remote-mini-ui{grid-column:auto;grid-row:auto}.remote-big-feature{margin-top:84px}.remote-activity-card,.remote-onboarding{padding:20px}.remote-feature-list{grid-template-columns:1fr;gap:24px}.remote-integrations{min-height:420px;padding:68px 20px 56px}.remote-integrations h2{max-width:620px;font-size:48px;line-height:52px;letter-spacing:-1.35px}.remote-integrations p{max-width:430px;margin-top:34px;font-size:18px;line-height:27px}.remote-integrations-cta{min-height:58px;margin-top:34px;border-radius:17px;padding-inline:27px;gap:18px;font-size:18px}.remote-decision-graphic{display:grid;gap:16px;min-height:0}.remote-decision-graphic>img,.remote-ai-card,.remote-person-stack{position:static;width:100%}.remote-decision-graphic>img{height:420px}.remote-plan-grid a{min-height:160px;padding:28px}.remote-leader{gap:42px}.remote-banner{width:calc(100vw - 40px);min-height:300px;margin:36px auto 48px;padding:36px 20px 40px}.remote-banner .remote-kicker{font-size:11px;letter-spacing:1.3px}.remote-cta-points{flex-wrap:wrap;gap:18px 28px;margin-top:6px}.remote-cta-points span{font-size:18px}.remote-banner .remote-button{min-height:44px;margin-top:12px;border-radius:13px;font-size:17px}.remote-footer{gap:78px;padding-top:56px}.remote-footer-links{grid-template-columns:1fr}.remote-newsletter{display:grid}}@media(max-width:430px){.remote-header{padding-inline:14px}.remote-nav a{padding-inline:10px}.remote-hero{padding:96px 14px 88px}.remote-hero-copy h1{width:520px;font-size:48px;line-height:48px;letter-spacing:-1.44px}.remote-runner{display:none}.remote-sub-hero h1,.remote-pricing-hero h1,.remote-contact-hero h1,.remote-blog-hero h1,.remote-start-hero h1,.remote-home2-hero h1,.remote-article h1,.remote-changelog h1{max-width:270px;margin-right:auto;margin-left:auto;font-size:32px;line-height:34px;letter-spacing:-.8px}.remote-pricing-hero p,.remote-contact-hero p,.remote-blog-hero p,.remote-start-hero p,.remote-home2-hero p,.remote-changelog>p{max-width:300px}.remote-hero-actions{width:auto}.remote-hero-actions .remote-button{flex:0 0 auto}.remote-table-panel{min-width:680px}.remote-dashboard{width:720px;margin-bottom:-222px;transform:scale(.61);transform-origin:top left}.remote-section-title,.remote-feature-grid,.remote-big-feature,.remote-leader,.remote-plan-grid,.remote-decision-graphic,.remote-footer-links,.remote-footer-bottom,.remote-trust,.remote-sub-hero,.remote-pricing-hero,.remote-contact-hero,.remote-blog-hero,.remote-start-hero,.remote-home2-hero,.remote-story-grid,.remote-letter-section,.remote-tool-section,.remote-team-section,.remote-switching,.remote-values-section,.remote-jobs-section,.remote-contact-layout,.remote-stats-band,.remote-testimonial-grid,.remote-price-grid,.remote-faq,.remote-post-grid,.remote-article,.remote-legal-layout,.remote-guide-layout,.remote-changelog{width:calc(100vw - 28px)}}.loading-screen,.auth-screen{display:grid;place-items:center;padding:32px}.loading-screen{gap:16px;color:var(--muted)}.loading-screen .brand-mark{width:48px;height:48px;border-radius:14px;background:var(--accent)}.auth-panel{width:min(460px,100%);border:1px solid var(--border);border-radius:18px;background:#ffffffdb;box-shadow:var(--shadow);padding:34px}.auth-brand{display:flex;align-items:center;gap:10px;margin-bottom:36px;font-size:22px}.auth-brand .brand-mark{width:34px;height:34px;border-radius:10px;background:var(--accent)}.auth-panel h1{max-width:390px;margin:0;font-size:48px;line-height:.98;letter-spacing:0}.auth-panel p{margin:16px 0 24px;color:var(--muted);font-size:16px;line-height:1.45}.onboarding-screen{min-height:var(--app-viewport-height);display:grid;place-items:center;padding:32px}.onboarding-panel{width:min(720px,100%);border:1px solid var(--border);border-radius:18px;background:#ffffffeb;box-shadow:var(--shadow);padding:24px}.onboarding-brand{margin-bottom:22px}.onboarding-progress{display:flex;gap:8px;margin-bottom:22px}.onboarding-progress span{display:grid;width:28px;height:28px;place-items:center;border:1px solid var(--border);border-radius:9px;background:#fff;color:var(--muted);font-size:12px;font-weight:750}.onboarding-progress span.active{border-color:#d9fb65;background:var(--accent);color:var(--text)}.onboarding-copy{display:grid;gap:8px;margin-bottom:20px}.onboarding-copy small{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.onboarding-copy h1{max-width:560px;margin:0;font-size:38px;line-height:1.02;letter-spacing:0}.onboarding-copy p{max-width:540px;margin:0;color:var(--muted);font-size:14px;line-height:1.45;font-weight:560}.onboarding-form{display:grid;gap:14px}.onboarding-form label{display:grid;gap:8px;color:var(--muted);font-size:12px;font-weight:700}.onboarding-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.onboarding-form input,.onboarding-form select{height:42px;min-width:0;border:1px solid var(--border);border-radius:10px;background:#fff;padding:0 12px;color:var(--text);outline:0}.source-picker,.onboarding-actions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.source-picker button,.onboarding-actions-grid>button:not(.onboarding-back){display:grid;min-height:72px;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:10px;border:1px solid var(--border);border-radius:11px;background:#fff;padding:12px;text-align:left}.source-picker button.selected{border-color:#d9fb65;background:#f8ffd8}.onboarding-actions-grid>button:not(.onboarding-back){grid-template-columns:34px minmax(0,1fr);align-content:start;row-gap:4px}.onboarding-actions-grid>button:not(.onboarding-back)>span{display:grid;grid-row:1 / span 2;width:32px;height:32px;place-items:center;border-radius:10px;background:#f4f7f7}.onboarding-actions-grid strong{display:block;color:var(--text);font-size:13px;font-weight:780}.onboarding-actions-grid small{display:block;grid-column:2;margin-top:3px;color:var(--muted);font-size:11.5px;line-height:1.35;font-weight:600}.onboarding-back{justify-self:start}.onboarding-form-actions{display:flex;justify-content:space-between;gap:10px;margin-top:4px}.auth-form{display:grid;gap:14px}.auth-form label{display:grid;gap:8px;color:var(--muted);font-size:13px;font-weight:600}.auth-form input{height:46px;border:1px solid var(--border);border-radius:11px;background:#fff;padding:0 14px;color:var(--text)}.form-error{margin:0;color:var(--danger)}.text-button{margin-top:18px;border:0;background:transparent;color:var(--muted);font-weight:600}.pipeline-app{display:grid;grid-template-columns:68px minmax(0,1fr);height:var(--app-viewport-height);overflow:hidden}.sidebar{position:sticky;top:0;z-index:10;display:flex;height:var(--app-viewport-height);flex-direction:column;align-items:center;border-right:1px solid var(--border);background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:18px 0}.sidebar-logo{width:34px;height:34px;margin-bottom:34px;border-radius:10px;background:var(--accent)}.sidebar nav{display:grid;gap:12px}.nav-item{display:grid;width:36px;height:36px;place-items:center;border:0;border-radius:10px;background:transparent;color:#2f373d}.nav-item.active{background:var(--accent)}.nav-item.bottom{margin-top:auto}.workspace{min-width:0;height:var(--app-viewport-height);max-height:none;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.topbar{position:sticky;top:0;z-index:9;display:grid;grid-template-columns:auto auto minmax(280px,1fr) auto;align-items:center;gap:20px;height:var(--topbar-height);border-bottom:1px solid var(--border);background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:0 24px}.wordmark,.workspace-switcher,.profile-chip,.global-search,.top-actions{display:flex;align-items:center}.wordmark{gap:8px;font-size:18px;letter-spacing:0}.workspace-switcher{gap:9px;height:36px;border:1px solid var(--border);border-radius:var(--compact-control-radius);background:var(--panel);padding:0 14px;font-size:13px;font-weight:600}.global-search{justify-self:center;width:min(100%,412px);height:36px;gap:10px;border:1px solid var(--border);border-radius:var(--control-radius);background:#fff;padding:0 12px}.global-search input,.candidate-search input,.comment-form input,.schedule-form input{width:100%;min-width:0;border:0;outline:0;background:transparent}.global-search kbd{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;height:22px;border:1px solid var(--border);border-radius:6px;background:#f4f6f6;padding:0 7px;color:var(--soft);font-size:11px;font-weight:500;line-height:1;letter-spacing:.02em;white-space:nowrap}.top-actions{justify-content:flex-end;gap:12px}.top-actions>button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:50%;background:transparent}.top-actions .notify{position:relative}.top-actions .notify:after{content:none}.notification-count{position:absolute;top:1px;right:-2px;display:grid;min-width:16px;height:16px;place-items:center;border:2px solid #fff;border-radius:999px;background:var(--accent);color:#202126;font-size:9px;font-weight:800}.profile-chip{gap:9px}.profile-chip img{width:34px;height:34px;border-radius:50%}.profile-chip span{display:grid;gap:2px}.profile-chip strong{font-size:12.5px}.profile-chip small{color:var(--muted);font-size:11.5px}.workspace-body{display:grid;grid-template-columns:minmax(0,1fr) clamp(360px,25.2vw,386px);align-items:stretch;min-height:calc(var(--app-viewport-height) - var(--topbar-height))}.main-panel{min-width:0;padding:22px 28px 24px}.page-roles .main-panel{display:flex;min-height:calc(var(--app-viewport-height) - var(--topbar-height));flex-direction:column}.role-header{margin-bottom:17px}.role-catalog-trigger{display:inline-flex;align-items:center;height:34px;gap:8px;border:1px solid var(--border);border-radius:10px;background:#ffffffeb;color:var(--text);padding:0 11px;font-size:12.5px;font-weight:700}.role-catalog-trigger svg{color:#34424a}.role-catalog-trigger small{display:inline-grid;min-width:20px;height:20px;place-items:center;border-radius:999px;background:var(--accent);color:#25300a;font-size:10.5px;font-weight:800}.role-title-line{display:flex;align-items:start;gap:14px;margin-top:16px}.role-title-line h1{margin:0;font-size:30px;line-height:1.05;letter-spacing:0;font-weight:650}.role-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:14px;color:var(--muted);font-size:12px;font-weight:600}.role-meta span{display:inline-flex;align-items:center;gap:6px}.status-pill{display:inline-flex;align-items:center;gap:8px;height:28px;border:1px solid var(--border);border-radius:999px;background:#fff;padding:0 12px;color:#40505c;font-size:12px;font-weight:650;margin-top:4px}.status-pill span{width:7px;height:7px;border-radius:50%;background:var(--good)}.icon-only{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--border);border-radius:50%;background:#fff}.role-actions{display:flex;margin-left:auto;gap:14px}.metrics{display:grid;grid-template-columns:repeat(5,minmax(110px,1fr));overflow:hidden;border:1px solid var(--border);border-radius:13px;background:#ffffffeb}.metrics article{min-height:62px;border-right:1px solid var(--border);padding:11px 24px}.metrics article:last-child{border-right:0}.metrics small,.drawer-section .section-title span{display:block;color:var(--muted);font-size:11px;font-weight:600}.metrics strong{display:inline-block;margin-top:5px;font-size:20px;font-weight:500}.metrics span{margin-left:8px;color:var(--muted);font-size:12px}.metrics .metric-accent{display:inline-flex;min-width:28px;height:28px;align-items:center;justify-content:center;border-radius:50%;background:var(--accent);color:var(--text);font-weight:700}.toolbar{display:flex;align-items:center;gap:12px;margin:20px 0 16px}.candidate-search,.toolbar select,.drawer-footer select{height:36px;border:1px solid var(--border);border-radius:var(--compact-control-radius);background:#fff}.candidate-search{display:flex;width:236px;align-items:center;gap:9px;padding:0 12px}.toolbar select{min-width:112px;padding:0 12px;font-size:12px}.view-toggle{display:flex;margin-left:auto;overflow:hidden;border:1px solid var(--border);border-radius:var(--control-radius);background:#fff}.view-toggle button{display:grid;width:34px;height:34px;place-items:center;border:0;background:transparent;padding:0}.view-toggle button.active{background:var(--accent)}.pipeline-board{display:grid;grid-template-columns:176px 224px minmax(190px,1fr) 176px 190px;gap:12px;align-items:start}.stage-column{min-width:0}.stage-column.over header{border-color:var(--accent-strong);background:var(--accent)}.stage-column header{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;height:36px;border:1px solid var(--border);border-radius:9px;background:#f8fafa;padding:0 12px;font-size:13px;font-weight:650}.stage-column header small{color:var(--muted)}.stage-list{display:grid;gap:9px;margin-top:9px}.candidate-card{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:4px 10px;min-height:74px;width:100%;border:1px solid var(--border);border-radius:9px;background:#ffffffe6;overflow:hidden;padding:10px 12px;text-align:left;touch-action:none}.candidate-card.sourced-card{grid-template-columns:37px minmax(0,1fr) auto;align-items:center;column-gap:8px;min-height:50px;padding:7px 10px}.candidate-card.recruiter-card{grid-template-columns:34px 22px minmax(0,1fr) auto;column-gap:8px}.candidate-card:hover,.candidate-card.selected{border-color:var(--accent-strong);box-shadow:inset 0 0 0 1px var(--accent-strong)}.candidate-card.dragging{z-index:4;opacity:.85;box-shadow:var(--shadow)}.candidate-card img{grid-row:1 / span 2;width:34px;height:34px;border-radius:50%;align-self:start}.candidate-card.sourced-card img{width:37px;height:37px;align-self:center}.candidate-main,.candidate-next{display:grid;min-width:0;gap:3px}.candidate-main{grid-column:2;grid-row:1;align-self:start}.candidate-card.sourced-card .candidate-main{align-self:center}.candidate-card.recruiter-card .candidate-main{grid-column:2 / 4}.candidate-main strong,.candidate-next strong{overflow:hidden;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.candidate-next strong{font-size:10.5px}.candidate-main small,.candidate-next small{color:var(--muted);font-size:10.5px}.candidate-next{grid-column:2 / 4;grid-row:2;grid-template-columns:minmax(0,1fr) auto;align-items:center;align-self:end;column-gap:8px;min-width:0;text-align:left}.candidate-card.recruiter-card .candidate-next{grid-column:3 / 5}.candidate-card.sourced-card .score{grid-column:3}.candidate-card.sourced-card .score{align-self:center}.candidate-card.recruiter-card .score{grid-column:4;grid-row:1}.candidate-next small{justify-self:end;white-space:nowrap}.candidate-card.recruiter-card .owner-chip{grid-column:2;grid-row:2;justify-self:start}.score{display:inline-flex;min-width:23px;height:22px;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:#25300a;font-size:11px;font-weight:750;align-self:start;justify-self:end}.score.big{min-width:31px;height:27px;font-size:13px}.candidate-title .score.big{align-self:center;justify-self:end}.owner-chip{display:inline-flex;width:22px;height:22px;align-items:center;justify-content:center;border-radius:50%;background:#eef1f2;color:var(--muted);font-size:10px;font-weight:700;align-self:center}.candidate-table{overflow:hidden;border:1px solid var(--border);border-radius:14px;background:#ffffffd6}.table-head,.table-row{display:grid;grid-template-columns:2fr 1fr 1.2fr .6fr 1.4fr;align-items:center;gap:12px;min-height:48px;border-bottom:1px solid var(--border);padding:0 16px}.table-head{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.table-row{width:100%;border-inline:0;border-top:0;background:transparent;text-align:left}.table-row.selected{background:#f3f6f0}.row-person{display:flex;align-items:center;gap:10px}.row-person img{width:32px;height:32px;border-radius:50%}.table-row mark{border-radius:999px;background:var(--accent);padding:4px 8px}.board-footer{display:flex;align-items:center;justify-content:space-between;min-height:44px;margin-top:35px;border:1px solid var(--border);border-radius:10px;background:#ffffffe6;padding:0 14px}.page-roles .board-footer{margin-top:35px}.pagination{display:flex;align-items:center;gap:14px;color:var(--muted)}.pagination button,.rows-select select{display:inline-flex;height:34px;align-items:center;gap:5px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:0 10px}.pagination button:disabled{cursor:default;opacity:.45}.rows-select{position:relative;display:inline-flex;align-items:center}.rows-select select{min-width:54px;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:28px;color:var(--text);font-weight:600}.rows-select svg{position:absolute;right:9px;pointer-events:none}.pagination-range{min-width:70px;text-align:center}.candidate-drawer{position:sticky;top:var(--topbar-height);display:flex;min-width:0;height:calc(var(--app-viewport-height) - var(--topbar-height));max-height:calc(var(--app-viewport-height) - var(--topbar-height));flex-direction:column;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;border-left:1px solid var(--border);background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.drawer-header,.candidate-title,.section-title,.drawer-footer{display:flex;align-items:center}.drawer-header{justify-content:space-between;height:45px;flex:0 0 45px;padding:0 18px}.drawer-header button,.candidate-title button,.section-title button,.comment-form button{border:0;background:transparent}.drawer-header button,.candidate-title button{display:grid;width:32px;height:32px;place-items:center;border-radius:9px;color:var(--text);padding:0}.candidate-identity,.drawer-section{border-bottom:1px solid var(--border);padding:0 18px 10px}.candidate-title{display:grid;grid-template-columns:minmax(0,1fr) auto 32px;align-items:center;gap:10px;min-height:30px}.candidate-title h2{min-width:0;margin:0;font-size:18px;line-height:1.1;font-weight:650}.stage-select{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:650;margin-top:3px;padding:0}.identity-grid{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:start;margin-top:0}.identity-grid>img{width:76px;height:76px;border-radius:50%}.identity-details{display:grid;min-width:0}.identity-grid ul{display:grid;gap:5px;margin:9px 0 0;padding:0;list-style:none;color:#42505c;font-size:12px}.identity-grid li{display:flex;min-width:0;align-items:center;gap:8px}.candidate-edit-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;border:1px solid var(--border);border-radius:10px;background:#f8fafa;padding:10px}.candidate-edit-form label{display:grid;gap:5px;color:var(--muted);font-size:10.5px;font-weight:750}.candidate-edit-form input,.candidate-edit-form select{min-width:0;height:32px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:0 9px;color:var(--text);font-size:12px}.candidate-edit-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px}.ai-card{position:relative;margin:8px 22px 8px 16px;border:1px solid #dbe997;border-radius:11px;background:linear-gradient(180deg,#edff663d,#edff661a);padding:8px 46px 8px 11px}.ai-card div{display:flex;align-items:center;gap:7px;min-width:0}.ai-card div strong{font-size:12px;font-weight:700;line-height:1.05;white-space:nowrap}.ai-card div span{margin-left:12px;color:#568135;font-size:11px;font-weight:700;white-space:nowrap}.ai-card p{margin:4px 0 0 25px;color:#455b69;font-size:11px;line-height:1.28}.ai-card mark{position:absolute;top:14px;right:12px;display:grid;width:31px;height:31px;place-items:center;border-radius:8px;background:var(--accent);font-weight:800}.ai-card .ai-meta{display:grid;grid-template-columns:minmax(118px,.85fr) minmax(148px,1fr);gap:8px;margin:7px 0 0 25px;width:calc(100% + 9px)}.ai-card .ai-meta span{display:grid;grid-template-columns:max-content max-content;justify-content:space-between;column-gap:13px;min-width:0;min-height:27px;align-items:center;margin-left:0;border:1px solid rgba(219,233,151,.9);border-radius:8px;background:#ffffff8a;padding:0 9px;color:#526673;font-size:10.5px;font-weight:650;line-height:1;white-space:nowrap}.ai-card .ai-meta strong{color:var(--text);white-space:nowrap}.drawer-section{padding-top:8px}.section-title{justify-content:space-between;margin-bottom:8px}.section-title h3{margin:0;font-size:13px;font-weight:700}.section-title button{color:var(--muted);font-size:12px;font-weight:650}.evidence-list{display:grid;gap:5px;margin-bottom:9px}.evidence-list div{display:grid;grid-template-columns:minmax(0,1fr) max-content;align-items:center;gap:12px;color:#42505c;font-size:11px}.evidence-list span{display:inline-flex;min-width:0;align-items:center;gap:7px}.evidence-list em{flex:0 0 auto;border-radius:999px;background:#eef1f2;padding:2px 6px;color:var(--muted);font-size:9.5px;font-style:normal;font-weight:750}.evidence-list svg{flex:0 0 auto;color:var(--good)}.evidence-list strong{max-width:112px;justify-self:end;color:#2f3b43;font-size:11px;line-height:1.15;text-align:right}.audit-list,.activity-timeline,.hardening-list{display:grid;gap:7px}.audit-list{margin-bottom:8px}.audit-list div{display:grid;gap:2px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:7px 8px}.audit-list span,.activity-timeline strong{font-size:11.5px;font-weight:700}.audit-list small,.activity-timeline small{color:var(--muted);font-size:10.5px;line-height:1.3}.step-list{display:grid}.step{display:grid;grid-template-columns:20px minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:25px;color:var(--muted);font-size:11px}.step strong{color:var(--text);font-size:12px;font-weight:600}.step.current svg{color:#bfd500;fill:var(--accent)}.step.done svg{color:#2b3136}.activity-timeline div{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:30px}.activity-timeline div>span{width:7px;height:7px;border-radius:50%;background:var(--accent)}.activity-timeline strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comments-section{max-height:none;overflow:visible}.comment{display:grid;grid-template-columns:25px minmax(0,1fr);gap:9px;margin-bottom:7px}.comment img{width:25px;height:25px;border-radius:50%}.comment div{position:relative;display:grid;gap:2px}.comment strong{font-size:11.5px}.comment span,.comment small{color:var(--muted);font-size:11px}.comment small{position:absolute;top:0;right:0}.comment p{margin:2px 0 0;color:#3d4850;font-size:11px;line-height:1.35}.comment-form,.schedule-form{display:flex;align-items:center;border:1px solid var(--border);border-radius:9px;background:#fff}.comment-form{height:34px;padding:0 8px 0 12px}.offer-card{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:9px 10px}.offer-card div{display:grid;gap:3px}.offer-card strong{font-size:11.5px}.offer-card small{color:var(--muted);font-size:11px}.offer-card button{height:28px;border:0;border-radius:999px;background:#eef1f2;padding:0 12px;color:#5c6871;font-size:11px;font-weight:650}.schedule-form{display:grid;grid-template-columns:1.4fr .8fr .8fr auto;gap:8px;margin:12px 28px 12px 18px;padding:8px}.schedule-form input{height:34px;border:1px solid var(--border);border-radius:8px;padding:0 10px}.drawer-footer{position:sticky;bottom:0;z-index:3;display:grid;grid-template-columns:minmax(0,1fr);gap:8px;margin-top:auto;border-top:1px solid var(--border);background:#fff;padding:9px 28px 9px 16px}.drawer-footer .button{min-height:var(--control-height);flex:1;gap:8px;border-radius:var(--control-radius);padding-inline:12px;font-size:12px}.drawer-footer .button svg{width:15px;height:15px}.drawer-footer select{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.toast{position:fixed;right:24px;bottom:24px;z-index:20;border:1px solid var(--border);border-radius:999px;background:#202126;color:#fff;padding:10px 16px;font-weight:650;box-shadow:var(--shadow)}.demo-workspace .toast{bottom:76px}.demo-data-control{position:fixed;right:24px;bottom:24px;z-index:19;display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);border-radius:999px;background:#fffffff0;color:var(--text);padding:0 15px;font-size:12.5px;font-weight:750;line-height:1;box-shadow:0 12px 28px #2021261f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.demo-data-control:hover{border-color:#d6dde1;background:#fff}.demo-data-control svg{flex:0 0 auto;stroke-width:2.4}.shell-overlay-layer{position:fixed;top:58px;right:0;bottom:0;left:68px;z-index:28;background:#ffffff2e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.command-palette,.modal-panel,.side-popover{border:1px solid var(--border);border-radius:13px;background:#fffffffa;box-shadow:0 24px 70px #22232821}.command-palette{width:min(600px,calc(100vw - 112px));margin:16px auto 0;padding:12px}.modal-panel{width:min(640px,calc(100vw - 112px));margin:70px auto 0;padding:14px}.side-popover{position:absolute;top:10px;right:20px;width:372px;max-width:calc(100vw - 112px);padding:12px}.overlay-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.overlay-heading div{display:grid;min-width:0;gap:3px}.overlay-heading strong{font-size:14px;font-weight:750}.overlay-heading span{color:var(--muted);font-size:11.5px;line-height:1.35;font-weight:600}.overlay-heading button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:8px;background:#f5f7f7}.overlay-search{display:flex;align-items:center;gap:9px;height:42px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:0 12px}.overlay-search input{width:100%;min-width:0;border:0;outline:0;background:transparent}.command-results,.notification-list,.assistant-actions{display:grid;gap:8px;margin-top:10px}.command-results button,.notification-row,.assistant-actions button{display:grid;width:100%;align-items:center;gap:10px;border:1px solid var(--border);border-radius:9px;background:#fff;text-align:left}.command-results button{grid-template-columns:34px minmax(0,1fr) auto;min-height:54px;padding:8px 10px}.command-results span:not(.icon-bubble),.notification-row span:not(.icon-bubble),.assistant-actions span{display:grid;min-width:0;gap:3px}.command-results strong,.notification-row strong,.assistant-actions strong{overflow:hidden;font-size:12.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.command-results small,.notification-row small,.assistant-actions small{overflow:hidden;color:var(--muted);font-size:11px;line-height:1.3;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.command-results em{color:var(--muted);font-size:10.5px;font-style:normal;font-weight:750;text-transform:uppercase}.modal-form{display:grid;gap:14px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid label{display:grid;gap:7px;color:var(--muted);font-size:11.5px;font-weight:700}.form-grid input,.form-grid select,.form-grid textarea,.assistant-form input{height:38px;min-width:0;border:1px solid var(--border);border-radius:9px;background:#fff;padding:0 11px;outline:0}.form-grid textarea{min-height:78px;height:auto;resize:vertical;padding:10px 11px;font:inherit}.form-grid-span{grid-column:1 / -1}.role-settings-modal{width:min(860px,calc(100vw - 112px))}.role-settings-grid{display:grid;grid-template-columns:290px minmax(0,1fr);gap:14px}.role-list-panel{display:grid;align-content:start;gap:10px;border:1px solid var(--border);border-radius:11px;background:#f8fafa;padding:12px}.role-list-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.role-list-title>strong{font-size:12.5px}.role-list-title button{display:inline-flex;height:28px;align-items:center;gap:5px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:0 9px;color:#2f373d;font-size:11px;font-weight:750}.role-list{display:grid;gap:8px}.role-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:54px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:8px 10px;text-align:left}.role-list-row.selected{border-color:var(--accent-strong);background:#fbffdf}.role-list-row.active:not(.selected){border-color:#dbe997}.role-list-row.draft{border-style:dashed}.role-list-row span{display:grid;min-width:0;gap:3px}.role-list-row strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.role-list-row small{color:var(--muted);font-size:11px}.role-list-row mark{border-radius:999px;background:var(--accent);padding:4px 8px;font-size:10.5px;font-weight:750}.modal-actions,.notification-actions{display:flex;justify-content:flex-end;gap:10px}.notification-actions{justify-content:space-between;margin-bottom:10px}.notification-row{position:relative;grid-template-columns:34px minmax(0,1fr) auto;min-height:58px;padding:8px 10px}.notification-row.unread{border-color:#dbe997;background:#fbffdf}.notification-row mark{width:8px;height:8px;border-radius:50%;background:var(--accent-strong)}.assistant-answer{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;border:1px solid #dbe997;border-radius:10px;background:linear-gradient(180deg,#edff6638,#edff6614);padding:11px}.assistant-answer svg{margin-top:2px}.assistant-answer p{margin:0;color:#40505c;font-size:12px;line-height:1.4;font-weight:600}.assistant-actions button{grid-template-columns:minmax(0,1fr);min-height:54px;padding:10px 11px}.assistant-form{display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:8px;margin-top:12px}.assistant-form button{display:grid;place-items:center;border:1px solid #202126;border-radius:9px;background:#202126;color:#fff}.workspace-body-full{grid-template-columns:minmax(0,1fr)}.app-page-panel{padding-right:28px}.page-shell{display:grid;gap:18px;max-width:1400px}.page-header{margin-bottom:2px}.page-eyebrow{display:inline-block;margin-bottom:12px;color:var(--muted);font-size:12px;font-weight:700}.page-title-line{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.page-title-line h1{margin:0;font-size:30px;line-height:1.05;letter-spacing:0;font-weight:650}.page-title-line p{max-width:620px;margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.45;font-weight:550}.page-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.page-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;align-items:start}.home-dashboard{display:grid;grid-template-columns:minmax(0,7fr) minmax(360px,5fr);gap:12px;align-items:start}.home-column{display:grid;min-width:0;gap:12px}.card-span-4{grid-column:span 4}.card-span-5{grid-column:span 5}.card-span-7{grid-column:span 7}.card-span-8{grid-column:span 8}.card-span-12{grid-column:1 / -1}.section-card{min-width:0;border:1px solid var(--border);border-radius:13px;background:#ffffffeb;padding:14px}.section-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.section-card-header h2{margin:0;font-size:14px;font-weight:750;letter-spacing:0}.section-card-header span{display:block;margin-top:4px;color:var(--muted);font-size:11px;font-weight:650}.insight-row,.candidate-mini-row,.agenda-row,.people-row,.doc-row,.resource-list button{width:100%;border:1px solid var(--border);border-radius:9px;background:#fff;text-align:left}.insight-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;margin-bottom:8px;padding:10px}.insight-row span:not(.icon-bubble),.task-row>span{display:grid;min-width:0;gap:4px}.insight-row strong,.candidate-mini-row strong,.agenda-row strong,.task-row strong,.doc-row strong,.compact-table strong{overflow:hidden;color:var(--text);font-size:12.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.insight-row small,.candidate-mini-row small,.agenda-row small,.task-row small,.doc-row small,.compact-table small,.settings-row small,.settings-brand small,.settings-fields label{color:var(--muted);font-size:11px;line-height:1.35;font-weight:550}.insight-row mark,.candidate-mini-row mark,.people-row mark,.doc-row mark,.agenda-row mark{border-radius:999px;background:var(--accent);color:#25300a;padding:5px 8px;font-size:11px;font-weight:750}.insight-row em,.task-row em,.compact-table em,.doc-row em{color:var(--muted);font-size:11px;font-style:normal;font-weight:700;white-space:nowrap}.icon-bubble,.doc-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#f5f7f7;color:#2f373d}.stage-bars,.signal-list,.candidate-stack,.activity-list,.next-decision-list,.agenda-list,.task-list,.doc-table,.resource-list,.settings-list,.settings-fields,.progress-row{display:grid;gap:8px}.progress-row>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:12px}.progress-row span{color:#3e4b54;font-size:12px;font-weight:650}.progress-row strong{color:var(--muted);font-size:11px;font-weight:700}.bar-meter{height:8px;overflow:hidden;border-radius:999px;background:#eef1f2}.bar-meter span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.next-decision-list{overflow:hidden;gap:0;border:1px solid var(--border);border-radius:9px;background:#fff}.next-decision-row{display:grid;width:100%;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;border:0;border-bottom:1px solid var(--border);background:#fff;min-height:46px;padding:7px 10px;text-align:left}.next-decision-row:last-child{border-bottom:0}.next-decision-row strong{overflow:hidden;color:var(--text);font-size:12.5px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.next-decision-row em{color:var(--muted);font-size:11px;font-style:normal;font-weight:750}.next-decision-row em.high{color:#e44a2d}.candidate-mini-row{display:grid;grid-template-columns:minmax(170px,1fr) minmax(130px,1fr) auto;align-items:center;gap:12px;min-height:50px;padding:8px 10px}.activity-item{display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:38px}.activity-item>span{width:8px;height:8px;border-radius:50%;background:var(--accent)}.activity-item strong{overflow:hidden;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.activity-item small{color:var(--muted);font-size:11px;font-weight:650}.segmented,.day-tabs{display:flex;gap:8px}.segmented{margin-bottom:12px}.segmented button,.day-tabs button{border:1px solid var(--border);border-radius:9px;background:#fff;color:#3e4b54;font-size:12px;font-weight:700}.segmented button{min-height:34px;padding:0 13px}.segmented button.active,.day-tabs button.active{border-color:var(--accent-strong);background:var(--accent);color:#202126}.people-table,.compact-table{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#fff}.people-table-head,.people-row{display:grid;grid-template-columns:2fr 1.1fr .7fr .6fr 1.3fr;align-items:center;gap:12px;min-height:46px;border-bottom:1px solid var(--border);padding:0 12px}.people-table-head{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.people-row{border-top:0;border-inline:0;border-radius:0;font-size:12px}.people-row.selected{background:#f7fbdf}.profile-large{position:relative;display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px}.profile-large img{width:58px;height:58px;border-radius:50%}.profile-large h3{margin:0 0 4px;font-size:17px;line-height:1.1}.profile-large span,.profile-large strong{display:block;color:var(--muted);font-size:11.5px;font-weight:650}.profile-large mark{display:grid;width:34px;height:34px;place-items:center;border-radius:999px;background:var(--accent);font-size:13px;font-weight:800}.compact-ai-card{margin:14px 0}.profile-evidence{margin-bottom:12px}.day-tabs{overflow-x:auto;padding-bottom:2px}.day-tabs button{display:grid;min-width:116px;gap:4px;padding:10px 12px;text-align:left}.day-tabs span{color:var(--muted);font-size:11px;font-weight:650}.agenda-row{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:62px;padding:10px 12px}.agenda-row time{color:var(--text);font-size:13px;font-weight:750}.report-chart{display:grid;grid-template-columns:repeat(5,1fr);align-items:end;min-height:235px;gap:12px;padding-top:14px}.report-bar{display:grid;grid-template-rows:minmax(80px,1fr) auto auto;align-items:end;justify-items:center;gap:8px;min-height:210px}.report-bar span{display:block;width:100%;min-height:18px;border-radius:9px 9px 4px 4px;background:var(--accent)}.report-bar strong{font-size:16px;font-weight:750}.report-bar small{color:var(--muted);font-size:11px;font-weight:650;text-align:center}.compact-table{display:grid;border-radius:10px}.compact-table>div{display:grid;min-height:72px;gap:5px;border-right:1px solid var(--border);padding:12px}.compact-table>div:last-child{border-right:0}.compact-table.three-col{grid-template-columns:repeat(3,minmax(0,1fr))}.compact-table.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.compact-table span{color:var(--muted);font-size:11px;font-weight:700}.compact-table strong{font-size:18px}.task-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto auto;align-items:center;gap:10px;min-height:58px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:9px 10px}.task-row.done{background:#f8fafa;opacity:.72}.task-check,.text-link{border:0;background:transparent}.task-check{display:grid;place-items:center;color:#2f373d}.task-row.done .task-check{color:var(--good)}.text-link{color:var(--text);font-size:11px;font-weight:750}.page-segmented{margin-bottom:-4px}.quick-task-form{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.8fr) 120px 120px auto;align-items:end;gap:10px;border:1px solid var(--border);border-radius:13px;background:#fffffff0;padding:12px}.quick-task-form label{display:grid;gap:6px;color:var(--muted);font-size:11px;font-weight:750}.quick-task-form input,.quick-task-form select{height:36px;min-width:0;border:1px solid var(--border);border-radius:9px;background:#fff;padding:0 10px;outline:0}.empty-state{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:72px;border:1px dashed var(--border-strong);border-radius:10px;background:#fbfcfc;padding:12px}.people-table .empty-state{margin:10px}.empty-state>span{display:grid;min-width:0;gap:3px}.empty-state strong{color:var(--text);font-size:12.5px;font-weight:750}.empty-state small{color:var(--muted);font-size:11px;line-height:1.35;font-weight:600}.empty-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px}.empty-drawer{display:grid;align-content:start;padding:14px}.doc-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:58px;padding:10px}.document-workflow-row{grid-template-columns:auto minmax(0,1fr) auto auto auto}.offer-workflow-row{grid-template-columns:minmax(160px,1fr) minmax(0,1fr) auto auto auto}.row-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px}.row-actions .text-link{white-space:nowrap}.pending-schedule-table{display:grid}.pending-schedule-table>div{grid-template-columns:minmax(180px,1.1fr) minmax(160px,1fr) 120px auto;align-items:center}.calendar-page .pending-schedule-table{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#fff}.calendar-page .pending-schedule-table>div{min-height:54px;border-right:0;border-bottom:1px solid var(--border);padding:10px 12px}.calendar-page .pending-schedule-table>div:last-child{border-bottom:0}.calendar-grid>.section-card:not(.card-span-12),.calendar-agenda-card{align-self:stretch}.load-summary-list{display:grid;gap:8px;margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.load-summary-list div{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;color:#40505c;font-size:11px;line-height:1.35;font-weight:650}.load-summary-list svg{color:#2f373d}.doc-row.static-row{border-radius:9px}.doc-row>span:not(.doc-icon):not(.row-person){display:grid;gap:4px}.resource-list button{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:45px;padding:0 10px;font-size:12px;font-weight:650}.comp-band{display:grid;gap:8px;margin-bottom:18px}.comp-band div{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:9px;background:#fff;padding:12px}.comp-band span{color:var(--muted);font-size:11px;font-weight:700}.comp-band strong{font-size:15px;font-weight:750}.comp-band-notes{display:grid;gap:0;overflow:hidden;margin-top:12px;border:1px solid var(--border);border-radius:9px;background:#fff}.comp-band-notes div{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:40px;border-bottom:1px solid var(--border);padding:8px 10px}.comp-band-notes div:last-child{border-bottom:0}.comp-band-notes span,.comp-band-notes strong{font-size:11px;font-weight:750}.comp-band-notes span{color:var(--muted)}.comp-band-notes strong{color:var(--text);white-space:nowrap}.offer-readiness-list{display:grid;gap:0;overflow:hidden;margin-top:12px;border:1px solid var(--border);border-radius:9px;background:#fff}.offer-readiness-list div{display:grid;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:43px;border-bottom:1px solid var(--border);padding:8px 10px}.offer-readiness-list div:last-child{border-bottom:0}.offer-readiness-list span{color:#40505c;font-size:11px;font-weight:700}.offer-readiness-list strong{color:var(--text);font-size:11px;font-weight:750;white-space:nowrap}.approval-policy-card{padding-bottom:13px}.approval-policy-grid{overflow:hidden;border:1px solid var(--border);border-radius:9px;background:#fff}.approval-policy-grid>div{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"label value" "detail value" "note note";align-items:center;column-gap:18px;min-height:86px;padding:12px 14px}.approval-policy-grid span{grid-area:label}.approval-policy-grid strong{grid-area:value;justify-self:end;font-size:16px;text-align:right}.approval-policy-grid em{grid-area:detail}.approval-policy-grid small{grid-area:note;max-width:100%}.settings-brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.settings-page .settings-brand{margin-bottom:20px}.settings-brand .brand-mark{width:38px;height:38px;border-radius:11px;background:var(--accent)}.settings-brand div{display:grid;gap:3px}.settings-fields label{display:grid;gap:7px;font-weight:700}.settings-fields input{height:38px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:0 12px;color:var(--text)}.settings-page .settings-fields input{height:40px}.settings-invite-form{display:grid;grid-template-columns:minmax(0,1fr) 180px auto;align-items:end;gap:10px;margin-bottom:12px}.settings-invite-form label{display:grid;gap:7px;color:var(--muted);font-size:11.5px;font-weight:700}.settings-invite-form input,.settings-invite-form select{height:38px;min-width:0;border:1px solid var(--border);border-radius:9px;background:#fff;padding:0 11px;color:var(--text)}.settings-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;min-height:62px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:10px 12px}.settings-row span{display:grid;gap:4px}.settings-row strong{font-size:12.5px}.settings-summary-row{display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:42px;margin-top:8px;border:1px solid var(--border);border-radius:9px;background:#fff;padding:8px 10px}.settings-summary-row span{display:grid;gap:2px}.settings-summary-row strong{color:var(--text);font-size:12px;font-weight:750}.settings-summary-row em{color:#2f8f54;font-size:11px;font-style:normal;font-weight:750}.hardening-list div{display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start;border:1px solid var(--border);border-radius:9px;background:#fff;padding:10px}.hardening-list span{color:#40505c;font-size:11px;line-height:1.35;font-weight:600}.hardening-list svg{margin-top:1px}.reports-page{display:grid;gap:16px;max-width:1410px;padding-bottom:28px}.reports-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.reports-header h1{margin:0;font-size:30px;line-height:1.06;letter-spacing:0;font-weight:720}.reports-header p{margin:9px 0 0;color:var(--muted);font-size:13px;line-height:1.35;font-weight:560}.reports-actions{display:flex;gap:10px;margin-top:4px}.reports-filter-row{display:flex;align-items:center;gap:10px}.reports-filter-row button{display:inline-flex;height:38px;align-items:center;gap:8px;border:1px solid var(--border);border-radius:10px;background:#fffffff0;padding:0 13px;color:#2f373d;font-size:12px;font-weight:650}.reports-filter-row>span{display:inline-flex;align-items:center;gap:7px;margin-left:auto;color:var(--muted);font-size:12px;font-weight:600}.reports-filter-row i{width:7px;height:7px;border-radius:50%;background:var(--good)}.reports-empty-card{padding:14px}.reports-data-note{display:inline-flex;width:fit-content;align-items:center;gap:8px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:9px 12px;color:var(--muted);font-size:12px;font-weight:650}.reports-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:hidden;border:1px solid var(--border);border-radius:13px;background:#ffffffed}.reports-metrics article{display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;min-height:92px;border-right:1px solid var(--border);padding:18px 16px}.reports-metrics article:last-child{border-right:0}.reports-metrics svg{margin-top:4px;color:#202126}.reports-metrics div{display:grid;gap:6px}.reports-metrics small{color:var(--muted);font-size:11px;font-weight:700}.reports-metrics strong{display:flex;align-items:center;gap:8px;font-size:19px;line-height:1.05;font-weight:650}.reports-metrics mark,.funnel-footer mark{display:inline-flex;min-width:38px;height:26px;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:#25300a;padding:0 8px;font-size:12px;font-weight:800}.reports-metrics span{color:var(--muted);font-size:11px;font-weight:600}.reports-metrics .trend-up{color:var(--good)}.reports-metrics .trend-down{color:#44515c}.reports-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.analytics-card{min-width:0;border:1px solid var(--border);border-radius:13px;background:#ffffffed;padding:14px}.funnel-card,.quality-card{grid-column:span 6;min-height:268px}.movement-card{grid-column:span 6;min-height:258px}.source-card,.bottleneck-card{grid-column:span 3;min-height:258px}.analytics-card h2{margin:0;color:#202126;font-size:14px;line-height:1.15;font-weight:750}.analytics-card h2 span{color:var(--muted);font-size:11.5px;font-weight:650}.analytics-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:13px}.analytics-card-header button{display:inline-flex;height:30px;align-items:center;gap:6px;border:1px solid var(--border);border-radius:8px;background:#fff;padding:0 10px;color:#3f4a52;font-size:11px;font-weight:700}.funnel-list{display:grid;gap:11px;padding:7px 0 10px}.funnel-row{display:grid;grid-template-columns:98px minmax(0,1fr) 48px 46px;align-items:center;gap:12px}.funnel-row>span{color:#2f373d;font-size:12px;font-weight:600}.funnel-track{height:26px}.funnel-track i{display:block;height:100%;border-radius:0 6px 6px 0;background:linear-gradient(90deg,#eaff3f,#e5ff5a);transform:skew(18deg);transform-origin:left center}.funnel-row strong,.funnel-row em{color:#202126;font-size:12px;font-style:normal;font-weight:650;text-align:right}.funnel-footer{display:flex;align-items:center;justify-content:space-between;margin:2px -14px -14px;border-top:1px solid var(--border);padding:12px 14px;color:#44515c;font-size:12px;font-weight:600}.funnel-footer span{display:inline-flex;align-items:center;gap:9px}.funnel-footer strong{font-weight:700}.quality-chart{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);min-height:210px}.chart-axis{display:grid;grid-template-rows:repeat(5,1fr);align-items:center;padding-bottom:27px;color:#596672;font-size:11px;font-weight:600}.quality-bars{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px;align-items:end;border-bottom:1px solid var(--border);background-image:repeating-linear-gradient(to bottom,transparent 0,transparent 41px,rgba(129,142,153,.16) 42px);padding:14px 18px 0}.quality-bar{display:grid;grid-template-rows:20px 150px 30px;justify-items:center;align-items:end}.quality-bar strong{align-self:center;font-size:11px;font-weight:800}.quality-bar i{display:block;width:34px;border-radius:4px 4px 0 0;background:linear-gradient(180deg,#eaff3f,#dfff4c)}.quality-bar small{display:block;align-self:center;color:#202126;font-size:10.5px;line-height:1.1;text-align:center;white-space:nowrap}.movement-table{width:100%;border-collapse:collapse;margin-top:12px}.movement-table th,.movement-table td{border-bottom:1px solid rgba(225,230,232,.9);padding:10px 8px;color:#202126;font-size:11px;text-align:center}.movement-table th:first-child,.movement-table td:first-child{text-align:left}.movement-table th{color:#2f373d;font-size:9px;font-weight:800}.movement-table td{font-weight:600}.sparkline-row td{border-bottom:0;padding-top:12px}.mini-sparkline{display:inline-flex;align-items:end;justify-content:center;gap:2px;width:58px;height:18px}.mini-sparkline i{width:2px;border-radius:999px;background:var(--accent-strong)}.mini-sparkline i:nth-child(1){height:6px}.mini-sparkline i:nth-child(2){height:12px}.mini-sparkline i:nth-child(3){height:8px}.mini-sparkline i:nth-child(4){height:15px}.mini-sparkline i:nth-child(5){height:10px}.mini-sparkline i:nth-child(6){height:16px}.mini-sparkline i:nth-child(7){height:13px}.source-quality{display:grid;grid-template-columns:126px minmax(0,1fr);align-items:center;gap:16px;margin-top:18px}.donut-chart{position:relative;display:grid;width:124px;height:124px;place-items:center;border-radius:50%;background:conic-gradient(#eaff3f 0,#eaff3f 32%,#d8f577 32%,#d8f577 60%,#f1ff9c 60%,#f1ff9c 78%,#d7d7d7 78%,#d7d7d7 92%,#efefef 92%,#efefef)}.donut-chart:before{position:absolute;width:72px;height:72px;border-radius:50%;background:#fff;content:""}.donut-chart span{position:relative;z-index:1;display:grid;justify-items:center;color:var(--muted);font-size:10px;font-weight:650}.donut-chart strong{color:#202126;font-size:26px;line-height:1;font-weight:760}.source-list{display:grid;gap:10px}.source-list div{display:grid;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:7px}.source-dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}.source-dot-1{background:#d8f577}.source-dot-2{background:#f1ff9c}.source-dot-3{background:#d7d7d7}.source-dot-4{background:#efefef}.source-list span,.source-list strong,.source-card footer{color:#202126;font-size:11px;font-weight:650}.source-list small{color:var(--muted);font-size:10px}.source-card footer{display:flex;justify-content:space-between;margin:17px -14px -14px;border-top:1px solid var(--border);padding:12px 14px}.bottleneck-title{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;align-items:center}.bottleneck-title>span{display:grid;width:44px;height:44px;place-items:center;border-radius:10px;background:#f6ffac}.bottleneck-title div{display:grid;gap:4px}.bottleneck-title strong{font-size:14px;font-weight:760}.bottleneck-title small{color:var(--muted);font-size:11.5px;font-weight:600}.dropoff-card{margin-top:14px;border:1px solid #dbea80;border-radius:10px;background:#fffff4;padding:13px}.dropoff-card small{color:#44515c;font-size:11px;font-weight:650}.dropoff-card strong{display:block;margin-top:4px;font-size:26px;line-height:1;font-weight:780}.dropoff-card span{color:var(--good);font-size:11px;font-weight:700}.key-drivers{margin-top:13px}.key-drivers strong{font-size:11px;font-weight:800}.key-drivers ul{display:grid;gap:5px;margin:7px 0 0;padding-left:16px;color:#53616c;font-size:11px;line-height:1.35}.reports-insight{grid-column:1 / -1;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #dbea80;border-radius:13px;background:linear-gradient(180deg,#edff662e,#edff6614);padding:15px 16px}.reports-insight p{margin:0;color:#53616c;font-size:12.5px;line-height:1.35;font-weight:600}.reports-insight strong{display:block;margin-bottom:3px;color:#202126;font-size:13px;font-weight:760}.switch{width:42px;height:24px;border:0;border-radius:999px;background:#dfe5e7;padding:3px}.switch span{display:block;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .16s ease}.switch.on{background:var(--accent)}.switch.on span{transform:translate(18px)}@media(max-height:940px)and (min-width:1181px){.page-roles .main-panel{padding-top:18px;padding-bottom:14px}.role-header{margin-bottom:12px}.role-catalog-trigger{height:32px}.role-title-line{margin-top:11px}.role-title-line h1{font-size:28px}.role-meta{gap:14px;margin-top:10px}.metrics article{min-height:54px;padding:8px 20px}.metrics strong{margin-top:3px;font-size:19px}.metrics .metric-accent{min-width:26px;height:26px}.toolbar{gap:10px;margin:14px 0 12px}.pipeline-board{gap:10px}.stage-column header{height:34px;padding:0 10px}.stage-list{gap:7px;margin-top:7px}.candidate-card{min-height:62px;gap:3px 8px;padding:8px 10px}.candidate-card.sourced-card{min-height:44px;padding:6px 9px}.candidate-card img{width:30px;height:30px}.candidate-card.sourced-card img{width:34px;height:34px}.candidate-main strong,.candidate-next strong{font-size:10.5px}.candidate-main small,.candidate-next small{font-size:10px}.score{min-width:22px;height:21px;font-size:10.5px}.owner-chip{width:21px;height:21px}.page-roles .board-footer{min-height:42px;margin-top:14px}.drawer-header{height:36px;flex-basis:36px;padding:0 16px}.drawer-header button,.candidate-title button{width:30px;height:30px}.candidate-identity,.drawer-section{padding-right:18px;padding-left:18px}.candidate-identity{padding-bottom:8px}.identity-grid{grid-template-columns:62px minmax(0,1fr);gap:12px}.identity-grid>img{width:62px;height:62px}.candidate-title{gap:8px;min-height:27px}.candidate-title h2{font-size:17px}.stage-select{margin-top:1px;font-size:11.5px}.identity-grid ul{gap:3px;margin-top:6px;font-size:11px}.score.big{min-width:30px;height:26px;font-size:12px}.ai-card{margin-top:6px;margin-bottom:6px;padding:7px 44px 7px 11px}.ai-card p{margin-top:3px;font-size:10.5px;line-height:1.18}.ai-card mark{top:12px;right:11px;width:30px;height:30px}.ai-card .ai-meta{gap:5px;margin-top:5px}.ai-card .ai-meta span{padding:4px 6px;font-size:10px}.drawer-section{padding-top:6px;padding-bottom:8px}.section-title{margin-bottom:6px}.section-title h3{font-size:12.5px}.evidence-list{gap:3px;margin-bottom:7px}.evidence-list div{min-height:18px;font-size:10.5px}.evidence-list em{padding:1px 5px;font-size:9px}.evidence-list strong{font-size:10.5px}.step{min-height:22px;gap:7px;font-size:10px}.step strong{font-size:11.5px}.audit-list,.activity-timeline,.hardening-list{gap:4px}.activity-timeline div{min-height:22px;gap:7px}.activity-timeline strong{font-size:10.8px}.activity-timeline small{font-size:10px}.drawer-footer{gap:8px;padding:10px 28px 14px 16px}.drawer-footer .button{min-height:36px}}@media(max-width:1499px)and (min-width:1181px){.pipeline-app{grid-template-columns:68px minmax(0,1fr)}.workspace-body{grid-template-columns:minmax(0,1fr) 348px}.workspace-body.workspace-body-full{grid-template-columns:minmax(0,1fr)}.main-panel{padding:22px 28px 24px}.main-panel.app-page-panel{padding-right:28px}.pipeline-board{grid-template-columns:152px 278px repeat(3,minmax(168px,1fr))}.toolbar{gap:10px}.candidate-search{width:230px}.board-footer{margin-top:118px}}@media(max-width:1180px){.workspace-body{grid-template-columns:minmax(0,1fr)}.page-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.home-dashboard{grid-template-columns:minmax(0,1fr)}.card-span-4,.card-span-5,.card-span-7,.card-span-8,.card-span-12{grid-column:1 / -1}.compact-table.four-col{grid-template-columns:repeat(2,minmax(0,1fr))}.compact-table.four-col>div:nth-child(2n){border-right:0}.candidate-drawer{position:fixed;inset:58px 0 0 auto;z-index:15;width:min(390px,100vw);max-height:calc(var(--app-viewport-height) - var(--topbar-height));overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;box-shadow:-22px 0 50px #2223281f}.pipeline-board{grid-template-columns:repeat(5,minmax(220px,1fr));overflow-x:auto;padding-bottom:8px}}@media(max-width:760px){.pipeline-app{grid-template-columns:1fr;overflow:auto}.sidebar{position:fixed;inset:auto 12px 12px;height:54px;flex-direction:row;justify-content:center;border:1px solid var(--border);border-radius:18px;padding:0 10px;box-shadow:var(--shadow)}.sidebar-logo,.nav-item:nth-child(n+5),.nav-item.bottom{display:none}.sidebar nav{display:flex;gap:6px}.workspace{min-width:0}.topbar{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;padding:0 12px}.workspace-switcher,.global-search kbd,.top-actions>button,.profile-chip span{display:none}.global-search{width:100%}.shell-overlay-layer{top:58px;right:0;bottom:0;left:0;padding:0 10px}.command-palette,.modal-panel,.side-popover{position:static;width:100%;max-width:none;margin:12px auto 0}.form-grid{grid-template-columns:1fr}.modal-actions,.notification-actions{flex-wrap:wrap}.main-panel{padding:18px 12px 82px}.app-page-panel{padding-right:12px}.page-title-line{align-items:flex-start;flex-direction:column}.page-actions{width:100%;justify-content:flex-start}.role-title-line{grid-template-columns:1fr}.role-title-line h1{font-size:28px}.role-actions{display:grid;grid-template-columns:1fr 1fr}.metrics{grid-template-columns:repeat(2,1fr)}.metrics article{min-height:70px}.toolbar{flex-wrap:wrap}.candidate-search{width:100%}.pipeline-board{grid-template-columns:repeat(5,236px)}.candidate-mini-row,.agenda-row,.doc-row,.task-row{grid-template-columns:1fr}.people-table{overflow-x:auto}.people-table-head,.people-row{grid-template-columns:190px 120px 70px 70px 140px;min-width:590px}.compact-table.three-col,.compact-table.four-col{grid-template-columns:1fr}.compact-table>div,.compact-table.four-col>div:nth-child(2n){border-right:0;border-bottom:1px solid var(--border)}.compact-table>div:last-child{border-bottom:0}.report-chart{min-height:190px}.candidate-drawer{top:74px;right:8px;bottom:74px;left:8px;width:auto;height:auto;border:1px solid var(--border);border-radius:18px}.drawer-footer{flex-wrap:wrap}.drawer-footer select{width:100%}.board-footer{align-items:flex-start;flex-direction:column;gap:10px;padding:12px}.pagination{flex-wrap:wrap}.auth-panel{padding:28px}.auth-panel h1{font-size:38px}}
