:root{--bg-0:#fff;--bg-1:#fbfbfd;--bg-2:#f5f5f7;--bg-3:#ececef;--bg-4:#d2d2d7;--line:#d2d2d7;--line-strong:#b9b9bf;--fg-0:#1d1d1f;--fg-1:#2c2c2e;--fg-2:#515154;--fg-3:#86868b;--fg-4:#b9b9bf;--brand:#0071e3;--brand-hi:#2997ff;--brand-lo:#0058b8;--brand-glow:rgba(0,113,227,.18);--brand-soft:rgba(0,113,227,.08);--ok:#00a85a;--warn:#ff9500;--err:#ff3b30;--info:#0071e3;--radius-sm:8px;--radius:12px;--radius-lg:18px;--radius-xl:28px;--shadow-sm:0 1px 2px rgba(0,0,0,.06);--shadow:0 4px 16px rgba(0,0,0,.06),0 1px 3px rgba(0,0,0,.04);--shadow-lg:0 20px 48px rgba(0,0,0,.1),0 4px 12px rgba(0,0,0,.06);--shadow-glow:0 12px 36px var(--brand-glow);--font-display:"Inter",-apple-system,BlinkMacSystemFont,"SF Pro Display",system-ui,sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"SF Pro Text",system-ui,sans-serif;--font-mono:"SF Mono",ui-monospace,"JetBrains Mono",monospace;--nav-bg:rgba(251,251,253,.72);--nav-border:rgba(0,0,0,.06);--nav-link:#1d1d1f;--nav-link-hover:#0071e3;--nav-ghost-border:var(--line-strong);--nav-ghost-hover-bg:var(--bg-2);--nav-ghost-hover-border:var(--fg-3);--quicknav-bg:rgba(251,251,253,.92)}:root[data-theme=dark]{--bg-0:#000;--bg-1:#0a0a0b;--bg-2:#141416;--bg-3:#1c1c1e;--bg-4:#2c2c2e;--line:#2a2a2e;--line-strong:#3a3a3e;--fg-0:#f5f5f7;--fg-1:#e8e8ea;--fg-2:#a1a1a6;--fg-3:#6e6e73;--fg-4:#4a4a4e;--brand:#2997ff;--brand-hi:#5ab2ff;--brand-lo:#0071e3;--brand-glow:rgba(41,151,255,.32);--brand-soft:rgba(41,151,255,.12);--shadow-sm:0 1px 2px rgba(0,0,0,.4);--shadow:0 10px 30px rgba(0,0,0,.45),0 2px 6px rgba(0,0,0,.3);--shadow-lg:0 24px 56px rgba(0,0,0,.5),0 4px 12px rgba(0,0,0,.3);--nav-bg:rgba(0,0,0,.72);--nav-border:hsla(0,0%,100%,.1);--nav-link:#f5f5f7;--nav-link-hover:#2997ff;--quicknav-bg:rgba(15,15,18,.92)}*{box-sizing:border-box}body,html{margin:0;padding:0}body{background:var(--bg-0);color:var(--fg-0);font-family:var(--font-body);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:600;letter-spacing:-.025em;margin:0;line-height:1.07;color:var(--fg-0)}h1{font-size:clamp(48px,7vw,88px);letter-spacing:-.045em}h1,h2{font-weight:700}h2{font-size:clamp(36px,4.5vw,60px);letter-spacing:-.035em}h3{font-size:clamp(22px,2.4vw,32px)}h3,h4{font-weight:600}h4{font-size:19px}p{margin:0}button{font-family:inherit;cursor:pointer;border:none;background:none}a,button{color:inherit}a{text-decoration:none}input,select,textarea{font-family:inherit}::-moz-selection{background:var(--brand);color:#fff}::selection{background:var(--brand);color:#fff}.container{max-width:1240px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;border-radius:980px;font-weight:500;font-size:15px;letter-spacing:-.005em;transition:background .2s ease,color .2s ease,border-color .2s ease}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-hi)}.btn-ghost{color:var(--brand);border:1px solid transparent;background:transparent}.btn-ghost:hover{color:var(--brand-hi)}.btn-lg{padding:14px 28px;font-size:17px}.pill{gap:8px;padding:7px 14px;font-size:13px;color:var(--fg-1)}.pill-brand{border-color:rgba(0,113,227,.2)}.mono{font-family:var(--font-mono);font-feature-settings:"tnum" on}.fade-in{animation:fadeIn .6s ease both}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes spin{to{transform:rotate(1turn)}}.nav{position:sticky;top:0;z-index:50;background:var(--nav-bg);backdrop-filter:saturate(140%) blur(10px);-webkit-backdrop-filter:saturate(140%) blur(10px);border-bottom:1px solid var(--nav-border)}.nav .btn-ghost,.nav .nav-link{color:var(--nav-link)}.nav .btn-ghost{border-color:var(--nav-ghost-border)}.nav .btn-ghost:hover{background:var(--nav-ghost-hover-bg);border-color:var(--nav-ghost-hover-border)}.nav-inner{justify-content:space-between;padding:16px 24px;max-width:1240px;margin:0 auto}.nav-inner,.nav-links{display:flex;align-items:center}.nav-links{gap:28px}.nav-link{font-size:14px;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--nav-link-hover)}.nav-cta{display:flex;gap:10px;align-items:center}@media (max-width:820px){.nav-links{display:none}}.hero{padding:96px 24px 80px;background:var(--bg-1);position:relative;overflow:hidden}.hero:before{display:none}.hero-inner{position:relative;max-width:1100px;margin:0 auto;text-align:center}.hero h1{margin-bottom:28px;text-wrap:balance}.hero h1 .accent{color:var(--brand);font-weight:700}.hero-sub{font-size:clamp(19px,1.8vw,24px);color:var(--fg-2);max-width:720px;margin:0 auto 40px;line-height:1.4;font-weight:400;text-wrap:pretty}.hero-ctas{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:24px}.hero-microproof{gap:10px;align-items:center;color:var(--fg-3);font-size:14px}.hero-microproof,.hero-microproof .dots{display:inline-flex}.hero-microproof .dots span{width:22px;height:22px;border-radius:50%;border:2px solid var(--bg-0);margin-left:-8px;background:linear-gradient(135deg,var(--bg-3),var(--bg-4));display:inline-block}.hero-microproof .dots span:first-child{margin-left:0;background:linear-gradient(135deg,#fb923c,#c2410c)}.hero-microproof .dots span:nth-child(2){background:linear-gradient(135deg,#6ee7b7,#10b981)}.hero-microproof .dots span:nth-child(3){background:linear-gradient(135deg,#93c5fd,#3b82f6)}.hero-viz-v2{margin-top:56px;display:grid;grid-template-columns:1fr .75fr 1fr;gap:16px;background:linear-gradient(180deg,var(--bg-1),var(--bg-0));border:1px solid var(--line);border-radius:var(--radius-xl);padding:20px;box-shadow:0 40px 80px rgba(0,0,0,.55),0 4px 16px var(--brand-soft);position:relative;overflow:hidden;min-height:480px;text-align:left}.hero-viz-v2:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 500px 260px at 50% 50%,var(--brand-soft),transparent 70%);pointer-events:none}@media (max-width:900px){.hero-viz-v2{grid-template-columns:1fr}}.hv-col{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-lg);padding:14px;display:flex;flex-direction:column;position:relative;z-index:1}.hv-col-head{display:flex;align-items:center;gap:8px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px dashed var(--line)}.hv-col-label{font-size:10px;color:var(--fg-2);letter-spacing:.14em;flex:1}.hv-col-count{font-size:11px;color:var(--fg-3)}.hv-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hv-dot-brand{background:var(--brand);box-shadow:0 0 10px var(--brand-glow)}.hv-dot-brand,.hv-dot-ok{animation:pulse 1.4s infinite}.hv-dot-ok{background:var(--ok)}.hv-jobs-list{display:flex;flex-direction:column;gap:6px}.hv-job{background:var(--bg-1);border:1px solid var(--line);border-radius:var(--radius);padding:10px 12px;position:relative;overflow:hidden;transition:all .45s ease;opacity:.55}.hv-job.scanning{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft);opacity:1;transform:translateX(3px)}.hv-job.processed{opacity:.3;border-color:rgba(110,231,183,.25)}.hv-job.processed:after{content:"✓";position:absolute;top:8px;right:10px;color:var(--ok);font-size:11px;font-weight:600}.hv-job-row{display:flex;justify-content:space-between;align-items:center}.hv-job-sub{margin-top:4px;font-size:11px;color:var(--fg-3)}.hv-job-title{font-weight:500;font-size:13px;color:var(--fg-0)}.hv-match{font-size:11px;color:var(--brand);font-weight:600}.hv-job-plat{font-size:10px;color:var(--fg-3);background:var(--bg-3);padding:2px 6px;border-radius:4px}.hv-scan-line{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--brand),transparent);animation:scanLine 1.4s linear infinite}@keyframes scanLine{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.hv-brain-col{align-items:center;justify-content:space-between;background:radial-gradient(ellipse 300px 200px at 50% 35%,var(--brand-soft),var(--bg-2))}.hv-brain{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center;margin:20px auto 0}.hv-brain-ring{position:absolute;border:1px solid var(--brand);border-radius:50%;opacity:.4}.hv-ring-1{inset:0;animation:spin 8s linear infinite;border-style:dashed}.hv-ring-2{inset:16px;animation:spin 6s linear infinite reverse;opacity:.25}.hv-ring-3{inset:32px;animation:spin 4s linear infinite;opacity:.5;border-width:2px;border-color:var(--brand-hi);border-right-color:transparent;border-bottom-color:transparent}.hv-brain-core{width:72px;height:72px;background:linear-gradient(135deg,var(--brand-hi),var(--brand));border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 40px var(--brand-glow),inset 0 1px 0 hsla(0,0%,100%,.2);animation:float 3s ease-in-out infinite;position:relative;z-index:2}.hv-brain-label{font-size:11px;color:var(--brand);letter-spacing:.1em;margin-top:8px;text-align:center}.hv-beam{height:2px;width:calc(100% + 40px);background:linear-gradient(90deg,transparent 0,var(--brand) 50%,transparent 100%);margin:12px -20px;position:relative;overflow:hidden}.hv-beam:after{content:"";position:absolute;top:0;left:-30%;width:30%;height:100%;background:linear-gradient(90deg,transparent,#fff,transparent);animation:beamPulse 2s ease-in-out infinite}.hv-beam-in:after{animation-delay:0s}.hv-beam-out:after{animation-delay:.6s}@keyframes beamPulse{0%{left:-30%}to{left:100%}}.hv-process{width:100%;display:flex;flex-direction:column;gap:8px;margin-top:4px}.hv-process-step{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--fg-2);padding:6px 10px;background:var(--bg-1);border:1px solid var(--line);border-radius:8px}.hv-process-step.hv-process-active{border-color:var(--brand);color:var(--fg-0);box-shadow:0 0 0 2px var(--brand-soft)}.hv-chk{width:10px;height:10px;border-radius:50%;background:var(--ok);flex-shrink:0}.hv-chk-live{background:var(--brand);animation:pulse 1s infinite}.hv-outcomes{gap:0}.hv-metric{padding:12px 4px;border-bottom:1px dashed var(--line)}.hv-metric-brand .hv-metric-value{color:var(--brand)}.hv-metric-label{font-size:11px;color:var(--fg-3);letter-spacing:.04em}.hv-metric-value{font-size:26px;font-weight:600;letter-spacing:-.02em;margin:2px 0;color:var(--fg-0)}.hv-metric-delta{font-size:10px;color:var(--ok);font-family:var(--font-mono)}.hv-feed{margin-top:10px;display:flex;flex-direction:column;gap:2px}.hv-feed-item{display:flex;align-items:center;gap:10px;padding:8px 4px;border-bottom:1px dashed var(--line);animation:feedIn .4s ease}.hv-feed-item:last-child{border-bottom:none}@keyframes feedIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.hv-feed-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.hv-feed-dot-sent{background:var(--info)}.hv-feed-dot-reply{background:var(--warn)}.hv-feed-dot-interview{background:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.hv-feed-title{font-size:12px;font-weight:500;color:var(--fg-0)}.hv-feed-sub,.hv-feed-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-feed-sub{font-size:10px;color:var(--fg-3)}.hv-feed-time{font-size:10px;color:var(--fg-4);flex-shrink:0}section.block{padding:130px 24px;border-bottom:none;position:relative}section.block:nth-of-type(odd){background:var(--bg-0)}section.block:nth-of-type(2n){background:var(--bg-1)}.block-head{text-align:center;max-width:800px;margin:0 auto 72px}.block-head h2{margin-bottom:18px;text-wrap:balance}.block-head p{color:var(--fg-2);font-size:19px;line-height:1.5;text-wrap:pretty}.eyebrow{color:var(--brand);font-family:var(--font-body);font-size:14px;letter-spacing:0;text-transform:none;font-weight:600;margin-bottom:14px;display:inline-block}.big-counters{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}@media (max-width:820px){.big-counters{grid-template-columns:1fr}}.big-counter{text-align:center;padding:56px 32px;background:var(--bg-0);border:1px solid var(--line);border-radius:var(--radius-xl);position:relative;overflow:hidden;box-shadow:var(--shadow);transition:box-shadow .25s,transform .25s}.big-counter:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.big-counter:before{display:none}.big-counter>*{position:relative;z-index:1}.big-counter-num{font-family:var(--font-display);font-size:clamp(48px,5.5vw,72px);font-weight:700;letter-spacing:-.04em;color:var(--fg-0)}.big-counter-label{color:var(--fg-2);margin-top:10px;font-size:17px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:900px){.steps{grid-template-columns:1fr 1fr}}@media (max-width:560px){.steps{grid-template-columns:1fr}}.step{background:var(--bg-1);border-radius:var(--radius-lg);padding:28px;position:relative;transition:transform .2s,border-color .2s}.step:hover{transform:translateY(-2px);border-color:var(--line-strong);box-shadow:var(--shadow-lg)}.step-num{font-size:12px;color:var(--brand);letter-spacing:.05em;font-weight:600;margin-bottom:20px}.step-icon{width:48px;height:48px;border-radius:14px;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;margin-bottom:18px}.step h3{font-size:22px;margin-bottom:10px;letter-spacing:-.02em}.step p{color:var(--fg-2);font-size:15px;line-height:1.5}.step{padding:32px;box-shadow:var(--shadow-sm);transition:transform .25s,border-color .25s,box-shadow .25s}.dash-preview,.step{background:var(--bg-0);border:1px solid var(--line);border-radius:var(--radius-xl)}.dash-preview{padding:28px;box-shadow:var(--shadow-lg);max-width:1100px;margin:0 auto}.dash-preview-bar{display:flex;gap:8px;margin-bottom:20px}.dash-preview-bar span{width:12px;height:12px;border-radius:50%;background:var(--bg-4)}.dash-preview-bar span:first-child{background:#ff5f57}.dash-preview-bar span:nth-child(2){background:#ffbd2e}.dash-preview-bar span:nth-child(3){background:#28c840}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:900px){.features{grid-template-columns:1fr 1fr}}@media (max-width:560px){.features{grid-template-columns:1fr}}.feature{padding:32px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--bg-0);box-shadow:var(--shadow-sm);transition:box-shadow .25s,transform .25s}.feature:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:14px;background:var(--brand-soft);border:none;display:flex;align-items:center;justify-content:center;color:var(--brand);margin-bottom:20px}.feature h4{margin-bottom:8px;font-size:19px;letter-spacing:-.015em}.feature p{color:var(--fg-2);font-size:15px;line-height:1.5}.testis{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media (max-width:900px){.testis{grid-template-columns:1fr}}.testi{padding:32px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--bg-0);box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.testi-stars{color:#ff9500;margin-bottom:16px;display:flex;gap:2px}.testi-quote{font-size:17px;line-height:1.55;margin-bottom:24px;flex:1;color:var(--fg-1)}.testi-author{gap:12px;border-top:1px solid var(--line);padding-top:18px}.testi-author,.testi-avatar{display:flex;align-items:center}.testi-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--brand-hi),var(--brand));color:#fff;justify-content:center;font-weight:600}.testi-name{font-weight:600;font-size:15px;color:var(--fg-0)}.testi-role{color:var(--fg-3);font-size:13px}.compare{max-width:1000px;margin:0 auto;border:1px solid var(--line);border-radius:var(--radius-xl);overflow:hidden;background:var(--bg-0);box-shadow:var(--shadow)}.compare-row{display:grid;grid-template-columns:2fr 1fr 1fr;border-bottom:1px solid var(--line)}.compare-row:last-child{border-bottom:none}.compare-row>div{padding:22px 24px;display:flex;align-items:center;gap:10px;font-size:15px}.compare-row.head>div{font-weight:600;font-size:13px;color:var(--fg-3);text-transform:uppercase;letter-spacing:.06em;background:var(--bg-2)}.compare-row.head>div:nth-child(2){color:var(--brand);background:var(--brand-soft)}.compare-row>div:nth-child(2){background:rgba(0,113,227,.03)}.compare-yes{color:var(--ok)}.compare-no{color:var(--fg-4)}.compare-label{color:var(--fg-1);font-weight:500}@media (max-width:767px){.compare{border:none;background:transparent}.compare-row{display:flex;flex-direction:column;background:var(--bg-1);border:1px solid var(--line);border-radius:12px;margin-bottom:10px;padding:14px 16px;gap:8px}.compare-row.head{display:none}.compare-row>div{background:transparent!important;font-size:13px;border-bottom:1px dashed var(--line);padding:0 0 8px}.compare-row>div:last-child{border-bottom:none;padding-bottom:0}.compare-row>div:before{content:attr(data-label);flex-shrink:0;width:110px;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-3);font-weight:600}.compare-row .compare-label:before{display:none}.compare-row .compare-label{font-weight:600;color:var(--fg-0);font-size:14px;border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:4px}.compare-row>div:nth-child(2):before{content:"vaga.ai";color:var(--brand)}.compare-row>div:nth-child(3):before{content:"Concorrentes"}}.logos-wall{display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap;opacity:.65;filter:grayscale(1)}.logos-wall .logo-item{font-family:var(--font-display);font-weight:600;font-size:20px;color:var(--fg-2);letter-spacing:-.02em}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto}@media (max-width:900px){.plans{grid-template-columns:1fr}}.plan{padding:40px 32px;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--bg-0);display:flex;flex-direction:column;position:relative;box-shadow:var(--shadow-sm);transition:box-shadow .25s,transform .25s}.plan:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.plan.featured{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft),var(--shadow-lg)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--brand);color:#fff;padding:6px 14px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.plan-name{font-size:22px;font-weight:700;margin-bottom:8px;letter-spacing:-.02em}.plan-desc{color:var(--fg-3);font-size:14px;margin-bottom:24px}.plan-price{display:flex;align-items:baseline;gap:6px;margin-bottom:28px}.plan-price-big{font-size:56px;font-weight:700;letter-spacing:-.04em;color:var(--fg-0)}.plan-price-per{color:var(--fg-3);font-size:15px}.plan-feats{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px;flex:1}.plan-feats li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--fg-1);line-height:1.4}.plan-feats li svg{flex-shrink:0;color:var(--ok);margin-top:3px}.plan-cta{width:100%;justify-content:center}.faq{max-width:820px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line);padding:24px 0}.faq-item:first-child{border-top:1px solid var(--line)}.faq-q{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:19px;letter-spacing:-.015em;color:var(--fg-0);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:16px}.faq-a{color:var(--fg-2);margin-top:12px;font-size:16px;line-height:1.5;overflow:hidden;transition:max-height .3s,margin-top .3s}.cta-final{text-align:center;padding:140px 24px;background:var(--bg-1)}.cta-final h2{margin-bottom:20px;text-wrap:balance}.cta-final p{color:var(--fg-2);font-size:19px;max-width:560px;margin:0 auto 32px;line-height:1.5}.footer{padding:72px 24px 32px;background:var(--bg-2);border-top:1px solid var(--line)}.footer-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid var(--line)}@media (max-width:820px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}.footer-col h5{font-size:13px;letter-spacing:0;text-transform:none;color:var(--fg-0);margin-bottom:16px;font-weight:600}.footer-col a{display:block;color:var(--fg-2);font-size:13px;margin-bottom:12px;transition:color .15s}.footer-col a:hover{color:var(--fg-0)}.footer-bottom{max-width:1240px;margin:0 auto;padding-top:24px;display:flex;justify-content:space-between;color:var(--fg-3);font-size:12px;flex-wrap:wrap;gap:16px}.marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.marquee-track{display:flex;gap:48px;animation:marquee 30s linear infinite;width:-moz-max-content;width:max-content}.dash-root{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background:var(--bg-0)}@media (max-width:900px){.dash-root{grid-template-columns:1fr}}.dash-sidebar{background:var(--bg-1);border-right:1px solid var(--line);padding:20px 16px;display:flex;flex-direction:column;gap:18px;position:sticky;top:0;height:100vh;overflow-y:auto}@media (max-width:900px){.dash-sidebar{position:relative;height:auto}}.dash-sidebar-top{padding:4px 8px}.dash-user{padding:12px;border-radius:var(--radius)}.dash-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-lo));font-family:var(--font-display)}.dash-nav-item{gap:12px;border-radius:var(--radius);font-weight:500;transition:all .15s}.dash-nav-item.active{color:var(--brand-hi)}.dash-sidebar-bot{display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--line);padding-top:16px}.robot-toggle{justify-content:space-between;padding:12px;border:1px solid var(--line);border-radius:var(--radius)}.toggle{background:var(--bg-4)}.toggle span{width:18px;height:18px;border-radius:50%}.dash-main{padding:32px 36px;overflow-x:hidden}@media (max-width:700px){.dash-main{padding:20px}}.dash-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:28px;flex-wrap:wrap;gap:16px}@media (max-width:700px){.dash-kpis{grid-template-columns:1fr 1fr}}.dash-kpi{padding:18px;border-radius:var(--radius-lg)}.dash-kpi-label{font-size:12px;letter-spacing:.03em}.dash-kpi-value{font-size:32px;font-weight:600;letter-spacing:-.02em;margin:4px 0}.dash-kpi-delta{font-size:12px;color:var(--ok)}.dash-split{grid-template-columns:1.4fr 1fr}@media (max-width:900px){.dash-split{grid-template-columns:1fr}}.dash-panel{border-radius:var(--radius-lg);padding:20px}.dash-panel-head{margin-bottom:16px}.dash-panel-head h3{font-size:16px}.dash-select{border:1px solid var(--line);color:var(--fg-1);padding:6px 10px;font-size:12px}.chart{height:200px;padding:10px 0}.chart,.chart-bar-wrap{gap:6px}.chart-bar{flex:1;background:linear-gradient(180deg,var(--brand),var(--brand-lo));border-radius:4px 4px 0 0;opacity:.85;animation:barRise .8s ease-out both;min-height:4px}.chart-label{font-size:11px;font-family:var(--font-mono)}@keyframes barRise{0%{height:0!important}}.dash-activity{gap:12px;max-height:340px}.dash-activity-item{gap:12px}.dash-activity-dot{border-radius:50%;background:var(--fg-4)}.dash-activity-dot.sent{background:var(--info)}.dash-activity-dot.view{background:var(--warn)}.dash-activity-dot.reply{background:var(--ok)}.dash-activity-dot.interview{box-shadow:0 0 0 4px var(--brand-soft)}.funnel{gap:10px;padding:10px 0}.funnel-step{width:100%}.funnel-bar{background:linear-gradient(90deg,var(--brand),var(--brand-lo));padding:12px 18px;font-size:14px;min-width:120px;transition:width 1s ease}.dash-table th{letter-spacing:.08em}.dash-table td,.dash-table th{padding:14px 18px}.status-pill{display:inline-block;font-weight:500;font-family:var(--font-mono);letter-spacing:.02em}.jobs-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.job-card{border-radius:var(--radius-lg);padding:18px;transition:border-color .15s,transform .15s}.job-card:hover{border-color:var(--brand);transform:translateY(-2px)}.job-card-head{gap:12px}.job-co{width:40px;height:40px;border-radius:10px;background:var(--bg-3);color:var(--fg-0);font-family:var(--font-display);font-weight:600}.match-badge{width:44px;height:44px;border-radius:50%;background:conic-gradient(var(--brand) var(--m),var(--bg-3) var(--m));display:flex;align-items:center;justify-content:center;position:relative}.match-badge:before{content:"";position:absolute;inset:4px;border-radius:50%;background:var(--bg-1)}.match-badge span{position:relative;font-family:var(--font-mono);font-size:11px;font-weight:600;color:var(--brand)}.tag{display:inline-block;border-radius:999px;font-size:12px}.interview-card{gap:20px;border-radius:var(--radius-lg);padding:18px 20px;transition:border-color .15s;flex-wrap:wrap}.interview-card.hoje{border-color:var(--brand);box-shadow:0 0 0 1px var(--brand)}.interview-card.passada{opacity:.55}.interview-date{width:110px;padding-right:20px;border-right:1px solid var(--line);flex-shrink:0}.interview-day{font-family:var(--font-display);font-size:17px;font-weight:600}.interview-time{font-family:var(--font-mono);font-size:12px;color:var(--fg-3);margin-top:2px}.resume-view{line-height:1.6}.resume-section{padding-top:20px;border-top:1px dashed var(--line)}.resume-section-head{font-family:var(--font-mono);color:var(--fg-3);letter-spacing:.15em}.chat-panel{min-height:500px}.chat-messages{gap:12px;padding:8px 0 20px;max-height:500px}.chat-msg{align-items:flex-start}.chat-avatar{border-radius:50%}.chat-bubble{max-width:75%;padding:12px 16px;border-radius:14px;border:1px solid var(--line);font-size:14px}.chat-msg.me .chat-bubble{border-color:var(--brand)}.chat-input{gap:8px;padding-top:16px}.signup-overlay{position:fixed;inset:0;z-index:100;background:rgba(10,10,11,.85);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:24px;overflow-y:auto;animation:fadeIn .2s ease}.signup-card{width:100%;max-width:620px;background:var(--bg-1);border:1px solid var(--line);border-radius:var(--radius-xl);box-shadow:0 40px 80px rgba(0,0,0,.6);overflow:hidden}.signup-head{align-items:center;padding:20px 28px;border-bottom:1px solid var(--line)}.signup-head,.signup-progress{display:flex;justify-content:space-between}.signup-progress{gap:8px;padding:24px 28px 16px;position:relative}.signup-progress:before{content:"";position:absolute;top:38px;left:48px;right:48px;height:2px;background:var(--line);z-index:0}.signup-step{flex-direction:column;gap:8px;position:relative;z-index:1;flex:1}.signup-step,.signup-step-dot{display:flex;align-items:center}.signup-step-dot{width:28px;height:28px;border-radius:50%;background:var(--bg-3);color:var(--fg-3);justify-content:center;font-size:12px;font-weight:600;font-family:var(--font-mono);transition:all .2s;border:2px solid var(--bg-1)}.signup-step.active .signup-step-dot{background:var(--brand);color:#fff}.signup-step.current .signup-step-dot{box-shadow:0 0 0 4px var(--brand-soft)}.signup-step-label{font-size:11px;color:var(--fg-3);font-family:var(--font-mono);letter-spacing:.05em}.signup-step.active .signup-step-label{color:var(--fg-0)}.signup-body{padding:12px 28px 28px}.signup-pane h2{font-size:26px;margin-bottom:8px}.signup-hint{color:var(--fg-2);margin-bottom:24px;font-size:14px}.signup-field{margin-bottom:16px}.signup-label{font-size:13px;color:var(--fg-2);margin-bottom:8px;font-weight:500}.signup-input{width:100%;padding:12px 14px;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);color:var(--fg-0);font-size:14px;transition:border-color .15s}.signup-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.signup-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.signup-slider{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;background:var(--bg-3);border-radius:2px;outline:none}.signup-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--brand);cursor:pointer;box-shadow:0 0 0 4px var(--brand-soft)}.signup-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--brand);cursor:pointer;border:none}.chip{padding:8px 16px;font-size:13px}.chip:hover{border-color:var(--fg-4)}.chip.active{background:var(--brand-soft);color:var(--brand-hi)}.signup-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--radius);font-size:13px;color:var(--fg-2)}.platform-row,.signup-chip{background:var(--bg-2);border:1px solid var(--line)}.platform-row{padding:14px 16px;margin-bottom:8px;border-radius:var(--radius);transition:border-color .15s}.platform-row.connected{border-color:rgba(110,231,183,.4);background:rgba(110,231,183,.04)}.platform-icon{background:var(--bg-3);color:var(--fg-0);font-weight:600;font-family:var(--font-display)}.signup-actions{display:flex;gap:12px;align-items:center;padding:20px 28px;border-top:1px solid var(--line);background:var(--bg-2)}.resume-drop{border:2px dashed var(--line-strong);border-radius:var(--radius-lg);padding:40px 24px;text-align:center;cursor:pointer;transition:all .15s}.resume-drop:hover{border-color:var(--brand);background:var(--brand-soft)}.resume-scanning{padding:20px;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-lg)}.resume-spin{width:36px;height:36px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;animation:spin 1.4s linear infinite}.resume-progress{height:6px;background:var(--bg-3);border-radius:3px;overflow:hidden}.resume-progress>div{height:100%;background:linear-gradient(90deg,var(--brand),var(--brand-hi));transition:width .2s ease}.resume-done{display:flex;align-items:center;gap:12px;padding:16px;background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius-lg);color:var(--brand)}.resume-done>div:first-of-type{color:var(--fg-0)}.ext-overlay{position:fixed;inset:0;z-index:100;background:rgba(10,10,11,.92);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;padding:20px;overflow-y:auto;animation:fadeIn .2s ease}.ext-browser{width:100%;max-width:1100px;background:var(--bg-1);border:1px solid var(--line);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 60px 120px rgba(0,0,0,.7)}.ext-browser-chrome{display:flex;align-items:center;gap:14px;padding:12px 16px;background:var(--bg-2);border-bottom:1px solid var(--line)}.ext-traffic{display:flex;gap:6px}.ext-traffic span{width:11px;height:11px;border-radius:50%}.ext-traffic span:first-child{background:#fb7185}.ext-traffic span:nth-child(2){background:var(--warn)}.ext-traffic span:nth-child(3){background:var(--ok)}.ext-tabs{flex:1;display:flex;gap:4px}.ext-tab{background:var(--bg-1);border:1px solid var(--line);padding:6px 12px;border-radius:8px 8px 0 0;font-size:12px;color:var(--fg-2);display:flex;align-items:center;gap:8px;max-width:360px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ext-tab.active{background:var(--bg-0);color:var(--fg-0);border-bottom-color:var(--bg-0)}.ext-browser-url{display:flex;align-items:center;gap:10px;padding:10px 16px;background:var(--bg-1);border-bottom:1px solid var(--line)}.ext-browser-url>span{flex:1;padding:6px 12px}.ext-browser-ext-icon,.ext-browser-url>span{background:var(--bg-2);border-radius:6px;border:1px solid var(--line)}.ext-browser-ext-icon{width:32px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:background .15s}.ext-browser-ext-icon:hover{background:var(--bg-3)}.ext-icon-badge{position:absolute;top:-4px;right:-4px;background:var(--brand);color:#fff;font-size:9px;font-weight:700;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono)}.ext-browser-body{position:relative;background:var(--bg-0);min-height:520px}.ext-fake-page{padding:32px;max-width:760px;opacity:.5}.ext-job-head{display:flex;gap:16px;align-items:flex-start}.ext-popup{position:absolute;top:12px;right:16px;width:340px;background:var(--bg-1);border:1px solid var(--line-strong);border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.6),0 0 0 1px rgba(10,102,194,.15);padding:18px;animation:popupIn .25s ease}@keyframes popupIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:none}}.ext-popup:before{content:"";position:absolute;top:-6px;right:20px;width:12px;height:12px;background:var(--bg-1);border-left:1px solid var(--line-strong);border-top:1px solid var(--line-strong);transform:rotate(45deg)}.ext-popup-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed var(--line)}.ext-popup-close{width:24px;height:24px;border-radius:6px;background:var(--bg-2);color:var(--fg-3);display:flex;align-items:center;justify-content:center;cursor:pointer}.ext-popup-close:hover{background:var(--bg-3);color:var(--fg-0)}.ext-match-ring{position:relative;width:96px;height:96px;margin:4px auto 14px}.ext-match-label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ext-match-text{text-align:center;margin-bottom:14px;font-size:14px}.ext-match-list{background:var(--bg-2);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.ext-match-list>div{display:flex;gap:8px;align-items:center;font-size:12px;color:var(--fg-1)}.ext-match-list svg{color:var(--ok)}.ext-match-list>div:last-child svg{color:var(--fg-4)}.ext-info{padding:28px 32px;background:var(--bg-1);border-top:1px solid var(--line)}.step-anim{display:flex;flex-direction:column}.step-stage{margin:4px 0 20px;height:170px;border-radius:12px;background:linear-gradient(180deg,var(--bg-2),var(--bg-1));border:1px solid var(--line);position:relative;overflow:hidden}.anim{position:absolute;inset:0}.anim-upload .anim-card{position:absolute;left:16px;top:18px;right:16px;bottom:18px;background:var(--bg-0);border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column;box-shadow:0 6px 16px rgba(0,0,0,.3)}.anim-card-head{display:flex;gap:4px;padding:7px 9px;border-bottom:1px solid var(--line)}.anim-card-dot{width:7px;height:7px;border-radius:50%;background:var(--bg-3)}.anim-card-body{padding:8px 10px;display:flex;flex-direction:column;gap:5px;flex:1}.anim-extract{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--fg-3);opacity:0;transform:translateX(-6px);transition:opacity .35s,transform .35s,color .35s}.anim-extract.on{opacity:1;transform:none;color:var(--fg-1)}.anim-extract-check{width:9px;height:9px;border-radius:50%;background:var(--bg-3);flex-shrink:0;position:relative;transition:background .35s}.anim-extract.on .anim-extract-check{background:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}.anim-extract.on .anim-extract-check:after{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:7px;font-weight:700}.anim-pdf{position:absolute;width:42px;height:52px;background:#fff;border-radius:5px;box-shadow:0 6px 18px rgba(0,0,0,.4);animation:pdfFly 4.4s ease-in-out infinite;display:flex;flex-direction:column;padding:6px 5px;z-index:3}.anim-pdf-tag{align-self:flex-end;font-size:7px;font-weight:700;color:#e11d48;font-family:var(--font-mono);letter-spacing:.05em}.anim-pdf-lines{margin-top:auto;display:flex;flex-direction:column;gap:2px}.anim-pdf-lines i{display:block;height:2px;background:#d1d5db;border-radius:1px}.anim-pdf-lines i:nth-child(2){width:80%}.anim-pdf-lines i:nth-child(3){width:60%}.anim-pdf-lines i:nth-child(4){width:90%}@keyframes pdfFly{0%{left:10%;top:120%;opacity:0;transform:rotate(-6deg) scale(.9)}15%{opacity:1}45%{left:12%;top:28%;transform:rotate(2deg) scale(1);opacity:1}75%{left:55%;top:40%;transform:rotate(-4deg) scale(.5);opacity:.2}to{left:55%;top:40%;transform:rotate(-4deg) scale(0);opacity:0}}.anim-cursor{position:absolute;z-index:4;animation:cursorMove 4.4s ease-in-out infinite;filter:drop-shadow(0 2px 3px rgba(0,0,0,.4))}@keyframes cursorMove{0%{left:20%;top:80%}45%{left:20%;top:40%}60%{left:22%;top:42%;transform:scale(.85)}70%{left:22%;top:42%;transform:scale(1)}to{left:20%;top:80%}}.anim-filters{padding:14px 16px;display:flex;flex-direction:column;gap:10px;justify-content:center}.anim-chip-row{display:flex;flex-wrap:wrap;gap:5px}.anim-chip{padding:4px 9px;border-radius:999px;border:1px solid var(--line);background:var(--bg-1);font-size:10px;color:var(--fg-3);transition:all .35s ease}.anim-chip.anim-chip-on{background:var(--brand-soft);border-color:var(--brand);color:var(--brand-hi)}.anim-slider-row{display:flex;align-items:center;gap:8px}.anim-slider-lbl{font-family:var(--font-mono);font-size:9px;color:var(--fg-3)}.anim-slider{flex:1;height:4px;background:var(--bg-3);border-radius:2px;position:relative}.anim-slider-fill{height:100%;background:linear-gradient(90deg,var(--brand),var(--brand-hi));border-radius:2px;transition:width .55s ease}.anim-slider-thumb{position:absolute;top:50%;width:11px;height:11px;border-radius:50%;background:var(--brand);transform:translate(-50%,-50%);box-shadow:0 0 0 3px var(--brand-soft);transition:left .55s ease}.anim-checks{display:grid;grid-template-columns:1fr 1fr;gap:4px 10px}.anim-check{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--fg-3);transition:color .35s}.anim-check.on{color:var(--fg-0)}.anim-check-box{width:12px;height:12px;border-radius:3px;border:1.5px solid var(--line-strong);background:var(--bg-1);display:flex;align-items:center;justify-content:center;transition:all .35s}.anim-check.on .anim-check-box{background:var(--brand);border-color:var(--brand)}.anim-check-tick{color:#fff;font-size:9px;font-weight:700;opacity:0;transform:scale(.5);transition:all .25s}.anim-check.on .anim-check-tick{opacity:1;transform:scale(1)}.anim-robot{padding:12px}.anim-browser{position:absolute;inset:12px;background:var(--bg-0);border:1px solid var(--line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.anim-browser-bar{display:flex;align-items:center;gap:4px;padding:6px 8px;border-bottom:1px solid var(--line);background:var(--bg-2)}.anim-browser-bar>span{width:7px;height:7px;border-radius:50%;background:var(--bg-4)}.anim-browser-url{margin-left:8px;font-family:var(--font-mono);font-size:9px;color:var(--fg-3);background:var(--bg-1);padding:3px 8px;border-radius:4px;flex:1}.anim-browser-body{padding:10px;flex:1}.anim-job-hd{display:flex;align-items:center;gap:8px;margin-bottom:8px}.anim-job-logo{width:26px;height:26px;border-radius:5px;background:linear-gradient(135deg,#7c3aed,#4f46e5)}.anim-job-title-sk{width:90px;height:7px;background:var(--fg-4);border-radius:3px;margin-bottom:4px}.anim-job-sub-sk{width:60px;height:5px;background:var(--bg-4);border-radius:3px}.anim-job-lines{display:flex;flex-direction:column;gap:4px}.anim-job-lines i{display:block;height:4px;background:var(--bg-3);border-radius:2px}.anim-ext{position:absolute;right:10px;top:40px;width:145px;padding:10px;background:var(--bg-1);border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.5);transform:translateY(-12px) scale(.9);opacity:0;transition:all .4s ease;z-index:3}.anim-ext.in{transform:none;opacity:1}.anim-ext-match{gap:8px;margin-bottom:8px}.anim-ext-match,.anim-ext-ring{display:flex;align-items:center}.anim-ext-ring{width:34px;height:34px;border-radius:50%;justify-content:center;transition:background .6s;position:relative}.anim-ext-ring:after{content:"";position:absolute;inset:4px;background:var(--bg-1);border-radius:50%}.anim-ext-ring span{position:relative;z-index:1;font-family:var(--font-mono);font-size:10px;font-weight:700;color:var(--brand)}.anim-ext-ttl{font-size:10px;font-weight:600;color:var(--fg-0)}.anim-ext-sub{font-size:9px;color:var(--fg-3)}.anim-ext-btn{width:100%;padding:6px;background:var(--brand);color:#fff;border-radius:5px;font-size:10px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:background .3s}.anim-ext-btn.loading{background:var(--brand-lo)}.anim-ext-btn.loading:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);animation:shimmer 1s linear infinite}.anim-ext-btn.done{background:#16a34a}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.anim-chat{display:flex;align-items:center;justify-content:center}.anim-phone{width:108px;height:155px;background:#0a0a0b;border-radius:16px;border:2px solid #2a2a33;box-shadow:0 10px 24px rgba(0,0,0,.5);position:relative;overflow:hidden;padding:8px 6px}.anim-phone-notch{position:absolute;top:0;left:50%;transform:translateX(-50%);width:36px;height:8px;background:#000;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.anim-phone-screen{background:linear-gradient(180deg,#0f172a,#1e293b);height:100%;border-radius:10px;padding:12px 6px 6px;display:flex;flex-direction:column}.anim-phone-time{text-align:center;font-size:9px;font-weight:600;color:#cbd5e1;margin-bottom:4px}.anim-notifs{display:flex;flex-direction:column;gap:4px}.anim-notif{display:flex;gap:5px;background:hsla(0,0%,100%,.12);backdrop-filter:blur(8px);border-radius:6px;padding:5px;opacity:0;transform:translateY(-8px);transition:all .4s ease}.anim-notif.on{opacity:1;transform:none}.anim-notif-ic{width:16px;height:16px;border-radius:4px;background:var(--brand);flex-shrink:0;position:relative}.anim-notif-ic:after{content:"";position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.anim-notif-ic-interview{background:#22c55e}.anim-notif-ic-interview:after{content:"📅";font-size:8px}.anim-notif-ic-view{background:#3b82f6}.anim-notif-ic-view:after{content:"👁";font-size:8px}.anim-notif-ic-test{background:#a855f7}.anim-notif-ic-test:after{content:"✎";font-size:8px;color:#fff}.anim-notif-body{flex:1;min-width:0}.anim-notif-hd{display:flex;justify-content:space-between;align-items:center;font-size:7px;color:#f1f5f9}.anim-notif-hd span{color:#94a3b8;font-size:6px}.anim-notif-txt{font-size:7px;color:#cbd5e1;margin-top:1px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.2}.quick-nav{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);display:flex;gap:4px;background:var(--quicknav-bg);backdrop-filter:blur(14px);border:1px solid var(--line-strong);padding:4px;z-index:90;box-shadow:0 20px 40px rgba(0,0,0,.5)}.qn-btn,.quick-nav{border-radius:999px}.qn-btn{padding:8px 14px;color:var(--fg-2);font-size:12px;font-weight:500;transition:all .15s}.qn-btn:hover{color:var(--fg-0)}.qn-btn.active{background:var(--brand);color:#fff}.tweaks-panel{position:fixed;bottom:80px;right:20px;width:280px;background:var(--bg-1);border:1px solid var(--line-strong);border-radius:14px;padding:14px;z-index:95;box-shadow:0 20px 40px rgba(0,0,0,.6);animation:popupIn .2s ease}.tweaks-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px dashed var(--line);margin-bottom:10px}.tweaks-body{display:flex;flex-direction:column;gap:14px}.tweaks-label{font-size:11px;color:var(--fg-3);margin-bottom:6px;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px;background:var(--bg-0)}.auth-card{width:100%;max-width:420px;background:var(--bg-1);border:1px solid var(--line);border-radius:18px;padding:36px;box-shadow:0 30px 80px rgba(0,0,0,.4)}.auth-logo{display:inline-block;margin-bottom:28px}.auth-card h1{font-family:var(--font-display);font-size:28px;letter-spacing:-.02em;margin:0 0 6px;color:var(--fg-0)}.auth-sub{color:var(--fg-3);margin:0 0 24px;font-size:14px}.auth-form{gap:14px}.auth-form,.auth-form label{display:flex;flex-direction:column}.auth-form label{gap:6px;font-size:13px;color:var(--fg-2)}.auth-form label span{font-weight:500}.auth-form input{padding:11px 14px;background:var(--bg-0);border:1px solid var(--line-strong);border-radius:10px;color:var(--fg-0);font-size:14px;font-family:inherit;transition:border-color .15s}.auth-form input:focus{outline:none;border-color:var(--brand)}.auth-error{color:#ef4444;font-size:13px;padding:10px 12px;background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.3);border-radius:8px}.auth-success{text-align:center;padding:24px 0;color:var(--ok)}.auth-success h2{margin:12px 0 6px;font-size:20px;color:var(--fg-0)}.auth-success p{color:var(--fg-2);font-size:14px}.auth-foot{margin-top:24px;text-align:center;font-size:13px;color:var(--fg-3)}.auth-foot a{color:var(--brand);font-weight:500}.auth-foot a:hover{text-decoration:underline}.dash-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh;background:var(--bg-0)}.dash-side{background:var(--bg-1);border-right:1px solid var(--line);padding:24px 16px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.dash-brand{margin-bottom:24px;padding:0 8px}.dash-nav{display:flex;flex-direction:column;gap:2px;flex:1}.dash-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:var(--fg-2);font-size:14px;text-align:left;cursor:pointer;background:transparent;border:none;width:100%;font-family:inherit}.dash-nav-item:hover{background:var(--bg-2);color:var(--fg-0)}.dash-nav-item.active{background:var(--brand-soft);color:var(--brand)}.dash-side-foot{padding-top:16px;border-top:1px dashed var(--line)}.dash-main{padding:32px 40px;max-width:1200px}.dash-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.dash-top h1{font-family:var(--font-display);font-size:28px;letter-spacing:-.02em;margin:0 0 4px;color:var(--fg-0)}.dash-top .mute{color:var(--fg-3);font-size:13px}.dash-top-actions{display:flex;gap:10px}.robot-toggle{display:flex;align-items:center;gap:8px;padding:10px 16px;background:var(--bg-2);border:1px solid var(--line-strong);border-radius:999px;color:var(--fg-2);font-weight:600;font-size:13px;cursor:pointer;transition:all .2s}.robot-toggle.on{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 4px 14px var(--brand-glow)}.dash-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.dash-card{background:var(--bg-1);border:1px solid var(--line);border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:10px}.dash-card.warn{grid-column:span 2;border-color:rgba(249,115,22,.3);background:var(--brand-soft);flex-direction:row;align-items:center}.dash-card.warn b{color:var(--brand-hi)}.dash-card.warn p{color:var(--fg-2);font-size:13px;margin:4px 0 0}.dash-card.stat{text-align:left}.stat-value{font-family:var(--font-display);font-size:32px;font-weight:700;color:var(--fg-0)}.stat-label{color:var(--fg-3);font-size:12px}.dash-list{display:flex;flex-direction:column;gap:8px}.dash-row{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;background:var(--bg-1);border:1px solid var(--line);border-radius:12px;gap:16px}.dash-row-title{font-weight:500;color:var(--fg-0)}.status-pill{font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.status-pill.queued{background:rgba(148,163,184,.15);color:#94a3b8}.status-pill.review{background:rgba(236,72,153,.15);color:#ec4899}.status-pill.applying{background:rgba(59,130,246,.15);color:#3b82f6}.status-pill.applied{background:rgba(16,185,129,.15);color:#10b981}.status-pill.failed{background:rgba(239,68,68,.15);color:#ef4444}.status-pill.interview{background:rgba(249,115,22,.15);color:var(--brand)}.status-pill.rejected{background:rgba(148,163,184,.1);color:#64748b}.status-pill.offer{background:rgba(168,85,247,.15);color:#a855f7}.match{font-family:var(--font-mono)}.dash-empty{padding:60px 20px;text-align:center;color:var(--fg-3);font-size:14px}.dash-card label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--fg-2);margin-bottom:12px}.dash-card label span{font-weight:500}.dash-card label input{padding:10px 14px;background:var(--bg-0);border:1px solid var(--line-strong);border-radius:8px;color:var(--fg-0);font-size:14px;font-family:inherit}.dash-card label input:focus{outline:none;border-color:var(--brand)}@media (max-width:1024px){.dash-shell{grid-template-columns:200px 1fr}.dash-main{padding:24px}.dash-top h1{font-size:22px}}@media (max-width:900px){.dash-grid{grid-template-columns:1fr 1fr;gap:12px}.dash-card.warn{grid-column:span 2;flex-direction:column;align-items:flex-start}.stat-value{font-size:24px}}@media (max-width:600px){.dash-grid{grid-template-columns:1fr}.dash-card.warn{grid-column:span 1}}@media (max-width:767px){.auth-page{padding:24px 16px;min-height:100dvh}.auth-card{padding:28px 20px;border-radius:20px}}.help-btn{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:var(--bg-2);border:1px solid var(--line-strong);border-radius:999px;color:var(--fg-2);cursor:pointer;transition:color .15s,background .15s}.help-btn:hover{color:var(--brand);background:var(--brand-soft);border-color:var(--brand)}.tut-backdrop{position:fixed;inset:0;background:rgba(2,6,12,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.tut-card{width:100%;max-width:480px;background:var(--bg-1);border:1px solid var(--line-strong);border-radius:20px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.6),0 0 0 1px hsla(0,0%,100%,.03);display:flex;flex-direction:column;gap:20px;max-height:90dvh;overflow-y:auto}.tut-head{display:flex;justify-content:space-between;align-items:center}.tut-eyebrow{font-size:11px;font-weight:600;color:var(--brand);text-transform:uppercase;letter-spacing:.08em}.tut-close{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--line);border-radius:8px;color:var(--fg-3);cursor:pointer;transition:color .15s,border-color .15s}.tut-close:hover{color:var(--fg-0);border-color:var(--line-strong)}.tut-progress{display:flex;gap:6px}.tut-dot{flex:1;height:4px;background:var(--bg-2);border-radius:999px;transition:background .25s}.tut-dot.active{background:var(--brand)}.tut-dot.done{background:var(--brand-hi,var(--brand));opacity:.55}.tut-step{display:flex;flex-direction:column;gap:12px;padding:8px 0 4px}.tut-motion{width:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,var(--bg-2) 0,var(--bg-1) 100%);border:1px solid var(--line);border-radius:14px;padding:18px 16px;margin-bottom:8px;min-height:150px;overflow:hidden}.tut-motion svg{max-width:240px;width:100%;height:auto}.tut-step h3{font-family:var(--font-display,inherit);font-size:22px;font-weight:700;letter-spacing:-.02em;margin:0;color:var(--fg-0)}.tut-step p{font-size:14px;line-height:1.55;color:var(--fg-2);margin:0}.tut-highlight{display:flex;gap:10px;align-items:flex-start;padding:12px 14px;background:var(--brand-soft);border:1px solid rgba(249,115,22,.25);border-radius:10px;font-size:13px;color:var(--fg-1);margin-top:4px}.tut-highlight svg{color:var(--brand);flex-shrink:0;margin-top:1px}.tut-foot{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid var(--line)}.tut-step-count{font-size:12px;color:var(--fg-3);font-family:var(--font-mono,monospace)}.tut-actions{display:flex;gap:8px}.btn-sm{padding:8px 14px!important;font-size:13px!important}@media (max-width:767px){.tut-card{padding:22px;border-radius:18px}.tut-step h3{font-size:19px}.tut-foot{flex-direction:column;align-items:stretch;gap:12px}.tut-step-count{text-align:center}.tut-actions{width:100%}.tut-actions .btn-sm{flex:1;justify-content:center}}.legal-page{min-height:100dvh;background:var(--bg-0);padding:0 0 80px}.legal-header{border-bottom:1px solid var(--line);padding:24px 40px;position:sticky;top:0;background:rgba(2,6,12,.85);backdrop-filter:blur(12px);z-index:10}.legal-content{max-width:760px;margin:0 auto;padding:48px 40px;color:var(--fg-1);font-size:15px;line-height:1.7}.legal-content h1{font-size:36px;letter-spacing:-.02em;margin:0 0 8px}.legal-content h1,.legal-content h2{font-family:var(--font-display,inherit);color:var(--fg-0)}.legal-content h2{font-size:22px;margin:36px 0 12px}.legal-content h3{font-size:17px;margin:24px 0 8px;color:var(--fg-0)}.legal-content p{margin:0 0 14px;color:var(--fg-1)}.legal-content ul{margin:0 0 16px;padding-left:22px}.legal-content li{margin-bottom:6px;color:var(--fg-1)}.legal-content a{color:var(--brand);text-decoration:underline}.legal-meta{color:var(--fg-3);font-size:13px;margin-bottom:32px!important}.legal-warn{background:rgba(249,115,22,.08);border:1px solid rgba(249,115,22,.3);border-radius:12px;padding:18px 22px;margin:18px 0 22px}.legal-warn strong{color:var(--brand-hi,#fdba74);display:block;margin-bottom:8px}.legal-table{width:100%;border-collapse:collapse;margin:14px 0 22px;font-size:14px}.legal-table td,.legal-table th{text-align:left;padding:10px 14px;border:1px solid var(--line)}.legal-table th{background:var(--bg-1);color:var(--fg-0);font-weight:600}.legal-table td{color:var(--fg-1)}.legal-foot{margin-top:56px;padding-top:24px;border-top:1px solid var(--line);text-align:center;color:var(--fg-3);font-size:13px}.legal-foot a{color:var(--fg-2);text-decoration:none;margin:0 4px}.legal-foot a:hover{color:var(--brand)}.lgpd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:28px 0 40px}.lgpd-card{background:var(--bg-1);border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;flex-direction:column;gap:10px}.lgpd-card svg{color:var(--brand)}.lgpd-card h3{margin:0!important;font-size:16px!important}.lgpd-card p{margin:0;font-size:14px;color:var(--fg-2)}.lgpd-rights{list-style:none!important;padding-left:0!important}.lgpd-rights li{background:var(--bg-1);border:1px solid var(--line);border-radius:8px;padding:10px 14px;margin-bottom:8px!important}.ext-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:32px 0 40px}.ext-stat{background:var(--bg-1);border:1px solid var(--line);border-radius:12px;padding:20px;text-align:center}.ext-stat-value{font-size:32px;font-weight:700;color:var(--brand)}.ext-stat-label{font-size:12px;color:var(--fg-3);margin-top:4px;text-transform:uppercase;letter-spacing:.05em}.ext-platforms{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:18px 0 24px}.ext-platform{display:flex;align-items:center;gap:12px;padding:14px;background:var(--bg-1);border:1px solid var(--line);border-radius:10px}.faq-item-detail{background:var(--bg-1);border:1px solid var(--line);border-radius:8px;padding:14px 18px;margin-bottom:8px}.faq-item-detail summary{cursor:pointer;font-weight:500;color:var(--fg-0);list-style:none;position:relative;padding-right:24px}.faq-item-detail summary:after{content:"+";position:absolute;right:0;top:0;color:var(--brand);font-size:18px}.faq-item-detail[open] summary:after{content:"−"}.faq-item-detail p{margin:12px 0 0;color:var(--fg-2);font-size:14px;line-height:1.6}@media (max-width:767px){.ext-stats{grid-template-columns:1fr}}.ext-view{max-width:760px}.ext-view-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.ext-locked-badge{display:inline-flex;gap:6px;padding:6px 12px;border:1px solid var(--line);border-radius:999px;font-size:13px;color:var(--fg-2)}.ext-locked,.ext-locked-badge{align-items:center;background:var(--bg-1)}.ext-locked{display:flex;flex-direction:column;gap:8px;padding:56px 24px;border:1px solid var(--line);border-radius:16px;text-align:center}.ext-locked h3{margin:8px 0 0;font-size:20px}.ext-locked p{margin:0 0 16px}.ext-steps{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.ext-step{display:flex;align-items:center;gap:8px;padding:8px 14px;background:var(--bg-1);border:1px solid var(--line);border-radius:999px;font-size:14px;color:var(--fg-2);flex:1;min-width:120px}.ext-step.active{color:var(--fg-0);border-color:var(--brand)}.ext-step.done{background:color-mix(in srgb,var(--brand) 10%,transparent);border-color:var(--brand);color:var(--brand)}.ext-step-num{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--bg-2);font-size:13px;font-weight:600}.ext-step.active .ext-step-num,.ext-step.done .ext-step-num{background:var(--brand);color:#fff}.ext-step-card{padding:24px;background:var(--bg-1);border:1px solid var(--line);border-radius:14px;margin-bottom:14px}.ext-step-card h3{margin:0 0 6px;font-size:17px}.ext-step-card p{margin:0;color:var(--fg-2)}.ext-step-card.ext-step-done{background:color-mix(in srgb,var(--brand) 6%,var(--bg-1));border-color:color-mix(in srgb,var(--brand) 30%,var(--line))}.ext-ol{margin:12px 0 0;padding-left:22px;line-height:1.8;color:var(--fg-1)}.ext-ol li{margin-bottom:4px}.ext-ol code{padding:2px 6px;background:var(--bg-2);border-radius:4px;font-size:13px}.hero-motion{margin-top:64px;padding:0 16px;width:100%;display:flex;justify-content:center}.hero-motion-stage{position:relative;width:100%;max-width:1040px;min-height:460px;background:var(--bg-0);border:1px solid var(--line);border-radius:28px;padding:56px 40px;overflow:hidden;box-shadow:var(--shadow-lg)}.hero-motion-stage:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,var(--brand-soft) 0,transparent 60%),radial-gradient(circle at 70% 80%,rgba(0,113,227,.04) 0,transparent 60%);pointer-events:none}.hero-motion-progress{position:absolute;top:18px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}.hmp{width:28px;height:3px;border-radius:2px;background:var(--line-strong);transition:background .4s}.hmp.on{background:var(--brand)}.hm-scene{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:380px;text-align:center;z-index:1}.hm-headline{font-family:var(--font-display,inherit);font-size:clamp(24px,3.4vw,38px);font-weight:700;letter-spacing:-.025em;line-height:1.15;color:var(--fg-0);margin:16px 0 8px;max-width:720px}.hm-accent{color:var(--brand-hi,#60a5fa)}.hm-accent-orange{color:#fb923c}.hm-tag{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:rgba(59,130,246,.12);border:1px solid rgba(59,130,246,.3);border-radius:999px;color:var(--fg-1);font-size:13px;margin-top:16px}.hm-tag-dot{width:8px;height:8px;border-radius:4px;background:#10b981;animation:pulse 1.5s infinite}.hm-bubble{position:relative;background:var(--bg-2);border:1px solid var(--line);border-radius:16px;padding:12px 18px;font-size:15px;color:var(--fg-0);margin-top:18px}.hm-bubble b{color:var(--brand)}.hm-bubble-tail{position:absolute;top:-6px;left:24px;width:12px;height:12px;background:var(--bg-2);border-left:1px solid var(--line);border-top:1px solid var(--line);transform:rotate(45deg)}.hm-mini-avatar{position:absolute;top:24px;left:32px}.hm-cursor,.hm-typing{display:inline-block}.hm-cursor{color:var(--brand);font-weight:400;animation:cursorBlink 1s infinite}@keyframes cursorBlink{0%,50%{opacity:1}51%,to{opacity:0}}.hm-counter{font-family:var(--font-mono,monospace);font-size:28px;font-weight:700;color:var(--brand);margin:8px 0 20px}.hm-mute{color:var(--fg-3);font-weight:400;font-size:14px}.hm-jobs-stack{display:flex;flex-direction:column;gap:8px;width:100%;max-width:460px}.hm-job{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--bg-1);border:1px solid var(--line);border-radius:10px;text-align:left;box-shadow:var(--shadow-sm)}.hm-job-info{flex:1;min-width:0}.hm-job-title{font-size:14px;font-weight:500;color:var(--fg-0)}.hm-job-co{font-size:12px;color:var(--fg-3);margin-top:2px}.hm-match{background:var(--brand);color:#fff;padding:4px 10px;border-radius:999px;font-family:var(--font-mono,monospace);font-size:12px;font-weight:700}.hm-craft{display:flex;align-items:center;gap:20px;margin:24px 0 12px}.hm-doc{position:relative;width:180px;background:var(--bg-1);border:1px solid var(--line);border-radius:12px;padding:14px;overflow:hidden;box-shadow:var(--shadow-sm)}.hm-doc-letter{background:var(--brand-soft);border-color:rgba(0,113,227,.25)}.hm-doc-tag{display:inline-block;font-size:9px;font-weight:700;letter-spacing:.1em;color:var(--fg-3);margin-bottom:10px}.hm-doc-tag-brand{color:var(--brand)}.hm-doc-lines{display:flex;flex-direction:column;gap:6px}.hm-line{height:4px;background:var(--bg-3);border-radius:2px}.hm-line-brand{background:rgba(0,113,227,.5)}.hm-scan{position:absolute;top:10px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--brand),transparent);box-shadow:0 0 8px var(--brand)}.hm-arrow{width:36px;height:36px;border-radius:18px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hm-sparkle{position:absolute;color:#fbbf24}.hm-stats{display:flex;gap:28px;margin:24px 0;flex-wrap:wrap;justify-content:center}.hm-stat{text-align:center;min-width:110px}.hm-stat-value{font-family:var(--font-mono,monospace);font-size:38px;font-weight:700;color:var(--fg-0);line-height:1}.hm-stat-value-warn{color:#fbbf24}.hm-stat-value-orange{color:#fb923c}.hm-stat-label{font-size:11px;color:var(--fg-3);text-transform:uppercase;letter-spacing:.05em;margin-top:6px}.hm-pulse-cta{display:inline-flex;padding:14px 22px;background:linear-gradient(135deg,var(--brand-hi,#60a5fa),var(--brand));color:#fff;border-radius:999px;font-weight:600;font-size:15px;box-shadow:0 8px 24px var(--brand-glow,rgba(59,130,246,.4));margin-top:12px}@media (max-width:767px){.hero-motion{padding:0 12px}.hero-motion-stage{padding:28px 16px 22px;min-height:360px;border-radius:18px}.hero-motion-progress{top:12px}.hmp{width:18px;height:2px}.hm-scene{min-height:300px}.hm-headline{font-size:18px;line-height:1.2;margin:10px 0 6px}.hm-bubble{font-size:13px;padding:8px 12px;margin-top:12px}.hm-mini-avatar{position:static;margin-bottom:8px;width:36px;height:36px}.hm-mini-avatar svg{width:36px!important;height:36px!important}.hm-counter{font-size:22px;margin:4px 0 12px}.hm-mute{font-size:12px}.hm-tag{font-size:11px;padding:6px 10px;margin-top:10px}.hm-jobs-stack{max-width:100%;gap:5px}.hm-job{padding:7px 10px}.hm-job-title{font-size:12px}.hm-job-co,.hm-match{font-size:10px}.hm-match{padding:3px 8px}.hm-craft{gap:10px;margin:14px 0 8px}.hm-doc{width:110px;padding:8px 10px}.hm-doc-tag{font-size:7px;margin-bottom:6px}.hm-line{height:3px}.hm-arrow{width:26px;height:26px;flex-shrink:0}.hm-arrow svg{width:14px!important;height:14px!important}.hm-stats{gap:14px;margin:14px 0}.hm-stat{min-width:0}.hm-stat-value{font-size:24px}.hm-stat-label{font-size:9px}.hm-pulse-cta{font-size:12px;padding:10px 16px}.hm-scene-intro>div:first-child svg{width:90px!important;height:90px!important}.hm-scene-result>div:first-child svg{width:80px!important;height:80px!important}}@media (max-width:379px){.hm-headline{font-size:16px}.hm-doc{width:96px}.hm-stats{gap:8px}.hm-stat-value{font-size:20px}}.dm2-shell{width:100%;max-width:720px;margin:0 auto;background:linear-gradient(180deg,var(--bg-1) 0,var(--bg-0) 100%);border:1px solid var(--line);border-radius:20px;padding:28px 32px;display:flex;flex-direction:column;gap:24px;position:relative;overflow:hidden}.dm2-shell:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 0,rgba(59,130,246,.12) 0,transparent 60%),radial-gradient(circle at 80% 100%,rgba(96,165,250,.08) 0,transparent 60%);pointer-events:none}.dm2-job-head{gap:14px;position:relative}.dm2-co-logo,.dm2-job-head{display:flex;align-items:center}.dm2-co-logo{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);justify-content:center;font-family:var(--font-display,inherit);font-size:22px;font-weight:700;color:#fff;box-shadow:0 4px 14px rgba(139,92,246,.3);flex-shrink:0}.dm2-job-info{flex:1;min-width:0}.dm2-job-title{font-family:var(--font-display,inherit);font-size:18px;font-weight:700;color:var(--fg-0);letter-spacing:-.01em}.dm2-job-meta{display:flex;gap:10px;align-items:center;margin-top:4px;font-size:12px;color:var(--fg-3)}.dm2-co{font-weight:500;color:var(--fg-1)}.dm2-platform{font-family:var(--font-mono,monospace);font-size:10px;padding:2px 8px;background:hsla(0,0%,100%,.06);border-radius:999px}.dm2-match{text-align:center;background:var(--brand-soft);border:1px solid rgba(59,130,246,.3);border-radius:12px;padding:8px 14px;flex-shrink:0}.dm2-match-value{font-family:var(--font-mono,monospace);font-size:20px;font-weight:800;color:var(--brand);line-height:1}.dm2-match-label{font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-hi,var(--brand));margin-top:3px;font-weight:600}.dm2-timeline{position:relative;padding:8px 0}.dm2-track{position:absolute;top:26px;left:14px;right:14px;height:3px;background:hsla(0,0%,100%,.08);border-radius:2px;overflow:hidden}.dm2-track-fill{height:100%;background:linear-gradient(90deg,var(--brand) 0,var(--brand-hi,var(--brand)) 100%);border-radius:2px;box-shadow:0 0 12px var(--brand-glow,rgba(59,130,246,.4))}.dm2-stages{display:flex;justify-content:space-between;position:relative;z-index:1}.dm2-stage{flex-direction:column;gap:8px;flex:1;min-width:0}.dm2-stage,.dm2-stage-dot{display:flex;align-items:center}.dm2-stage-dot{width:36px;height:36px;border-radius:18px;background:var(--bg-2);border:2px solid var(--line);justify-content:center;color:var(--fg-3);position:relative;transition:background .25s,border-color .25s,color .25s}.dm2-stage.done .dm2-stage-dot{background:var(--brand);border-color:var(--brand);color:#fff}.dm2-stage.current .dm2-stage-dot{background:var(--brand-soft);border-color:var(--brand);color:var(--brand);box-shadow:0 0 0 4px rgba(59,130,246,.2)}.dm2-pulse-dot{width:12px;height:12px;border-radius:6px;background:var(--brand)}.dm2-stage-label{font-size:11px;font-weight:500;color:var(--fg-3);text-align:center;white-space:nowrap;transition:color .25s}.dm2-stage.current .dm2-stage-label,.dm2-stage.done .dm2-stage-label{color:var(--fg-0);font-weight:600}.dm2-event-card{display:flex;align-items:center;gap:14px;background:rgba(59,130,246,.05);border:1px solid rgba(59,130,246,.2);border-radius:14px;padding:14px 18px;position:relative;z-index:1;animation:dm2EventIn .4s ease-out}@keyframes dm2EventIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dm2-event-icon{width:40px;height:40px;border-radius:20px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px var(--brand-glow,rgba(59,130,246,.4))}.dm2-event-info{flex:1;min-width:0}.dm2-event-title{font-size:14px;font-weight:600;color:var(--fg-0)}.dm2-event-sub{font-size:12px;color:var(--fg-2);margin-top:2px}.dm2-event-time{font-size:11px;color:var(--brand-hi,var(--brand));font-weight:600;flex-shrink:0}.dm2-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding-top:18px;border-top:1px solid var(--line)}.dm2-stat{gap:10px}.dm2-stat,.dm2-stat-icon{display:flex;align-items:center}.dm2-stat-icon{width:32px;height:32px;border-radius:8px;background:hsla(0,0%,100%,.05);color:var(--fg-2);justify-content:center;flex-shrink:0}.dm2-stat-icon-info{background:rgba(96,165,250,.12);color:#60a5fa}.dm2-stat-icon-warn{background:rgba(251,191,36,.12);color:#fbbf24}.dm2-stat-icon-brand{background:rgba(251,146,60,.12);color:#fb923c}.dm2-stat-v{font-family:var(--font-mono,monospace);font-size:18px;font-weight:700;color:var(--fg-0);line-height:1}.dm2-stat-l{font-size:10px;color:var(--fg-3);text-transform:uppercase;letter-spacing:.04em;margin-top:3px}@media (max-width:767px){.dm2-shell{padding:18px 16px;gap:18px;border-radius:16px}.dm2-co-logo{width:40px;height:40px;font-size:18px}.dm2-job-title{font-size:15px}.dm2-job-meta{font-size:11px;gap:6px}.dm2-platform{font-size:9px;padding:2px 6px}.dm2-match-value{font-size:16px}.dm2-match-label{font-size:8px}.dm2-match{padding:6px 10px}.dm2-track{top:20px;left:10px;right:10px}.dm2-stage-dot{width:28px;height:28px}.dm2-stage-dot svg{width:12px!important;height:12px!important}.dm2-pulse-dot{width:10px;height:10px}.dm2-stage-label{display:none}.dm2-stages{gap:0}.dm2-event-card{padding:10px 12px;gap:10px}.dm2-event-icon{width:32px;height:32px}.dm2-event-icon svg{width:14px!important;height:14px!important}.dm2-event-title{font-size:12px}.dm2-event-sub{font-size:10px}.dm2-event-time{font-size:9px}.dm2-stats{grid-template-columns:repeat(2,1fr);gap:10px}.dm2-stat-icon{width:28px;height:28px}.dm2-stat-v{font-size:15px}.dm2-stat-l{font-size:9px}}.dm-shell{display:grid;grid-template-columns:200px 1fr;gap:12px;background:var(--bg-1);border:1px solid var(--line);border-radius:16px;padding:12px;min-height:480px;width:100%;max-width:1040px;margin:0 auto}.dm-sidebar{background:var(--bg-0);border-radius:12px;padding:14px 12px;display:flex;flex-direction:column;gap:6px}.dm-side-brand{gap:8px;padding:4px 8px 12px}.dm-logo-mark,.dm-side-brand{display:flex;align-items:center}.dm-logo-mark{width:24px;height:24px;border-radius:6px;background:linear-gradient(135deg,#60a5fa,#1e40af);justify-content:center}.dm-brand-text{font-family:var(--font-display,inherit);font-size:14px;font-weight:700;letter-spacing:-.03em;color:var(--fg-0)}.dm-brand-accent{color:var(--brand);font-weight:800}.dm-user-card{gap:8px;padding:8px;background:hsla(0,0%,100%,.04);border-radius:8px;margin-bottom:8px}.dm-avatar,.dm-user-card{display:flex;align-items:center}.dm-avatar{width:28px;height:28px;border-radius:14px;background:linear-gradient(135deg,var(--brand),var(--brand-lo,var(--brand)));justify-content:center;font-size:11px;font-weight:700;color:#fff}.dm-user-meta{flex:1;min-width:0}.dm-user-name{font-size:12px;font-weight:500;color:var(--fg-0)}.dm-user-plan{font-size:10px;color:var(--brand)}.dm-nav-item{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:7px;color:var(--fg-3);font-size:12px}.dm-nav-item.active{background:rgba(59,130,246,.15);color:var(--brand-hi,#60a5fa)}.dm-robot-status{display:flex;align-items:center;gap:8px;padding:10px 12px;margin-top:auto;background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:8px}.dm-robot-label{font-size:11px;font-weight:500;color:#10b981}.dm-pulse{width:6px;height:6px;border-radius:3px;background:#10b981;animation:pulse 1.5s infinite}.dm-main{background:var(--bg-0);border-radius:12px;padding:16px;min-width:0}.dm-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.dm-header h4{font-family:var(--font-display,inherit);font-size:16px;font-weight:700;margin:0;color:var(--fg-0)}.dm-live-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#10b981;padding:4px 10px;background:rgba(16,185,129,.1);border-radius:999px}.dm-live-pill-sm{font-size:10px;padding:3px 8px}.dm-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:14px}.dm-kpi{background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:10px 12px}.dm-kpi-label{font-size:10px;color:var(--fg-3);text-transform:uppercase;letter-spacing:.06em}.dm-kpi-value{font-family:var(--font-mono,monospace);font-size:22px;font-weight:700;color:var(--fg-0);margin:4px 0}.dm-kpi-info .dm-kpi-value{color:#60a5fa}.dm-kpi-warn .dm-kpi-value{color:#fbbf24}.dm-kpi-brand .dm-kpi-value{color:var(--brand)}.dm-kpi-delta{font-size:10px;color:#10b981}.dm-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:10px}.dm-panel{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:12px 14px}.dm-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:500;color:var(--fg-1)}.dm-mute{color:var(--fg-3);font-weight:400;font-size:11px}.dm-chart{display:flex;align-items:flex-end;gap:3px;height:90px}.dm-bar{flex:1;background:linear-gradient(180deg,var(--brand) 0,var(--brand-lo,var(--brand)) 100%);border-radius:2px 2px 0 0;min-height:2px}.dm-feed{display:flex;flex-direction:column;gap:8px}.dm-feed-item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:hsla(0,0%,100%,.03);border-radius:8px}.dm-feed-dot{width:8px;height:8px;border-radius:4px;background:var(--fg-3);flex-shrink:0}.dm-feed-queued{background:#94a3b8}.dm-feed-applying{background:#3b82f6;animation:pulse 1s infinite}.dm-feed-applied{background:#10b981}.dm-feed-interview{background:#fb923c}.dm-feed-info{flex:1;min-width:0}.dm-feed-role{font-size:12px;font-weight:500;color:var(--fg-0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-feed-meta{font-size:10px;color:var(--fg-3);display:flex;align-items:center;gap:6px;margin-top:2px}.dm-feed-match{font-size:11px;font-weight:700;color:var(--brand);flex-shrink:0}.dm-feed-match,.dm-status-pill{font-family:var(--font-mono,monospace)}.dm-status-pill{font-size:9px;padding:1px 6px;border-radius:999px;text-transform:uppercase}.dm-status-queued{background:rgba(148,163,184,.15);color:#94a3b8}.dm-status-applying{background:rgba(59,130,246,.15);color:#60a5fa}.dm-status-applied{background:rgba(16,185,129,.15);color:#10b981}.dm-status-interview{background:rgba(251,146,60,.18);color:#fb923c}@media (max-width:767px){.dm-shell{grid-template-columns:52px 1fr;min-height:320px;padding:6px;gap:4px;overflow:hidden}.dm-sidebar{padding:8px 4px;gap:4px}.dm-robot-status,.dm-side-brand,.dm-user-card{display:none}.dm-nav-item{padding:6px 4px;font-size:9px;flex-direction:column;align-items:center;gap:2px;text-align:center;line-height:1}.dm-nav-item span{display:none}.dm-main{padding:8px;min-width:0;overflow:hidden}.dm-header{margin-bottom:6px}.dm-header h4{font-size:11px}.dm-live-pill{font-size:8px;padding:2px 6px;gap:4px}.dm-live-pill-sm{font-size:7px}.dm-kpis{grid-template-columns:repeat(4,1fr);gap:3px;margin-bottom:6px}.dm-kpi{padding:5px 4px}.dm-kpi-label{font-size:6px;letter-spacing:0}.dm-kpi-value{font-size:13px;margin:1px 0}.dm-kpi-delta{font-size:7px}.dm-grid{grid-template-columns:1fr 1fr;gap:4px}.dm-panel{padding:6px;min-width:0}.dm-panel-head{font-size:8px;margin-bottom:4px}.dm-mute{font-size:7px}.dm-chart{height:40px;gap:1.5px}.dm-feed{gap:4px}.dm-feed-item{padding:4px 5px;gap:4px}.dm-feed-info{min-width:0}.dm-feed-role{font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-feed-meta{font-size:7px;gap:3px}.dm-feed-match{font-size:8px}.dm-status-pill{font-size:6px;padding:0 3px;line-height:1.4}.dm-feed-dot{width:4px;height:4px}.legal-header{padding:18px 20px}.legal-content{padding:32px 20px}.legal-content h1{font-size:28px}.legal-content h2{font-size:19px}.legal-table{font-size:13px}.legal-table td,.legal-table th{padding:8px 10px}}.auth-check{display:flex!important;flex-direction:row!important;align-items:flex-start;gap:10px;font-size:12.5px!important;line-height:1.5;color:var(--fg-2)!important;margin:4px 0}.auth-check input[type=checkbox]{margin-top:2px;flex-shrink:0;width:16px;height:16px;accent-color:var(--brand);cursor:pointer}.auth-check span{font-weight:400!important}.auth-check a{color:var(--brand);text-decoration:underline}.dash-settings{display:flex;flex-direction:column;gap:16px}.dash-section-title{font-family:var(--font-display,inherit);font-size:16px;margin:0 0 16px;color:var(--fg-0)}.dash-privacy .btn-ghost{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content}.danger-zone{margin-top:16px;padding:18px;border:1px solid rgba(239,68,68,.3);background:rgba(239,68,68,.05);border-radius:10px}.danger-zone strong{color:#ef4444;display:block;margin-bottom:6px;font-size:13px;text-transform:uppercase;letter-spacing:.05em}.danger-zone p{color:var(--fg-2);font-size:13px;margin-bottom:14px}.btn-danger{background:#ef4444;color:#fff;border:1px solid #ef4444;padding:10px 18px;border-radius:8px;display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:13px;cursor:pointer;transition:background .15s;font-family:inherit}.btn-danger:hover{background:#dc2626}.btn-danger:disabled{opacity:.5;cursor:not-allowed}.danger-confirm{display:flex;flex-direction:column;gap:10px}.danger-confirm input{padding:10px 14px;background:var(--bg-0);border:1px solid var(--line-strong);border-radius:8px;color:var(--fg-0);font-family:var(--font-mono,monospace);font-size:14px;letter-spacing:.1em}.danger-confirm input:focus{outline:none;border-color:#ef4444}.danger-actions{display:flex;gap:8px;flex-wrap:wrap}.danger-actions .btn-danger,.danger-actions .btn-ghost{flex:1;justify-content:center;min-width:130px}.dash-user{gap:10px;padding:8px 10px;margin:0 0 12px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px}.dash-avatar,.dash-user{display:flex;align-items:center}.dash-avatar{width:36px;height:36px;border-radius:18px;background:linear-gradient(135deg,var(--brand),var(--brand-lo,var(--brand)));justify-content:center;color:#fff;font-weight:600;font-size:13px;flex-shrink:0}.dash-user-info{flex:1;min-width:0}.dash-user-name{font-size:13px;font-weight:500;color:var(--fg-0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-user-plan{font-size:11px;color:var(--fg-3);text-transform:capitalize}.toggle{position:relative;width:38px;height:22px;background:var(--bg-3,#475569);border:1px solid var(--line-strong);border-radius:999px;cursor:pointer;transition:background .2s;flex-shrink:0}.toggle span{position:absolute;top:2px;left:2px;width:16px;height:16px;background:var(--fg-2);border-radius:8px;transition:transform .2s,background .2s}.toggle.on{background:var(--brand);border-color:var(--brand)}.toggle.on span{transform:translateX(16px);background:#fff}.robot-toggle-card{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:var(--bg-2);border:1px solid var(--line);border-radius:10px;margin-bottom:8px;gap:10px}.robot-toggle-title{font-size:13px;font-weight:500;color:var(--fg-0)}.robot-toggle-sub{font-size:11px;color:var(--fg-3)}.dash-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}@media (max-width:1024px){.dash-kpis{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.dash-kpis{grid-template-columns:1fr;gap:10px}}.dash-kpi{background:var(--bg-1);border:1px solid var(--line);border-radius:12px;padding:16px}.dash-kpi-label{font-size:11px;color:var(--fg-3);text-transform:uppercase;letter-spacing:.05em}.dash-kpi-value{font-size:28px;font-weight:700;margin:6px 0 4px;font-family:var(--font-mono,monospace)}.dash-kpi-delta{font-size:11px;color:var(--fg-3)}.dash-split{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;margin-bottom:20px}@media (max-width:1024px){.dash-split{grid-template-columns:1fr}}.dash-panel{background:var(--bg-1);border:1px solid var(--line);border-radius:14px;padding:18px 20px}.dash-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.dash-panel-head h3{font-size:14px;font-weight:600;margin:0;color:var(--fg-0)}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:500;background:var(--bg-2);color:var(--fg-2);border:1px solid var(--line)}.pill-brand{background:var(--brand-soft);color:var(--brand);border-color:rgba(249,115,22,.25)}.pill-dot{width:6px;height:6px;border-radius:3px;background:currentColor}.pill.live .pill-dot{animation:pulse 1.5s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.chart{display:flex;align-items:flex-end;gap:4px;height:140px;padding-bottom:16px}.chart-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;position:relative}.chart-bar{width:100%;max-width:18px;background:linear-gradient(180deg,var(--brand) 0,var(--brand-lo,var(--brand)) 100%);border-radius:3px 3px 0 0;min-height:2px;transition:height .35s ease-out}.chart-label{position:absolute;bottom:-16px;font-size:9px;color:var(--fg-3);font-family:var(--font-mono,monospace)}.dash-activity{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow-y:auto}.dash-activity-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px dashed var(--line)}.dash-activity-item:last-child{border-bottom:none}.dash-activity-dot{width:8px;height:8px;border-radius:4px;background:var(--fg-3);flex-shrink:0}.dash-activity-dot.interview{background:var(--brand)}.dash-activity-dot.sent{background:#10b981}.dash-activity-dot.failed{background:#ef4444}.dash-activity-title{font-size:13px;font-weight:500;color:var(--fg-0)}.dash-activity-sub{font-size:11px;color:var(--fg-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-activity-time{font-size:11px;color:var(--fg-3);flex-shrink:0}.funnel-panel{margin-bottom:20px}.funnel{display:flex;flex-direction:column;gap:8px;padding:4px 0}.funnel-bar{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,var(--brand) 0,var(--brand-hi,var(--brand)) 100%);color:#fff;padding:10px 16px;border-radius:8px;font-size:13px;font-weight:500;min-width:140px;transition:width .5s ease-out}.dash-filters{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:var(--bg-2);border:1px solid var(--line);border-radius:999px;color:var(--fg-2);font-size:12px;cursor:pointer;transition:all .15s;text-transform:lowercase;font-family:inherit}.chip:hover{color:var(--fg-0);border-color:var(--line-strong)}.chip.active{background:var(--brand);color:#fff;border-color:var(--brand)}.chip-group{display:flex;gap:8px;flex-wrap:wrap}.dash-table-wrap{overflow-x:auto}.dash-table-wrap::-webkit-scrollbar{height:6px}.dash-table-wrap::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}.dash-table{width:100%;border-collapse:collapse;font-size:13px}.dash-table-cards{display:none}.app-card,.dash-table-cards{flex-direction:column;gap:10px}.app-card{background:var(--bg-1);border:1px solid var(--line);border-radius:12px;padding:14px;display:flex}.app-card-head{display:flex;align-items:flex-start;gap:12px}.app-card-info{flex:1;min-width:0}.app-card-title{font-size:14px;font-weight:600;color:var(--fg-0);margin:0 0 2px;word-break:break-word}.app-card-co{font-size:12px;color:var(--fg-2);word-break:break-word}.app-card-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:11px;color:var(--fg-3)}.app-card-meta .match{font-size:12px}.app-card-foot{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px dashed var(--line);gap:10px}@media (max-width:700px){.dash-table-wrap{display:none}.dash-table-cards{display:flex}}.dash-table th{text-align:left;background:var(--bg-2);color:var(--fg-3);font-size:11px;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.dash-table td,.dash-table th{padding:14px 16px;border-bottom:1px solid var(--line)}.dash-table td{color:var(--fg-1)}.dash-table tr:last-child td{border-bottom:none}.dash-table tr:hover td{background:var(--bg-2)}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.job-card{background:var(--bg-1);border:1px solid var(--line);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.job-card-head{gap:10px}.job-card-head,.job-co{display:flex;align-items:center}.job-co{width:38px;height:38px;border-radius:8px;background:var(--brand-soft);justify-content:center;color:var(--brand);font-weight:700;font-size:16px;flex-shrink:0}.job-title{font-size:14px;font-weight:500;color:var(--fg-0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-co-name{font-size:12px;color:var(--fg-3)}.match-badge{background:var(--brand);color:#fff;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;font-family:var(--font-mono,monospace);flex-shrink:0}.job-tags{display:flex;gap:6px;flex-wrap:wrap}.tag{display:inline-flex;align-items:center;padding:4px 10px;background:var(--bg-2);border:1px solid var(--line);border-radius:6px;font-size:11px;color:var(--fg-2)}.tag.mute{color:var(--fg-3)}.job-card-actions{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.interview-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--bg-1);border:1px solid var(--line);border-radius:12px}.interview-meta{display:flex;flex-direction:column;gap:6px;min-width:100px}.interview-day{font-family:var(--font-mono,monospace);font-size:13px;color:var(--fg-1)}.interview-role{font-size:14px;font-weight:500;color:var(--fg-0)}.interview-co{font-size:12px;color:var(--fg-3);margin-top:2px}.resume-view{font-size:14px}.resume-section{margin-top:24px}.resume-section-head{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin-bottom:12px;font-weight:600}.ats-score{font-size:42px;font-weight:700;color:var(--brand)}.ats-score-of{font-size:16px;color:var(--fg-3);margin-left:4px}.ats-tips{list-style:none;padding:0;margin:14px 0 0;display:flex;flex-direction:column;gap:8px}.ats-tips li{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:var(--fg-1);line-height:1.5}.sim-icon{width:70px;height:70px;margin:0 auto 24px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center}.dash-select{padding:10px 14px;background:var(--bg-2);border:1px solid var(--line-strong);border-radius:8px;color:var(--fg-0);font-size:13px;font-family:inherit;cursor:pointer;min-width:280px}.chat-panel{display:flex;flex-direction:column;min-height:480px}.chat-messages{flex:1;display:flex;flex-direction:column;gap:16px;padding:8px 0;overflow-y:auto;max-height:480px}.chat-msg{display:flex;gap:10px;max-width:80%}.chat-msg.me{align-self:flex-end;flex-direction:row-reverse}.chat-avatar{width:32px;height:32px;border-radius:16px;background:var(--brand-soft);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-bubble{background:var(--bg-2);padding:12px 14px;border-radius:12px;font-size:13px;line-height:1.5;color:var(--fg-1)}.chat-msg.me .chat-bubble{background:var(--brand);color:#fff}.chat-input{display:flex;gap:10px;padding-top:14px;border-top:1px solid var(--line);margin-top:10px}.chat-input input{flex:1;padding:12px 16px;background:var(--bg-2);border:1px solid var(--line-strong);border-radius:8px;color:var(--fg-0);font-size:14px;font-family:inherit}.chat-input input:focus{outline:none;border-color:var(--brand)}.platform-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px dashed var(--line)}.platform-row:last-child{border-bottom:none}.platform-icon{width:36px;height:36px;border-radius:8px;background:var(--bg-2);display:flex;align-items:center;justify-content:center;color:var(--fg-1);font-weight:700;font-size:14px}.dash-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;background:var(--bg-3,var(--bg-2));border-radius:3px;outline:none;margin-top:8px}.dash-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--brand);cursor:pointer;border:3px solid #fff;box-shadow:0 2px 6px var(--brand-glow,rgba(0,0,0,.3))}.dash-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--brand);cursor:pointer;border:3px solid #fff}.dash-warns{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.dash-card.warn{cursor:pointer;font-family:inherit;text-align:left}.match{font-family:var(--font-mono,monospace);font-size:13px;color:var(--brand);font-weight:600}@media (max-width:1024px){.dash-kpis{grid-template-columns:repeat(2,1fr)}.dash-split,.dash-warns{grid-template-columns:1fr}}@media (max-width:767px){.dash-user{display:none!important}.dash-kpis{grid-template-columns:1fr 1fr;gap:10px}.dash-kpi{padding:12px}.dash-kpi-value{font-size:22px}.dash-table td,.dash-table th{padding:10px 12px;font-size:12px}.robot-toggle-card{padding:8px 10px}.interview-card{flex-direction:column;align-items:flex-start}.interview-meta{flex-direction:row;min-width:unset}.chat-msg{max-width:92%}.dash-select{min-width:100%}}.review-stage{max-width:720px;margin:0 auto}.review-head{margin-bottom:20px}.review-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:60px 24px;text-align:center;background:var(--bg-1);border:1px solid var(--line);border-radius:16px;max-width:480px;margin:40px auto}.review-empty h3{margin:8px 0 4px}.review-empty p{margin:0 0 8px}.review-card{background:var(--bg-1);border:1px solid var(--line);border-radius:18px;padding:24px}.review-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.review-card-head-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.review-card-avatar{width:48px;height:48px;border-radius:12px;font-size:20px}.company-avatar,.review-card-avatar{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand) 0,var(--brand-hi,#60a5fa) 100%);color:#fff;font-weight:700;flex-shrink:0}.company-avatar{overflow:hidden}.company-avatar img{background:#fff;-o-object-fit:contain;object-fit:contain;padding:2px}.review-card-co{font-size:13px;color:var(--fg-2);text-transform:uppercase;letter-spacing:.5px}.review-card-title{font-size:22px;font-weight:700;margin:4px 0 0;line-height:1.25}.review-score{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:70px;padding:10px 12px;background:var(--bg-2);border-radius:14px}.review-score.hi{background:color-mix(in srgb,#10b981 14%,transparent);color:#10b981}.review-score.mid{background:color-mix(in srgb,var(--brand) 14%,transparent);color:var(--brand)}.review-score.lo{background:color-mix(in srgb,#f59e0b 14%,transparent);color:#f59e0b}.review-score-num{font-size:22px;font-weight:700;line-height:1}.review-score-lbl{font-size:10px;text-transform:uppercase;opacity:.7;margin-top:2px}.review-card-meta{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.review-pill{font-size:12px;padding:4px 10px;border-radius:999px;background:var(--bg-2);color:var(--fg-1)}.review-card-desc{font-size:13px;line-height:1.6;color:var(--fg-1);max-height:240px;overflow-y:auto}.review-card-desc,.review-cover{margin:12px 0;padding:14px;background:var(--bg-2);border-radius:10px}.review-cover summary{cursor:pointer;font-weight:500;font-size:13px}.review-cover p{margin:12px 0 0;font-size:13px;line-height:1.6;color:var(--fg-1)}.review-link{display:inline-block;margin-top:12px;font-size:13px;color:var(--brand);text-decoration:none}.review-link:hover{text-decoration:underline}.review-actions{display:flex;gap:12px;margin-top:20px}.review-btn{flex:1;padding:16px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;border:1px solid var(--line);font-weight:600;font-size:15px;cursor:pointer;transition:transform .1s,background .15s}.review-btn:hover:not(:disabled){transform:translateY(-1px)}.review-btn:disabled{opacity:.5;cursor:not-allowed}.review-btn.reject{background:var(--bg-1);color:var(--fg-1)}.review-btn.reject:hover:not(:disabled){background:color-mix(in srgb,#ef4444 8%,var(--bg-1));border-color:#ef4444;color:#ef4444}.review-btn.approve{background:var(--brand);color:#fff;border-color:var(--brand)}.review-btn.approve:hover:not(:disabled){background:var(--brand-hi,#60a5fa)}.mode-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mode-card{display:flex;align-items:flex-start;gap:12px;padding:14px;background:var(--bg-1);border:1px solid var(--line);border-radius:12px;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.mode-card.active,.mode-card:hover{border-color:var(--brand)}.mode-card.active{background:color-mix(in srgb,var(--brand) 8%,var(--bg-1))}.mode-card-title{font-size:14px;font-weight:600;margin-bottom:2px}.mode-card-sub{font-size:12px;color:var(--fg-2);line-height:1.4}.dash-nav-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;background:var(--brand);color:#fff;border-radius:999px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;justify-content:center}@media (max-width:767px){.mode-cards{grid-template-columns:1fr}.review-card{padding:16px}.review-card-title{font-size:18px}}.jobs-cta-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:16px 18px;margin-bottom:16px;background:color-mix(in srgb,var(--brand) 6%,var(--bg-1));border:1px solid color-mix(in srgb,var(--brand) 25%,var(--line));border-radius:12px}.jobs-cta-buttons{display:flex;gap:6px;flex-wrap:wrap}.jobs-cta-buttons .btn{display:inline-flex;align-items:center;gap:6px;text-decoration:none}@media (max-width:767px){.jobs-cta-bar{flex-direction:column;align-items:stretch}.jobs-cta-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.jobs-cta-buttons .btn{justify-content:center}}@media (max-width:600px){.jobs-grid{grid-template-columns:1fr;gap:12px}.review-card-top{align-items:stretch;gap:12px}.review-actions,.review-card-top{flex-direction:column}.review-btn{padding:14px;font-size:14px}.review-card-title{font-size:17px}.dash-filters{flex-wrap:nowrap;overflow-x:auto;margin-left:-14px;margin-right:-14px;padding:4px 14px 8px;scrollbar-width:none}}@media (max-width:600px){.dash-filters::-webkit-scrollbar{display:none}.chip{flex-shrink:0}.funnel-bar{min-width:auto;padding:8px 12px;font-size:12px}.dash-activity{max-height:240px}.dash-activity-sub{display:none}}