:root{--brand:#2563eb;--brand-hover:#1d4ed8;--brand-active:#1e40af;--brand-deep:#0b1220;--tint-6:rgba(37,99,235,.06);--tint-8:rgba(37,99,235,.08);--tint-12:rgba(37,99,235,.12);--tint-16:rgba(37,99,235,.16);--tint-24:rgba(37,99,235,.24);--brand-bg:#dfe8fa;--text-primary:#0b1220;--text-secondary:#476185;--text-tertiary:#8c99aa;--text-muted:#b8beca;--text-inverse:#fff;--icon-primary:#334155;--icon-secondary:#64748b;--surface-1:#fff;--surface-2:#f9fbfc;--surface-3:#f0f3f9;--border-soft:#e2e8f0;--border-divider:rgba(15,23,42,.06);--neutral-grey:#f4f5f8;--green:#10b981;--red:#ef4444;--amber:#f59e0b}.landing-root *{box-sizing:border-box;margin:0;padding:0}.landing-root{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(180deg,#f4f6fa,#eff3fa 50%,#f4f6fa);color:var(--text-primary);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.landing-root a{color:inherit;text-decoration:none}.landing-root button{font-family:inherit;cursor:pointer;border:none;background:none}.landing-root .wrap{max-width:1240px;margin:0 auto;padding:0 32px}.landing-root .logo-mark{width:32px;height:32px;flex-shrink:0;display:inline-block}.landing-root .logo-row{display:inline-flex;align-items:flex-end;gap:4px;font-weight:800;letter-spacing:-.5px;color:var(--text-primary)}.landing-root .logo-text{font-size:22px;line-height:1;font-feature-settings:"ss01"}.landing-root nav.top{position:sticky;top:16px;z-index:100;margin-top:16px}.landing-root .nav-card{background:hsla(0,0%,100%,.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-soft);border-radius:24px;padding:10px 14px 10px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 20px rgba(11,18,32,.04)}.landing-root .nav-links{display:flex;gap:28px}.landing-root .nav-links a{font-size:14px;font-weight:500;color:var(--text-secondary);transition:color .15s}.landing-root .nav-links a:hover{color:var(--brand)}.landing-root .nav-cta{display:flex;gap:8px;align-items:center}.landing-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 18px;border-radius:100px;font-size:14px;font-weight:600;transition:all .18s cubic-bezier(.4,0,.2,1);white-space:nowrap;line-height:1}.landing-root .btn-lg{padding:16px 28px;font-size:15px}.landing-root .btn-xl{padding:18px 36px;font-size:16px}.landing-root .btn-primary{background:var(--brand);color:#fff;box-shadow:0 1px 2px rgba(37,99,235,.15),0 4px 12px rgba(37,99,235,.18)}.landing-root .btn-primary:hover{background:var(--brand-hover);transform:translateY(-1px)}.landing-root .btn-primary:active{background:var(--brand-active)}.landing-root .btn-secondary{background:var(--surface-1);color:var(--text-primary);border:1px solid var(--border-soft)}.landing-root .btn-secondary:hover{background:#f4f8ff;border-color:var(--brand);color:var(--brand)}.landing-root .btn-tertiary{background:transparent;color:var(--text-secondary)}.landing-root .btn-tertiary:hover{background:var(--tint-8);color:var(--brand)}.landing-root .btn-link{display:inline-flex;align-items:center;gap:6px;color:var(--brand);font-size:14px;font-weight:600}.landing-root .btn-link:hover{color:var(--brand-hover);gap:9px}.landing-root .hero{padding:80px 0 60px;position:relative;overflow:hidden}.landing-root .hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:1200px;height:700px;background:radial-gradient(ellipse at center,rgba(37,99,235,.1) 0,transparent 60%);pointer-events:none;z-index:0}.landing-root .hero-inner{position:relative;z-index:1;text-align:center}.landing-root .hero-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px 6px 8px;background:var(--surface-1);border:1px solid var(--border-soft);border-radius:100px;font-size:13px;color:var(--text-secondary);font-weight:500;box-shadow:0 1px 3px rgba(11,18,32,.04)}.landing-root .hero-pill-bdg{background:var(--brand-bg);color:var(--brand);padding:2px 9px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.3px}.landing-root .hero h1{font-size:80px;line-height:.96;letter-spacing:-3px;font-weight:800;margin:28px auto 24px;max-width:1000px;color:var(--text-primary)}.landing-root .hero h1 .accent{background:linear-gradient(135deg,#2563eb,#1e40af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.landing-root .hero p.lead{font-size:19px;line-height:1.55;color:var(--text-secondary);max-width:640px;margin:0 auto 36px;font-weight:400}.landing-root .hero-cta{display:inline-flex;gap:18px;align-items:flex-start;flex-wrap:wrap;justify-content:center}.landing-root .hero-cta-col{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:240px}.landing-root .hero-cta-cap{font-size:12.5px;line-height:1.45;color:var(--text-tertiary);text-align:center}.landing-root .hero-cta-cap strong{color:var(--text-secondary);font-weight:600}.landing-root .hero-product{margin-top:64px;position:relative;perspective:2000px}.landing-root .product-frame{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:24px;overflow:hidden;box-shadow:0 1px 2px rgba(11,18,32,.04),0 20px 40px -10px rgba(37,99,235,.1),0 60px 100px -30px rgba(11,18,32,.15);transform:rotateX(2deg);transform-origin:bottom center;max-width:1080px;margin:0 auto}.landing-root .product-chrome{padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border-divider)}.landing-root .product-chrome .dot{width:10px;height:10px;border-radius:50%}.landing-root .product-chrome .dot:first-child{background:#ff5f57}.landing-root .product-chrome .dot:nth-child(2){background:#febc2e}.landing-root .product-chrome .dot:nth-child(3){background:#28c840}.landing-root .product-chrome .url{margin-left:12px;font-family:-apple-system,monospace;font-size:11.5px;color:var(--text-tertiary)}.landing-root .app{display:grid;grid-template-columns:230px 1fr;background:var(--surface-2);min-height:520px}.landing-root .app-side{background:var(--surface-1);padding:18px 14px 18px 18px;border-right:1px solid var(--border-divider)}.landing-root .app-brand{padding-bottom:16px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--border-divider);margin-bottom:12px}.landing-root .app-brand .logo-text{font-size:18px}.landing-root .app-side-org{font-size:11px;color:var(--text-tertiary);letter-spacing:.2px;margin-top:1px}.landing-root .app-nav-group{padding:10px 0}.landing-root .app-nav-h{font-size:10.5px;color:var(--text-tertiary);font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:0 10px;margin-bottom:6px}.landing-root .app-nav-i{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:12px;font-size:13px;font-weight:500;color:var(--text-primary);margin-bottom:2px}.landing-root .app-nav-i.active{background:var(--tint-12);color:var(--brand);font-weight:600}.landing-root .app-nav-i svg{color:var(--icon-primary)}.landing-root .app-nav-i.active svg{color:var(--brand)}.landing-root .app-main{padding:24px 28px}.landing-root .vac-main{padding:18px 22px}.landing-root .app-h{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.landing-root .app-title{font-size:22px;font-weight:800;letter-spacing:-.6px}.landing-root .app-sub{font-size:12.5px;color:var(--text-tertiary);margin-top:3px}.landing-root .app-status{display:inline-flex;align-items:center;gap:6px;background:rgba(16,185,129,.1);color:var(--green);padding:4px 12px;border-radius:100px;font-size:12px;font-weight:700}.landing-root .app-status .pulse{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 0 rgba(16,185,129,.5);animation:ldg-pulse 1.6s ease-in-out infinite}@keyframes ldg-pulse{50%{box-shadow:0 0 0 6px rgba(16,185,129,0)}}.landing-root .app-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.landing-root .app-stat{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:16px;padding:14px 16px}.landing-root .app-stat-l{font-size:11px;color:var(--text-tertiary);font-weight:600;text-transform:uppercase;letter-spacing:.4px}.landing-root .app-stat-v{font-size:24px;font-weight:800;letter-spacing:-.6px;margin-top:4px}.landing-root .app-stat-v .u{font-size:12px;color:var(--text-tertiary);font-weight:600;margin-left:4px}.landing-root .app-card{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:18px;overflow:hidden}.landing-root .app-card-h{padding:12px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-divider)}.landing-root .app-card-l{font-size:11.5px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px}.landing-root .app-row{padding:10px 18px;display:grid;grid-template-columns:1fr 110px 80px 90px;gap:12px;align-items:center;border-bottom:1px solid var(--border-divider)}.landing-root .app-row:last-child{border-bottom:none}.landing-root .app-name{display:flex;align-items:center;gap:10px}.landing-root .app-av{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10.5px;font-weight:700}.landing-root .app-row-t{font-size:12.5px;font-weight:600}.landing-root .app-row-s{font-size:11px;color:var(--text-tertiary);margin-top:1px}.landing-root .score-pill{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:700;padding:3px 9px;border-radius:100px}.landing-root .score-high{background:rgba(16,185,129,.1);color:var(--green)}.landing-root .score-mid{background:rgba(245,158,11,.1);color:var(--amber)}.landing-root .score-low{background:rgba(239,68,68,.1);color:var(--red)}.landing-root .score-pill:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor}.landing-root .src-bdg{font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:100px}.landing-root .src-hh{background:rgba(255,107,53,.1);color:#c2410c}.landing-root .src-gh{background:rgba(11,18,32,.08);color:var(--text-primary)}.landing-root .flag-tag{font-size:10px;font-weight:700;padding:2px 7px;border-radius:100px}.landing-root .flag-wolf{background:rgba(239,68,68,.1);color:var(--red)}.landing-root .flag-hop{background:rgba(245,158,11,.1);color:var(--amber)}.landing-root .vac-h{display:flex;align-items:center;gap:10px}.landing-root .vac-back{width:28px;height:28px;border-radius:8px;background:var(--surface-2);border:1px solid var(--border-soft);display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);flex-shrink:0}.landing-root .vac-title{font-size:22px;font-weight:800;letter-spacing:-.5px}.landing-root .vac-actions{margin-left:auto;display:flex;gap:8px}.landing-root .vac-act{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;padding:6px 11px;border-radius:8px;background:var(--surface-1);border:1px solid var(--border-soft);color:var(--text-secondary)}.landing-root .vac-act-del{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.2);color:#dc2626}.landing-root .vac-meta{display:flex;align-items:center;gap:10px;margin-top:10px;flex-wrap:wrap}.landing-root .vac-meta-i{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;color:var(--text-tertiary);font-weight:500}.landing-root .vac-status-pill{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;padding:3px 9px;border-radius:100px;background:rgba(16,185,129,.1);color:#047857}.landing-root .vac-status-dot{width:5px;height:5px;border-radius:50%;background:var(--green)}.landing-root .vac-chev{font-size:9px;opacity:.7}.landing-root .vac-src-pill{display:inline-flex;align-items:center;font-size:11px;font-weight:700;padding:3px 10px;border-radius:100px;background:rgba(255,107,53,.1);color:#c2410c}.landing-root .market-card{margin-top:14px;background:var(--surface-1);border:1.5px solid #c7d2fe;border-radius:14px;padding:12px 14px}.landing-root .market-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px}.landing-root .market-icon{display:inline-flex;align-items:center;justify-content:center}.landing-root .market-l{color:var(--text-tertiary);font-weight:600;letter-spacing:.2px}.landing-root .market-v{font-weight:700;color:var(--text-primary)}.landing-root .market-green{color:#047857}.landing-root .market-blue{color:var(--brand)}.landing-root .market-sep{width:1px;height:12px;background:var(--border-soft)}.landing-root .market-companies{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:8px}.landing-root .market-chip{font-size:11px;font-weight:500;background:var(--surface-2);border:1px solid var(--border-soft);border-radius:8px;padding:2px 8px;color:var(--text-primary)}.landing-root .market-ai{margin-top:8px;font-size:11.5px;line-height:1.45;background:linear-gradient(135deg,rgba(124,58,237,.06),rgba(37,99,235,.04));border:1px solid rgba(124,58,237,.15);border-radius:10px;padding:8px 10px;color:var(--text-primary)}.landing-root .market-ai-l{font-weight:800;color:#6d28d9;margin-right:4px}.landing-root .vac-tabs{display:flex;gap:6px;margin-top:14px}.landing-root .vac-tab{padding:8px 16px;border-radius:10px;font-size:12px;font-weight:600;background:transparent;color:var(--text-secondary)}.landing-root .vac-tab.active{background:var(--brand);color:#fff;box-shadow:0 2px 8px rgba(37,99,235,.25)}.landing-root .vac-view-toggle{display:inline-flex;gap:4px;margin-top:12px;background:var(--surface-2);padding:3px;border-radius:9px;border:1px solid var(--border-soft)}.landing-root .vac-vt{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:6px;font-size:11.5px;font-weight:600;color:var(--text-tertiary)}.landing-root .vac-vt.active{background:var(--surface-1);color:var(--text-primary);box-shadow:0 1px 2px rgba(0,0,0,.06)}.landing-root .kanban{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:14px}.landing-root .kanban-col{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:12px;padding:10px 8px;min-height:220px;display:flex;flex-direction:column;gap:8px}.landing-root .kanban-col-active{border-color:rgba(16,185,129,.3);background:rgba(16,185,129,.04)}.landing-root .kanban-col-hr{border-color:rgba(245,158,11,.3);background:rgba(245,158,11,.04)}.landing-root .kanban-h{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;padding:0 4px}.landing-root .kanban-h-t{font-size:11px;font-weight:700;color:var(--text-secondary);line-height:1.2}.landing-root .kanban-h-s{font-size:9.5px;color:var(--text-tertiary);font-weight:500;margin-top:1px}.landing-root .kanban-c{font-size:11px;font-weight:800;color:var(--text-tertiary);background:var(--surface-1);padding:1px 7px;border-radius:100px;flex-shrink:0}.landing-root .kanban-col-active .kanban-c{color:#047857;background:rgba(16,185,129,.12)}.landing-root .kanban-card{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:10px;padding:8px 9px;display:flex;flex-direction:column;gap:5px;position:relative}.landing-root .kanban-card-rel{border-color:rgba(16,185,129,.25)}.landing-root .kanban-dot-ind{position:absolute;top:7px;right:7px;width:6px;height:6px;border-radius:50%;background:var(--green)}.landing-root .kanban-card-h{display:flex;align-items:center;gap:7px}.landing-root .kanban-av{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:9px;font-weight:800;flex-shrink:0}.landing-root .kanban-name-w{flex:1;min-width:0}.landing-root .kanban-name{font-size:10.5px;font-weight:700;color:var(--text-primary);line-height:1.15}.landing-root .kanban-name,.landing-root .kanban-role{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-root .kanban-role{font-size:9px;color:var(--text-tertiary);margin-top:1px}.landing-root .kanban-score{font-size:9.5px;font-weight:800;color:#047857;background:rgba(16,185,129,.1);padding:1px 6px;border-radius:100px;flex-shrink:0}.landing-root .kanban-card-m,.landing-root .kanban-card-pin{font-size:9.5px;color:var(--text-secondary)}.landing-root .kanban-card-pin{margin-top:1px}.landing-root .kanban-pin{color:var(--text-tertiary)}.landing-root .kanban-tag{display:inline-block;font-size:9px;font-weight:700;padding:2px 7px;border-radius:100px;align-self:flex-start}.landing-root .kanban-tag-hh,.landing-root .kanban-tag-neg{background:rgba(255,107,53,.1);color:#c2410c}.landing-root .kanban-empty{font-size:10.5px;color:var(--text-tertiary);text-align:center;padding:24px 8px;border:1.5px dashed var(--border-soft);border-radius:10px;margin-top:6px}.landing-root .settings-card{position:absolute;right:8px;bottom:-36px;width:280px;background:var(--surface-1);border:1px solid var(--border-soft);border-radius:16px;padding:16px;box-shadow:0 1px 2px rgba(11,18,32,.04),0 12px 28px -8px rgba(37,99,235,.18),0 28px 48px -16px rgba(11,18,32,.18);display:flex;flex-direction:column;gap:12px;z-index:2}.landing-root .settings-h{border-bottom:1px solid var(--border-divider);padding-bottom:10px}.landing-root .settings-h-t{font-size:13px;font-weight:800;letter-spacing:-.2px;color:var(--text-primary)}.landing-root .settings-h-sub{font-size:10.5px;color:var(--text-tertiary);margin-top:2px;font-weight:500}.landing-root .settings-section{display:flex;flex-direction:column;gap:7px}.landing-root .settings-label{font-size:10.5px;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.4px}.landing-root .settings-label-sub{color:var(--text-tertiary);font-weight:500;text-transform:none;letter-spacing:0}.landing-root .settings-sources{display:flex;flex-direction:column;gap:5px}.landing-root .settings-source{display:flex;align-items:center;gap:8px;padding:6px 9px;background:var(--tint-6);border:1px solid var(--tint-24);border-radius:8px;font-size:11px}.landing-root .settings-check{width:14px;height:14px;border-radius:3px;background:var(--brand);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.landing-root .settings-source-t{font-weight:500;color:var(--text-primary)}.landing-root .settings-chips{display:flex;gap:4px;flex-wrap:wrap}.landing-root .settings-chip{padding:4px 10px;border-radius:7px;background:var(--surface-1);border:1px solid var(--border-soft);font-size:11px;font-weight:600;color:var(--text-secondary)}.landing-root .settings-chip.active{background:var(--brand-bg);border-color:var(--brand);color:var(--brand);font-weight:700}.landing-root .settings-go{display:inline-flex;align-items:center;justify-content:center;gap:5px;background:var(--green);color:#fff;padding:9px 12px;border-radius:9px;font-size:11.5px;font-weight:700;margin-top:4px;box-shadow:0 2px 8px rgba(16,185,129,.3)}.landing-root .trust{padding:32px 0;border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);background:var(--surface-1)}.landing-root .trust-row{display:flex;align-items:center;justify-content:center;gap:64px;flex-wrap:wrap}.landing-root .trust-label{font-size:13px;color:var(--text-tertiary);font-weight:500}.landing-root .trust-logos{display:flex;gap:48px;align-items:center;flex-wrap:wrap}.landing-root .trust-logo{font-weight:700;font-size:18px;color:var(--text-tertiary);letter-spacing:-.3px;opacity:.85;filter:grayscale(100%);transition:all .2s}.landing-root .trust-logo:hover{opacity:1;filter:grayscale(0);color:var(--text-secondary)}.landing-root section{padding:120px 0;position:relative}.landing-root .section-head{text-align:center;margin-bottom:64px}.landing-root .eyebrow{display:inline-block;font-size:12px;font-weight:700;color:var(--brand);text-transform:uppercase;letter-spacing:1.4px;margin-bottom:16px;padding:6px 14px;background:var(--brand-bg);border-radius:100px}.landing-root .section-h{font-size:56px;line-height:1.04;letter-spacing:-2px;font-weight:800;color:var(--text-primary);max-width:820px;margin:0 auto}.landing-root .section-h .it{background:linear-gradient(135deg,#2563eb,#1e40af);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-root .section-sub{font-size:18px;line-height:1.6;color:var(--text-secondary);max-width:640px;margin:20px auto 0}.landing-root .aud-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.landing-root .aud-card{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:24px;padding:32px 28px;display:flex;flex-direction:column;gap:20px;transition:all .2s;position:relative}.landing-root .aud-card:hover{transform:translateY(-4px);border-color:var(--brand);box-shadow:0 20px 40px -10px rgba(37,99,235,.15)}.landing-root .aud-icon{width:48px;height:48px;background:var(--brand-bg);border-radius:14px;display:flex;align-items:center;justify-content:center}.landing-root .aud-icon svg{color:var(--brand)}.landing-root .aud-role{font-size:11px;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.8px}.landing-root .aud-title{font-size:24px;font-weight:800;letter-spacing:-.6px;color:var(--text-primary)}.landing-root .aud-benefits{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:4px}.landing-root .aud-benefits li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;line-height:1.5;color:var(--text-primary)}.landing-root .aud-benefits li:before{content:"";flex-shrink:0;width:22px;height:22px;background:var(--brand-bg);border-radius:50%;margin-top:1px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-size:12px;background-position:50%;background-repeat:no-repeat}.landing-root .aud-quote{font-size:16px;line-height:1.5;color:var(--text-secondary);font-style:italic;padding:14px 18px;background:var(--surface-3);border-radius:14px;border-left:3px solid var(--brand)}.landing-root .aud-pains{display:flex;flex-direction:column;gap:10px}.landing-root .aud-pain{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.5;color:var(--text-primary)}.landing-root .aud-pain:before{content:"";width:18px;height:18px;background:rgba(239,68,68,.1);border-radius:50%;flex-shrink:0;margin-top:2px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EF4444' stroke-width='3' stroke-linecap='round'><line x1='6' y1='6' x2='18' y2='18'/><line x1='18' y1='6' x2='6' y2='18'/></svg>");background-size:10px;background-position:50%;background-repeat:no-repeat}.landing-root .how{background:var(--surface-1)}.landing-root .how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:64px}.landing-root .how-card{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:24px;padding:32px 28px;display:flex;flex-direction:column;gap:18px;position:relative;transition:all .2s}.landing-root .how-card:hover{background:var(--surface-1);border-color:var(--brand);box-shadow:0 12px 30px -10px rgba(37,99,235,.12)}.landing-root .how-conn{position:absolute;right:-22px;top:50%;transform:translateY(-50%);width:44px;height:24px;pointer-events:none;z-index:2}.landing-root .how-conn svg{width:100%;height:100%;display:block}.landing-root .how-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(135deg,var(--brand) 0,var(--brand-active) 100%);color:#fff;border-radius:12px;font-size:14px;font-weight:800;box-shadow:0 4px 12px rgba(37,99,235,.25)}.landing-root .how-h{font-size:24px;font-weight:800;letter-spacing:-.6px;line-height:1.2}.landing-root .how-p{font-size:14.5px;line-height:1.6;color:var(--text-secondary)}.landing-root .how-vis{margin-top:4px;background:var(--surface-1);border:1px solid var(--border-soft);border-radius:14px;padding:12px 14px;font-size:12.5px;color:var(--text-secondary);font-family:-apple-system,monospace;line-height:1.7}.landing-root .how-vis .ok{color:var(--green);font-weight:700}.landing-root .how-vis .ar{color:var(--brand)}.landing-root .how-vis .ln{display:flex;justify-content:space-between;gap:12px;padding:3px 0}.landing-root .how-vis .ln strong{font-weight:700;color:var(--text-primary)}.landing-root .feat{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;padding:100px 0;border-bottom:1px solid var(--border-divider)}.landing-root .feat:last-child{border-bottom:none}.landing-root .feat.rev .feat-text{order:2}.landing-root .feat-text{max-width:500px}.landing-root .feat-eyebrow{display:inline-block;font-size:12px;font-weight:700;color:var(--brand);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px;padding:4px 12px;background:var(--brand-bg);border-radius:100px}.landing-root .feat-h{font-size:44px;line-height:1.08;letter-spacing:-1.4px;font-weight:800;color:var(--text-primary)}.landing-root .feat-p{font-size:16.5px;line-height:1.6;color:var(--text-secondary);margin-top:20px}.landing-root .feat-list{list-style:none;display:flex;flex-direction:column;gap:14px;margin-top:24px}.landing-root .feat-list li{display:flex;gap:12px;align-items:flex-start;font-size:14.5px;line-height:1.55;color:var(--text-primary)}.landing-root .feat-list li:before{content:"";flex-shrink:0;width:22px;height:22px;background:var(--brand-bg);border-radius:50%;margin-top:1px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-size:12px;background-position:50%;background-repeat:no-repeat}.landing-root .feat-vis{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:24px;padding:28px;box-shadow:0 4px 20px -4px rgba(37,99,235,.06),0 20px 40px -20px rgba(11,18,32,.1);min-height:420px;position:relative}.landing-root .src-h{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--border-divider)}.landing-root .src-h-t{font-size:14px;font-weight:700}.landing-root .src-h-s{font-size:12px;color:var(--text-tertiary);margin-top:2px}.landing-root .src-list{display:flex;flex-direction:column;gap:10px}.landing-root .src-row{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:14px;padding:12px 14px;display:grid;grid-template-columns:36px 1fr auto;gap:12px;align-items:center}.landing-root .src-row.done{background:rgba(16,185,129,.06);border-color:rgba(16,185,129,.25)}.landing-root .src-i{width:36px;height:36px;border-radius:12px;background:var(--brand-bg);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.landing-root .src-i.gh{background:#1f2937;color:#fff}.landing-root .src-i.hh{background:#ffedd5;color:#c2410c}.landing-root .src-i.hb{background:#e0f2fe;color:#0369a1}.landing-root .src-i.gn{background:rgba(16,185,129,.15);color:var(--green)}.landing-root .src-t{font-size:13.5px;font-weight:600}.landing-root .src-s{font-size:11.5px;color:var(--text-tertiary);margin-top:2px}.landing-root .src-c{font-size:13px;font-weight:700;color:var(--green);padding:4px 10px;background:rgba(16,185,129,.1);border-radius:100px}.landing-root .ai-vis{display:flex;flex-direction:column;gap:16px}.landing-root .ai-cand{display:flex;gap:14px;align-items:flex-start}.landing-root .ai-cand-av{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,var(--brand) 0,var(--brand-active) 100%);color:#fff;font-weight:800;font-size:17px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-root .ai-cand-name{font-size:17px;font-weight:800;letter-spacing:-.4px}.landing-root .ai-cand-role{font-size:13px;color:var(--text-tertiary);margin-top:2px}.landing-root .ai-cand-tags{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}.landing-root .ai-tag{font-size:11px;font-weight:600;padding:2px 9px;border-radius:100px;background:var(--surface-3);color:var(--text-secondary)}.landing-root .ai-score{background:linear-gradient(135deg,var(--tint-8),var(--surface-1));border:1px solid var(--tint-24);border-radius:18px;padding:18px 20px}.landing-root .ai-score-r{display:flex;justify-content:space-between;align-items:baseline}.landing-root .ai-score-l{font-size:11.5px;font-weight:700;color:var(--brand);text-transform:uppercase;letter-spacing:.6px}.landing-root .ai-score-v{font-size:32px;font-weight:900;letter-spacing:-1.2px}.landing-root .ai-score-bar{margin-top:10px;height:6px;background:rgba(37,99,235,.12);border-radius:100px;overflow:hidden}.landing-root .ai-score-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--brand) 0,var(--brand-active) 100%)}.landing-root .ai-score-d{font-size:13px;line-height:1.5;color:var(--text-secondary);margin-top:12px}.landing-root .ai-flags{display:grid;grid-template-columns:1fr 1fr;gap:8px}.landing-root .ai-flag{background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.25);border-radius:14px;padding:12px 14px}.landing-root .ai-flag-l{font-size:10.5px;font-weight:700;color:var(--green);text-transform:uppercase;letter-spacing:.5px}.landing-root .ai-flag-v{font-size:13px;font-weight:700;color:var(--text-primary);margin-top:3px}.landing-root .fnl{display:flex;flex-direction:column;gap:8px}.landing-root .fnl-h{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;margin-bottom:6px;border-bottom:1px solid var(--border-divider)}.landing-root .fnl-h-t{font-size:14px;font-weight:700}.landing-root .fnl-h-s{font-size:12px;color:var(--text-tertiary)}.landing-root .fnl-h-s strong{color:var(--text-primary);font-weight:700}.landing-root .fnl-row{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:12px;padding:10px 14px;display:grid;grid-template-columns:10px 1fr 50px;gap:12px;align-items:center}.landing-root .fnl-row.win{background:rgba(16,185,129,.06);border-color:rgba(16,185,129,.25)}.landing-root .fnl-dot{width:8px;height:8px;border-radius:50%}.landing-root .fnl-name{font-size:12.5px;font-weight:600;line-height:1.2}.landing-root .fnl-bar{height:5px;margin-top:6px;background:var(--surface-3);border-radius:100px;overflow:hidden}.landing-root .fnl-fill{height:100%;border-radius:100px}.landing-root .fnl-c{font-size:13px;font-weight:800;text-align:right}.landing-root .fnl-row.win .fnl-c{color:var(--green)}.landing-root .kpi-card{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:16px}.landing-root .kpi-filters{display:flex;flex-wrap:wrap;gap:8px}.landing-root .kpi-filter{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--surface-1);border:1px solid var(--border-soft);border-radius:100px;font-size:11.5px;font-weight:600;color:var(--text-secondary);white-space:nowrap}.landing-root .kpi-filter strong{color:var(--text-primary);font-weight:700}.landing-root .kpi-filter .chev{color:var(--text-tertiary);font-size:9px;margin-left:2px}.landing-root .kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.landing-root .kpi-cell{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:12px;padding:12px}.landing-root .kpi-l{font-size:10.5px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.4px;line-height:1.3}.landing-root .kpi-v{font-size:26px;font-weight:900;letter-spacing:-.8px;color:var(--text-primary);margin-top:6px;line-height:1}.landing-root .kpi-v .u{font-size:13px;font-weight:700;color:var(--text-tertiary);margin-left:3px;letter-spacing:0}.landing-root .kpi-d{font-size:10.5px;color:var(--green);font-weight:700;margin-top:4px}.landing-root .kpi-d.down{color:#ea580c}.landing-root .feat-vis-stack{display:flex;flex-direction:column;gap:16px}@media (max-width:720px){.landing-root .kpi-grid{grid-template-columns:repeat(2,1fr)}}.landing-root .plg-frame{background:linear-gradient(160deg,#090f39,#0047d5);width:320px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px -10px rgba(37,99,235,.3)}.landing-root .plg-h{padding:14px 16px;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;gap:10px}.landing-root .plg-h .lm{width:28px;height:28px}.landing-root .plg-h-t{font-size:14px;font-weight:800;color:#fff;letter-spacing:-.3px}.landing-root .plg-h-s{font-size:10px;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.landing-root .plg-tabs{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid hsla(0,0%,100%,.08)}.landing-root .plg-tab{padding:10px 4px;text-align:center;font-size:10px;font-weight:600;color:hsla(0,0%,100%,.5);border-bottom:2px solid transparent}.landing-root .plg-tab.active{color:#fff;border-bottom-color:#5b92ff}.landing-root .plg-body{padding:18px 16px}.landing-root .plg-name{display:flex;align-items:center;gap:10px;margin-bottom:14px}.landing-root .plg-av{width:40px;height:40px;border-radius:50%;background:#fff;color:var(--brand);font-weight:800;font-size:13px;display:flex;align-items:center;justify-content:center}.landing-root .plg-nm{font-size:13.5px;font-weight:700;color:#fff}.landing-root .plg-rl{font-size:11px;color:hsla(0,0%,100%,.55);margin-top:1px}.landing-root .plg-score{background:rgba(91,146,255,.15);border:1px solid rgba(91,146,255,.3);border-radius:14px;padding:14px}.landing-root .plg-score-l{font-size:10.5px;font-weight:700;color:#5b92ff;text-transform:uppercase;letter-spacing:.5px}.landing-root .plg-score-v{font-size:32px;font-weight:900;letter-spacing:-1px;color:#fff;margin-top:4px}.landing-root .plg-score-d{font-size:11.5px;color:hsla(0,0%,100%,.7);line-height:1.55;margin-top:8px}.landing-root .plg-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:12px}.landing-root .plg-btn{padding:8px 10px;border-radius:100px;font-size:11px;font-weight:700}.landing-root .plg-btn-1{background:hsla(0,0%,100%,.1);color:#fff}.landing-root .plg-btn-2{background:#5b92ff;color:#fff}.landing-root .plg-h-timer{margin-left:auto;font-size:11px;font-weight:700;color:#ff4b6e;background:rgba(255,75,110,.15);border:1px solid rgba(255,75,110,.35);padding:2px 9px;border-radius:10px;font-variant-numeric:tabular-nums}.landing-root .plg-rec-ind{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#ff4b6e}.landing-root .plg-rec-pulse{width:8px;height:8px;border-radius:50%;background:#ff4b6e;box-shadow:0 0 0 0 rgba(255,75,110,.6);animation:ldg-plgpulse 1.4s ease-in-out infinite}@keyframes ldg-plgpulse{0%,to{box-shadow:0 0 0 0 rgba(255,75,110,.55)}50%{box-shadow:0 0 0 8px rgba(255,75,110,0)}}.landing-root .plg-rec-sub{font-size:11px;color:rgba(91,146,255,.85);font-weight:600;margin-top:6px}.landing-root .plg-trans{background:rgba(0,0,0,.25);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;padding:12px;margin-top:12px}.landing-root .plg-trans-h{font-size:10px;font-weight:700;color:rgba(91,146,255,.95);text-transform:uppercase;letter-spacing:.6px;margin-bottom:10px}.landing-root .plg-utt{margin-bottom:10px}.landing-root .plg-utt:last-child{margin-bottom:0}.landing-root .plg-utt-lbl{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:3px}.landing-root .plg-utt.r .plg-utt-lbl{color:#5b92ff}.landing-root .plg-utt.c .plg-utt-lbl{color:hsla(0,0%,100%,.45)}.landing-root .plg-utt-txt{font-size:11.5px;line-height:1.5;color:hsla(0,0%,100%,.85)}.landing-root .plg-btn-stop{width:100%;margin-top:12px;padding:10px 12px;border-radius:100px;font-size:12px;font-weight:700;background:#ff4b6e;color:#fff}.landing-root .plg-stack{position:relative;display:flex;align-items:flex-start;justify-content:center;gap:24px;width:100%}.landing-root .plg-stack .plg-frame{margin:0;flex-shrink:0}.landing-root .plg-stack .plg-frame:first-child{transform:translateY(20px) rotate(-2deg);z-index:1}.landing-root .plg-stack .plg-frame:nth-child(2){transform:translateY(-10px) rotate(2deg);z-index:2}.landing-root .plg-rep-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.landing-root .plg-rep-t{font-size:12.5px;font-weight:700;color:#fff;display:flex;align-items:center;gap:6px}.landing-root .plg-rep-t-mark{color:#5b92ff}.landing-root .plg-rep-btn{padding:5px 10px;border-radius:8px;font-size:10.5px;font-weight:700;background:rgba(91,146,255,.18);color:#9cbbff;border:1px solid rgba(91,146,255,.32)}.landing-root .plg-rep{background:rgba(0,0,0,.22);border:1px solid hsla(0,0%,100%,.06);border-radius:12px;padding:12px 13px}.landing-root .plg-rep-h2{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#5b92ff;margin-top:10px;margin-bottom:5px}.landing-root .plg-rep-h2:first-child{margin-top:0}.landing-root .plg-rep-p{font-size:11.5px;line-height:1.5;color:hsla(0,0%,100%,.85)}.landing-root .plg-rep-li{font-size:11.5px;line-height:1.5;color:hsla(0,0%,100%,.78);padding-left:12px;position:relative;margin-top:3px}.landing-root .plg-rep-li:before{content:"•";position:absolute;left:2px;color:rgba(91,146,255,.7)}.landing-root .plg-rep-actions{display:flex;gap:6px;margin-top:12px}.landing-root .plg-rep-save{flex:1;padding:8px 10px;border-radius:100px;font-size:11px;font-weight:700;background:#5b92ff;color:#fff}.landing-root .mid-cta-wrap{padding:0 0 80px}.landing-root .mid-cta{background:linear-gradient(135deg,#1e40af,#2563eb);border-radius:24px;padding:40px 48px;display:flex;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 20px 40px -16px rgba(37,99,235,.3)}.landing-root .mid-cta-text h3{font-size:28px;line-height:1.15;letter-spacing:-.8px;font-weight:800;color:#fff}.landing-root .mid-cta-text p{font-size:15.5px;line-height:1.55;color:hsla(0,0%,100%,.78);margin-top:8px;max-width:480px}.landing-root .mid-cta-btn{background:#fff;color:var(--brand);box-shadow:0 1px 2px rgba(0,0,0,.1),0 4px 12px rgba(0,0,0,.1);flex-shrink:0}.landing-root .mid-cta-btn:hover{background:var(--surface-2);transform:translateY(-1px)}@media (max-width:720px){.landing-root .mid-cta{flex-direction:column;align-items:flex-start;padding:32px 24px;gap:20px}.landing-root .mid-cta-text h3{font-size:24px}.landing-root .mid-cta-btn{width:100%}}.landing-root .cmp{background:var(--surface-1)}.landing-root .cmp-wrap{margin-top:56px;background:var(--surface-2);border:1px solid var(--border-soft);border-radius:24px;overflow:hidden}.landing-root .cmp-row{display:grid;grid-template-columns:1.5fr 1fr 1fr;border-bottom:1px solid var(--border-divider)}.landing-root .cmp-row:last-child{border-bottom:none}.landing-root .cmp-cell{padding:20px 24px;display:flex;align-items:center;font-size:14.5px}.landing-root .cmp-cell:nth-child(2){background:var(--brand-bg);border-left:1px solid var(--tint-12);border-right:1px solid var(--tint-12)}.landing-root .cmp-head .cmp-cell{background:var(--surface-3);font-weight:800;font-size:15px;padding:22px 24px}.landing-root .cmp-head .cmp-cell:nth-child(2){background:var(--brand);color:#fff}.landing-root .cmp-head .cmp-cell:nth-child(2) .badge{background:#fff;color:var(--brand);font-size:10px;padding:2px 7px;border-radius:100px;margin-left:8px;font-weight:800}.landing-root .cmp-q{font-weight:600;color:var(--text-primary)}.landing-root .cmp-y{color:var(--brand);font-weight:700;display:flex;gap:8px;align-items:center}.landing-root .cmp-y:before{content:"";width:18px;height:18px;background:#fff;border-radius:50%;flex-shrink:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-size:11px;background-position:50%;background-repeat:no-repeat}.landing-root .cmp-n{color:var(--text-tertiary);font-size:14px}.landing-root .cmp-n:before{content:"— ";color:var(--text-muted)}.landing-root .stats{padding:100px 0}.landing-root .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:64px;background:var(--surface-1);border:1px solid var(--border-soft);border-radius:24px;overflow:hidden}.landing-root .stat-cell{padding:36px 32px;border-right:1px solid var(--border-divider);text-align:left}.landing-root .stat-cell:last-child{border-right:none}.landing-root .stat-v{font-size:60px;line-height:1;letter-spacing:-2.5px;font-weight:800;background:linear-gradient(135deg,var(--brand) 0,var(--brand-active) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-root .stat-v .u{font-size:28px;color:var(--text-tertiary);-webkit-text-fill-color:var(--text-tertiary);margin-left:2px}.landing-root .stat-l{font-size:13.5px;line-height:1.55;color:var(--text-secondary);margin-top:14px}.landing-root .sav{background:var(--surface-1)}.landing-root .sav-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:20px;align-items:stretch}.landing-root .sav-card{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:24px;padding:32px;display:flex;flex-direction:column}.landing-root .sav-after{background:linear-gradient(180deg,rgba(37,99,235,.06) 0,var(--surface-1) 70%);border-color:var(--tint-24)}.landing-root .sav-head{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;letter-spacing:.8px;text-transform:uppercase;color:var(--text-tertiary);padding:4px 10px;border-radius:100px;background:var(--surface-3);align-self:flex-start}.landing-root .sav-after .sav-head{background:var(--brand-bg);color:var(--brand)}.landing-root .sav-card h4{font-size:22px;font-weight:800;letter-spacing:-.6px;margin-top:14px;line-height:1.2}.landing-root .sav-card-sub{font-size:13.5px;color:var(--text-tertiary);margin-top:4px}.landing-root .sav-list{list-style:none;display:flex;flex-direction:column;margin-top:20px;flex:1}.landing-root .sav-list li{display:flex;justify-content:space-between;gap:16px;font-size:14.5px;color:var(--text-secondary);padding:13px 0;border-bottom:1px solid var(--border-divider)}.landing-root .sav-list li:first-child{padding-top:0}.landing-root .sav-list li:last-child{border-bottom:none}.landing-root .sav-list li strong{color:var(--text-primary);font-weight:700;white-space:nowrap;font-variant-numeric:tabular-nums}.landing-root .sav-list li strong.pos{color:var(--green)}.landing-root .sav-list li strong.neu{color:var(--text-secondary)}.landing-root .sav-total{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding-top:18px;margin-top:6px;border-top:2px solid var(--border-soft)}.landing-root .sav-after .sav-total{border-top-color:var(--tint-24)}.landing-root .sav-total span{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:var(--text-tertiary)}.landing-root .sav-total strong{font-size:26px;font-weight:800;letter-spacing:-.6px;color:var(--text-primary);font-variant-numeric:tabular-nums}.landing-root .sav-total strong.pos{color:var(--green)}.landing-root .sav-arrow{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--brand);color:#fff;border-radius:50%;align-self:center;box-shadow:0 8px 20px -4px rgba(37,99,235,.4);flex-shrink:0}.landing-root .sav-metrics{margin-top:24px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:var(--surface-1);border:1px solid var(--border-soft);border-radius:24px;overflow:hidden}.landing-root .sav-metric{padding:28px;border-right:1px solid var(--border-divider)}.landing-root .sav-metric:last-child{border-right:none}.landing-root .sav-num{font-size:44px;font-weight:800;letter-spacing:-1.6px;line-height:1;background:linear-gradient(135deg,var(--brand) 0,var(--brand-active) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.landing-root .sav-l{font-size:13px;line-height:1.5;color:var(--text-secondary);margin-top:10px}.landing-root .sav-foot{text-align:center;margin-top:20px;font-size:13.5px;color:var(--text-tertiary)}.landing-root .pricing{padding:100px 0;text-align:center}.landing-root .pr-toggle{display:inline-flex;background:var(--surface-3);border-radius:14px;padding:4px;margin:24px auto 40px;gap:4px;width:-moz-max-content;width:max-content}.landing-root .pr-toggle-opt{padding:10px 22px;border-radius:10px;font-size:14px;font-weight:600;color:var(--text-secondary);display:inline-flex;align-items:center;gap:8px;transition:all .15s;cursor:pointer}.landing-root .pr-toggle-opt:hover{color:var(--text-primary)}.landing-root .pr-toggle-opt.active{background:#fff;color:var(--text-primary);box-shadow:0 1px 3px rgba(0,0,0,.1)}.landing-root .pr-toggle-save{background:rgba(16,185,129,.12);color:#166534;font-size:11px;font-weight:700;padding:3px 9px;border-radius:100px;letter-spacing:.2px}.landing-root .pr-amt{transition:opacity .18s ease}.landing-root .pr-amt.fading{opacity:0}.landing-root .pr-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:56px;margin-top:8px;text-align:left}.landing-root .pr-card{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:24px;padding:28px 26px;display:flex;flex-direction:column;position:relative;transition:all .2s}.landing-root .pr-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px rgba(37,99,235,.12)}.landing-root .pr-pop{background:linear-gradient(160deg,#0b1220,#1e40af);border-color:var(--brand-active);color:#fff;box-shadow:0 24px 50px -10px rgba(37,99,235,.32);transform:translateY(-6px)}.landing-root .pr-pop:hover{transform:translateY(-10px)}.landing-root .pr-pop-bdg{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#fff;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.6px;text-transform:uppercase;padding:6px 14px;border-radius:100px;box-shadow:0 6px 16px rgba(11,18,32,.18);white-space:nowrap}.landing-root .pr-name{font-size:18px;font-weight:800;letter-spacing:-.4px;color:var(--text-primary)}.landing-root .pr-pop .pr-name{color:#fff}.landing-root .pr-tag-d{display:inline-block;margin-top:6px;font-size:12px;color:var(--text-tertiary);min-height:18px}.landing-root .pr-pop .pr-tag-d{color:hsla(0,0%,100%,.7)}.landing-root .pr-price{margin-top:14px;display:flex;align-items:baseline;gap:6px}.landing-root .pr-amt{font-size:34px;font-weight:900;letter-spacing:-1.4px;color:var(--text-primary)}.landing-root .pr-pop .pr-amt{color:#fff}.landing-root .pr-per{font-size:14px;color:var(--text-tertiary);font-weight:600}.landing-root .pr-pop .pr-per{color:hsla(0,0%,100%,.6)}.landing-root .pr-d{font-size:12.5px;color:var(--text-tertiary);margin-top:6px;min-height:18px}.landing-root .pr-pop .pr-d{color:hsla(0,0%,100%,.7)}.landing-root .pr-cta{margin-top:20px;width:100%}.landing-root .pr-pop .pr-cta{background:#fff;color:var(--brand);box-shadow:0 1px 2px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.16)}.landing-root .pr-pop .pr-cta:hover{background:var(--surface-2)}.landing-root .pr-list{list-style:none;display:flex;flex-direction:column;gap:11px;margin-top:22px;padding-top:22px;border-top:1px solid var(--border-divider);flex:1}.landing-root .pr-pop .pr-list{border-top-color:hsla(0,0%,100%,.14)}.landing-root .pr-list li{display:flex;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.45;color:var(--text-primary)}.landing-root .pr-pop .pr-list li{color:hsla(0,0%,100%,.92)}.landing-root .pr-list li:before{content:"";flex-shrink:0;width:16px;height:16px;background:var(--brand-bg);border-radius:50%;margin-top:1px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-size:10px;background-position:50%;background-repeat:no-repeat}.landing-root .pr-pop .pr-list li:before{background-color:hsla(0,0%,100%,.2);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>")}.landing-root .pr-list li strong{font-weight:800;white-space:nowrap}.landing-root .pr-sect-h{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--text-tertiary);margin-bottom:18px;text-align:center}.landing-root .addons-list{display:flex;flex-direction:column;gap:10px;max-width:800px;margin:0 auto;text-align:left}.landing-root .addon-row-h{display:grid;grid-template-columns:minmax(220px,1fr) 1.4fr auto;align-items:center;gap:18px;background:var(--surface-2);border:1px solid var(--border-soft);border-radius:12px;padding:14px 20px;transition:all .15s}.landing-root .addon-row-h:hover{border-color:var(--brand);background:var(--surface-1)}.landing-root .addon-row-name{display:flex;align-items:center;gap:12px;font-size:14.5px;font-weight:600;color:var(--text-primary)}.landing-root .addon-ico-sm{width:32px;height:32px;border-radius:10px;background:var(--brand-bg);color:var(--brand);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-root .addon-row-desc{font-size:13px;color:var(--text-tertiary)}.landing-root .addon-row-price{font-size:16px;font-weight:800;color:var(--brand);white-space:nowrap;font-variant-numeric:tabular-nums}.landing-root .addon-row-price .u{font-size:12px;color:var(--text-tertiary);font-weight:600;margin-left:2px}@media (max-width:720px){.landing-root .addon-row-h{grid-template-columns:1fr;gap:6px}.landing-root .addon-row-price{font-size:18px}}.landing-root .faq{background:var(--surface-1)}.landing-root .faq-grid{margin-top:56px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.landing-root .faq-item{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:18px;padding:22px 24px;transition:all .2s}.landing-root .faq-item:hover{border-color:var(--brand);background:var(--surface-1)}.landing-root .faq-q{font-size:16px;font-weight:700;letter-spacing:-.3px;display:flex;justify-content:space-between;align-items:center;gap:12px;cursor:pointer;list-style:none;color:var(--text-primary)}.landing-root .faq-q::-webkit-details-marker{display:none}.landing-root .faq-q .plus{width:28px;height:28px;border-radius:50%;background:var(--surface-3);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:18px;font-weight:400;color:var(--text-secondary);transition:all .2s}.landing-root .faq-item[open] .plus{background:var(--brand);color:#fff;transform:rotate(45deg)}.landing-root .faq-a{font-size:14px;line-height:1.6;color:var(--text-secondary);margin-top:14px;padding-top:14px;border-top:1px solid var(--border-divider)}.landing-root .cta-wrap{position:relative;background:linear-gradient(135deg,#0b1220,#1e40af 60%,#2563eb);border-radius:32px;padding:80px 40px;text-align:center;overflow:hidden;max-width:1200px;margin-left:auto;margin-right:auto;box-shadow:0 40px 80px -20px rgba(37,99,235,.25)}.landing-root .cta-wrap:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 80% 0,rgba(91,146,255,.4),transparent 60%),radial-gradient(ellipse 50% 60% at 10% 100%,hsla(0,0%,100%,.1),transparent 60%);pointer-events:none}.landing-root .cta-inner{position:relative;z-index:1}.landing-root .cta-eyebrow{display:inline-block;font-size:12px;font-weight:700;color:hsla(0,0%,100%,.9);text-transform:uppercase;letter-spacing:1.4px;padding:6px 14px;background:hsla(0,0%,100%,.1);border-radius:100px;border:1px solid hsla(0,0%,100%,.2);margin-bottom:24px}.landing-root .cta-wrap h2{font-size:64px;line-height:1;letter-spacing:-2.4px;font-weight:800;color:#fff;max-width:800px;margin:0 auto}.landing-root .cta-wrap h2 .accent{background:linear-gradient(135deg,#fff,#5b92ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.landing-root .cta-wrap p{font-size:17px;line-height:1.55;color:hsla(0,0%,100%,.75);max-width:520px;margin:24px auto 0}.landing-root .cta-cta{margin-top:36px;display:inline-flex;gap:10px;flex-wrap:wrap;justify-content:center}.landing-root .cta-foot{margin-top:18px;font-size:13.5px;color:hsla(0,0%,100%,.65)}.landing-root .btn-white{background:#fff;color:var(--brand-deep)}.landing-root .btn-white:hover{background:var(--surface-2);transform:translateY(-1px)}.landing-root .btn-ghost-d{border:1px solid hsla(0,0%,100%,.2);color:#fff}.landing-root .btn-ghost-d:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.4)}.landing-root footer{padding:80px 0 40px;background:var(--surface-1);border-top:1px solid var(--border-soft);margin-top:100px}.landing-root .foot-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px}.landing-root .foot-brand .logo-row{margin-bottom:12px}.landing-root .foot-brand-d{font-size:13.5px;line-height:1.6;color:var(--text-secondary);max-width:320px;margin-top:14px}.landing-root .foot-col-h{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--text-tertiary);margin-bottom:16px}.landing-root .foot-col a{display:block;font-size:14px;color:var(--text-secondary);padding:5px 0;transition:color .15s}.landing-root .foot-col a:hover{color:var(--brand)}.landing-root .foot-bot{margin-top:50px;padding-top:24px;border-top:1px solid var(--border-divider);display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:var(--text-tertiary)}.landing-root .foot-legal{margin-top:16px;display:flex;flex-wrap:wrap;gap:24px;font-size:12.5px}.landing-root .foot-legal a{color:var(--text-tertiary);text-decoration:none;transition:color .15s}.landing-root .foot-legal a:hover{color:var(--brand)}@media (max-width:1024px){.landing-root .hero h1{font-size:54px;letter-spacing:-2px}.landing-root .section-h{font-size:40px;letter-spacing:-1.4px}.landing-root .feat-h{font-size:32px;letter-spacing:-1px}.landing-root .feat{grid-template-columns:1fr;gap:40px;padding:70px 0}.landing-root .feat.rev .feat-text{order:0}.landing-root .aud-grid,.landing-root .how-grid{grid-template-columns:1fr}.landing-root .stats-grid{grid-template-columns:repeat(2,1fr)}.landing-root .stat-cell{border-right:none;border-bottom:1px solid var(--border-divider)}.landing-root .cmp-row{grid-template-columns:1fr}.landing-root .cmp-cell:nth-child(2){border-left:none;border-right:none}.landing-root .faq-grid{grid-template-columns:1fr}.landing-root .foot-row{grid-template-columns:1fr!important;gap:30px}.landing-root .nav-links{display:none}.landing-root .cta-wrap h2{font-size:40px;letter-spacing:-1.4px}.landing-root .app-stats,.landing-root .pr-grid{grid-template-columns:repeat(2,1fr)}.landing-root .pr-pop{transform:translateY(0)}.landing-root .pr-pop:hover{transform:translateY(-4px)}.landing-root .sav-grid{grid-template-columns:1fr}.landing-root .sav-arrow{transform:rotate(90deg)}.landing-root .sav-metrics{grid-template-columns:repeat(2,1fr)}.landing-root .sav-metric{border-right:none;border-bottom:1px solid var(--border-divider)}.landing-root .sav-metric:nth-child(odd){border-right:1px solid var(--border-divider)}.landing-root .sav-metric:nth-last-child(-n+2){border-bottom:none}.landing-root .how-conn{right:50%;top:auto;bottom:-28px;transform:translate(50%) rotate(90deg);width:32px;height:20px}.landing-root .settings-card{position:relative;right:auto;bottom:auto;margin:16px auto 0;width:100%;max-width:320px}.landing-root .kanban{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.landing-root .kanban,.landing-root .kpi-grid{grid-template-columns:repeat(2,1fr)}.landing-root .market-ai,.landing-root .market-companies{display:none}}@media (max-width:768px){body,html{overflow-x:hidden;max-width:100vw}.landing-root .wrap{padding:0 20px}.landing-root .nav-links{display:none!important}.landing-root .nav-card{padding:10px 14px}.landing-root .nav-cta .btn-tertiary{display:none}.landing-root .hero h1{font-size:clamp(28px,8vw,48px)!important;letter-spacing:-1.5px!important;margin:20px auto 18px!important}.landing-root .hero p.lead{font-size:16px!important;margin-bottom:28px!important}.landing-root .hero-cta{flex-direction:column!important;align-items:stretch!important;width:100%!important;max-width:360px!important;gap:12px!important}.landing-root .hero-cta-col{max-width:100%!important;width:100%!important}.landing-root .btn-xl{width:100%!important;padding:16px 24px!important;min-height:44px!important;font-size:15px!important}.landing-root .hero-product{overflow-x:hidden}.landing-root .product-frame{transform:none!important;perspective:none!important}.landing-root .app{grid-template-columns:1fr!important}.landing-root .app-side{display:none!important}.landing-root .pr-grid{grid-template-columns:1fr!important;gap:20px!important}.landing-root .pr-card{width:100%!important;max-width:420px!important;min-width:unset!important;margin:0 auto!important}.landing-root .pr-pop{transform:none!important}.landing-root .pr-pop:hover{transform:translateY(-4px)!important}.landing-root .stats-grid{grid-template-columns:1fr 1fr!important}.landing-root .aud-grid,.landing-root .how-grid,.landing-root .sav-grid{grid-template-columns:1fr!important}.landing-root .sav-arrow{transform:rotate(90deg)!important;margin:0 auto!important}.landing-root .sav-metrics{grid-template-columns:1fr 1fr!important}.landing-root .foot-row{grid-template-columns:1fr!important;gap:24px!important}.landing-root .foot-bot{flex-direction:column!important;gap:8px!important;text-align:center!important}.landing-root .foot-legal{flex-direction:column!important;gap:12px!important}.landing-root .cta-wrap h2,.landing-root .section-h{font-size:clamp(24px,7vw,36px)!important;letter-spacing:-1px!important}.landing-root .cta-cta{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.landing-root .cta-cta .btn-xl{width:100%!important}.landing-root .addon-row-h{flex-wrap:wrap!important;gap:8px!important}.landing-root .addon-row-desc{width:100%!important;order:3!important}.landing-root .cmp-row{grid-template-columns:1fr!important}.landing-root .cmp-cell:nth-child(2){border-left:none!important;border-right:none!important}}.landing-root .hero-pill-pulse{width:8px;height:8px;border-radius:50%;background:var(--green);flex-shrink:0;box-shadow:0 0 0 0 rgba(16,185,129,.5);animation:ldg-pulse 1.6s ease-in-out infinite}.landing-root #problem{background:var(--surface-1)}.landing-root .prob-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.landing-root .prob-card{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:24px;padding:32px 28px;display:flex;flex-direction:column;gap:16px;transition:all .2s;position:relative;overflow:hidden}.landing-root .prob-card:hover{border-color:var(--brand);background:var(--surface-1);box-shadow:0 16px 40px -10px rgba(37,99,235,.12)}.landing-root .prob-num{font-size:56px;font-weight:900;letter-spacing:-2px;line-height:1;color:var(--border-soft);-webkit-user-select:none;-moz-user-select:none;user-select:none}.landing-root .prob-h{font-size:20px;font-weight:800;letter-spacing:-.5px;color:var(--text-primary);line-height:1.25}.landing-root .prob-p{font-size:14.5px;line-height:1.6;color:var(--text-secondary)}.landing-root .how-tabs{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-bottom:40px}.landing-root .how-tab-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:14px;font-size:14px;font-weight:600;color:var(--text-secondary);background:var(--surface-1);border:1px solid var(--border-soft);transition:all .18s;cursor:pointer}.landing-root .how-tab-btn:hover{color:var(--brand);border-color:var(--brand)}.landing-root .how-tab-btn.active{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 4px 14px rgba(37,99,235,.25)}.landing-root .how-tab-num{width:22px;height:22px;border-radius:50%;background:hsla(0,0%,100%,.18);display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;flex-shrink:0}.landing-root .how-tab-btn:not(.active) .how-tab-num{background:var(--surface-3);color:var(--text-tertiary)}.landing-root .how-panel{display:none}.landing-root .how-panel.active{display:block}.landing-root .how-panel-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.landing-root .how-panel-text{max-width:480px}.landing-root .how-panel-h{font-size:36px;line-height:1.1;letter-spacing:-1px;font-weight:800;color:var(--text-primary);margin-bottom:14px}.landing-root .how-panel-desc{font-size:16px;line-height:1.6;color:var(--text-secondary);margin-bottom:20px}.landing-root .how-panel-list{list-style:none;display:flex;flex-direction:column;gap:12px}.landing-root .how-panel-list li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;line-height:1.5;color:var(--text-primary)}.landing-root .how-panel-list li:before{content:"";flex-shrink:0;width:20px;height:20px;background:var(--brand-bg);border-radius:50%;margin-top:2px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-size:11px;background-position:50%;background-repeat:no-repeat}.landing-root #plugin{background:var(--surface-1)}.landing-root .plugin-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:flex-start;margin-top:48px}.landing-root .plugin-tabs{display:flex;flex-direction:column;gap:8px}.landing-root .plugin-tab-btn{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:16px;font-size:14px;font-weight:600;color:var(--text-secondary);background:var(--surface-2);border:1px solid transparent;transition:all .18s;cursor:pointer;text-align:left}.landing-root .plugin-tab-btn:hover{color:var(--brand);background:var(--surface-1);border-color:var(--brand)}.landing-root .plugin-tab-btn.active{background:var(--brand-bg);color:var(--brand);border-color:var(--tint-24);font-weight:700}.landing-root .plugin-tab-icon{width:32px;height:32px;border-radius:10px;background:var(--surface-1);border:1px solid var(--border-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .18s}.landing-root .plugin-tab-btn.active .plugin-tab-icon{background:var(--brand);border-color:var(--brand);color:#fff}.landing-root .plugin-tab-text{flex:1;line-height:1.3}.landing-root .plugin-preview-area{min-height:480px}.landing-root .plugin-panel{display:none}.landing-root .plugin-panel.active{display:block}.landing-root .plugin-cta{margin-top:36px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.landing-root .plugin-cta-note{font-size:14px;color:var(--text-secondary);line-height:1.5;max-width:480px}.landing-root .plugin-panel-content{display:flex;flex-direction:column;gap:20px}.landing-root .plugin-panel-h{font-size:24px;font-weight:800;letter-spacing:-.6px;color:var(--text-primary);margin-bottom:8px}.landing-root .plugin-panel-p{font-size:15px;line-height:1.6;color:var(--text-secondary)}.landing-root .plugin-iframe-wrap{border-radius:20px;overflow:hidden;border:1px solid var(--border-soft);box-shadow:0 8px 32px -8px rgba(37,99,235,.12),0 24px 48px -16px rgba(11,18,32,.1);background:var(--surface-2);height:480px}.landing-root .plugin-iframe{width:100%;height:100%;border:none;display:block}.landing-root .plugin-no-screenshot{flex-direction:column;gap:20px;text-align:center;height:360px;background:var(--surface-2);border:1.5px dashed var(--border-soft);padding:32px;color:var(--text-secondary);font-size:15px;line-height:1.6}.landing-root .plugin-add-icon,.landing-root .plugin-no-screenshot{display:flex;align-items:center;justify-content:center;border-radius:20px}.landing-root .plugin-add-icon{width:64px;height:64px;background:var(--brand-bg);color:var(--brand)}.landing-root #pilot{background:var(--surface-2)}.landing-root .pilot-card{max-width:680px;margin:0 auto;background:linear-gradient(135deg,#0b1220,#1e40af 60%,#2563eb);border-radius:32px;padding:56px 64px;text-align:center;position:relative;overflow:hidden;box-shadow:0 32px 64px -16px rgba(37,99,235,.3)}.landing-root .pilot-card:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 80% 0,rgba(91,146,255,.35),transparent 60%),radial-gradient(ellipse 50% 60% at 10% 100%,hsla(0,0%,100%,.08),transparent 60%);pointer-events:none}.landing-root .pilot-badge{position:relative;z-index:1;display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.4px;color:hsla(0,0%,100%,.9);background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:100px;padding:5px 14px;margin-bottom:20px}.landing-root .pilot-h{position:relative;z-index:1;font-size:40px;font-weight:800;letter-spacing:-1.4px;color:#fff;line-height:1.1;margin-bottom:16px}.landing-root .pilot-p{position:relative;z-index:1;font-size:16px;line-height:1.6;color:hsla(0,0%,100%,.78);max-width:440px;margin:0 auto 24px}.landing-root .pilot-count{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;color:hsla(0,0%,100%,.85);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.18);border-radius:100px;padding:6px 16px;margin-bottom:24px}.landing-root .pilot-count-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 0 0 rgba(74,222,128,.5);animation:ldg-pulse 1.6s ease-in-out infinite}.landing-root .pilot-card .btn-primary{position:relative;z-index:1;background:#fff;color:var(--brand);box-shadow:0 1px 2px rgba(0,0,0,.12),0 4px 16px rgba(0,0,0,.14)}.landing-root .pilot-card .btn-primary:hover{background:var(--surface-2);transform:translateY(-1px)}.landing-root .pr-enterprise-note{text-align:center;font-size:14px;color:var(--text-secondary);margin-top:32px}.landing-root .pr-enterprise-note .btn-link{font-size:14px}.landing-root .popup-overlay{position:fixed;inset:0;z-index:1000;background:rgba(11,18,32,.6);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.landing-root .popup-card{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:24px;padding:32px;width:100%;max-width:440px;box-shadow:0 24px 60px -16px rgba(11,18,32,.28)}.landing-root .popup-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.landing-root .popup-title{font-size:22px;font-weight:800;letter-spacing:-.5px;color:var(--text-primary)}.landing-root .popup-close{width:36px;height:36px;border-radius:10px;background:var(--surface-2);border:1px solid var(--border-soft);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);cursor:pointer;transition:all .15s}.landing-root .popup-close:hover{background:var(--surface-3);color:var(--text-primary)}.landing-root .popup-form{display:flex;flex-direction:column;gap:16px}.landing-root .popup-field{display:flex;flex-direction:column;gap:6px}.landing-root .popup-label{font-size:13px;font-weight:600;color:var(--text-primary)}.landing-root .popup-optional{font-weight:400;color:var(--text-tertiary)}.landing-root .popup-input{padding:10px 14px;background:var(--surface-2);border:1px solid var(--border-soft);border-radius:12px;font-size:14px;font-family:inherit;color:var(--text-primary);outline:none;transition:border-color .15s;width:100%}.landing-root .popup-input:focus{border-color:var(--brand);background:var(--surface-1)}.landing-root .popup-input:disabled{opacity:.6;cursor:not-allowed}.landing-root .popup-input::-moz-placeholder{color:var(--text-muted)}.landing-root .popup-input::placeholder{color:var(--text-muted)}.landing-root .popup-error{font-size:13.5px;color:var(--red);line-height:1.5;background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.18);border-radius:10px;padding:10px 14px}.landing-root .popup-error a{color:var(--red);font-weight:600;text-decoration:underline}.landing-root .popup-submit{width:100%;padding:13px 18px;font-size:15px;margin-top:4px;border-radius:12px}.landing-root .popup-submit:disabled{opacity:.65;cursor:not-allowed;transform:none!important}.landing-root .popup-direct{text-align:center;font-size:12.5px;color:var(--text-tertiary)}.landing-root .popup-direct a{color:var(--brand);font-weight:600}.landing-root .popup-success{text-align:center;padding:24px 0 8px;display:flex;flex-direction:column;align-items:center;gap:16px}.landing-root .popup-success-icon{width:56px;height:56px;border-radius:50%;background:rgba(16,185,129,.1);display:flex;align-items:center;justify-content:center;color:var(--green)}.landing-root .popup-success-text{font-size:15.5px;line-height:1.55;color:var(--text-primary);font-weight:500}@media (max-width:1024px){.landing-root .prob-grid{grid-template-columns:1fr}.landing-root .how-panel-inner{grid-template-columns:1fr;gap:32px}.landing-root .how-panel-text{max-width:100%}.landing-root .plugin-layout{grid-template-columns:1fr}.landing-root .plugin-tabs{flex-direction:row;flex-wrap:wrap}.landing-root .plugin-tab-btn{flex:1;min-width:160px}.landing-root .pilot-card{padding:40px 32px}.landing-root .pilot-h{font-size:30px}}@media (max-width:768px){.landing-root .prob-grid{grid-template-columns:1fr!important;gap:16px!important}.landing-root .how-tabs{gap:6px!important}.landing-root .how-tab-btn{font-size:13px!important;padding:10px 14px!important}.landing-root .how-panel-inner{grid-template-columns:1fr!important;gap:24px!important}.landing-root .how-panel-h{font-size:24px!important}.landing-root .plugin-layout{grid-template-columns:1fr!important;gap:20px!important}.landing-root .plugin-tabs{flex-direction:column!important}.landing-root .plugin-tab-btn{width:100%!important}.landing-root .plugin-iframe-wrap{height:360px!important}.landing-root .pilot-card{padding:32px 24px!important;border-radius:24px!important}.landing-root .pilot-h{font-size:26px!important;letter-spacing:-.8px!important}.landing-root .pilot-p{font-size:14.5px!important}.landing-root .popup-card{padding:24px!important;border-radius:20px!important}.landing-root .popup-title{font-size:18px!important}}@media (max-width:375px){.landing-root .how-tabs{flex-direction:column!important}.landing-root .how-tab-btn{width:100%!important}}.landing-root .hero-eyebrow{display:inline-block;font-size:12px;font-weight:700;color:var(--brand);text-transform:uppercase;letter-spacing:1.4px;padding:6px 14px;background:var(--brand-bg);border-radius:100px;margin-bottom:20px}.landing-root .plugin-mockup-wrap{border-radius:20px;overflow:hidden;box-shadow:0 8px 32px -8px rgba(37,99,235,.14),0 24px 48px -16px rgba(11,18,32,.12);background:#111827}.landing-root .pm-shell{display:flex;flex-direction:column}.landing-root .pm-browser{background:#1f2937;padding:8px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid hsla(0,0%,100%,.07)}.landing-root .pm-dots{display:flex;gap:5px}.landing-root .pm-dots span{width:10px;height:10px;border-radius:50%;display:block}.landing-root .pm-url{font-size:11px;color:hsla(0,0%,100%,.4);flex:1;text-align:center}.landing-root .pm-body{background:#f3f4f6;padding:12px;display:flex;justify-content:flex-end;min-height:440px;align-items:flex-start}.landing-root .pm-popup{width:260px;background:#111827;border-radius:16px;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 32px rgba(0,0,0,.4)}.landing-root .pm-popup-h{padding:14px 14px 10px;border-bottom:1px solid hsla(0,0%,100%,.07)}.landing-root .pm-popup-logo{display:flex;align-items:center;gap:10px}.landing-root .pm-popup-icon{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#090f39,#0047d5);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-root .pm-popup-name{font-size:13px;font-weight:800;color:#fff}.landing-root .pm-popup-sub{font-size:10px;color:hsla(0,0%,100%,.45);margin-top:1px}.landing-root .pm-tabs{display:flex;border-bottom:1px solid hsla(0,0%,100%,.07);overflow-x:auto;scrollbar-width:none}.landing-root .pm-tabs::-webkit-scrollbar{display:none}.landing-root .pm-tab{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px;color:hsla(0,0%,100%,.4);font-size:9.5px;font-weight:600;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap}.landing-root .pm-tab svg{flex-shrink:0}.landing-root .pm-tab.active{color:#60a5fa;border-bottom-color:#60a5fa}.landing-root .pm-screen{padding:12px;display:flex;flex-direction:column;gap:10px}.landing-root .pm-score-block{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:12px}.landing-root .pm-score-label{font-size:10px;font-weight:700;color:hsla(0,0%,100%,.45);text-transform:uppercase;letter-spacing:.5px}.landing-root .pm-score-val{font-size:28px;font-weight:900;color:#34d399;letter-spacing:-1px;margin:4px 0}.landing-root .pm-score-bar{height:5px;background:hsla(0,0%,100%,.1);border-radius:100px;overflow:hidden;margin-bottom:8px}.landing-root .pm-score-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,#00c48c,#4b8fff)}.landing-root .pm-score-text{font-size:11px;line-height:1.5;color:hsla(0,0%,100%,.65)}.landing-root .pm-flags{display:grid;grid-template-columns:1fr 1fr;gap:8px}.landing-root .pm-flag{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:8px 10px}.landing-root .pm-flag-h{font-size:9px;font-weight:700;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.4px}.landing-root .pm-flag-v{font-size:12px;font-weight:700;color:#34d399;margin-top:3px}.landing-root .pm-flag-s{font-size:9.5px;color:hsla(0,0%,100%,.4);margin-top:2px}.landing-root .pm-actions{display:flex;gap:7px}.landing-root .pm-btn{flex:1;padding:8px 10px;border-radius:8px;border:none;cursor:pointer;font-size:11px;font-weight:700;font-family:inherit;display:inline-flex;align-items:center;justify-content:center}.landing-root .pm-btn-success{background:#10b981;color:#fff}.landing-root .pm-btn-ghost{background:hsla(0,0%,100%,.08);color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.12)}.landing-root .pm-cand-card{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.landing-root .pm-cand-row{display:flex;align-items:center;gap:10px}.landing-root .pm-av{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:800;flex-shrink:0}.landing-root .pm-cand-name{font-size:12.5px;font-weight:700;color:#fff}.landing-root .pm-cand-role{font-size:10px;color:hsla(0,0%,100%,.45);margin-top:1px}.landing-root .pm-tags{display:flex;gap:5px;flex-wrap:wrap}.landing-root .pm-tag{font-size:9.5px;font-weight:700;padding:2px 7px;border-radius:100px}.landing-root .pm-tag-blue{background:rgba(75,143,255,.2);color:#60a5fa}.landing-root .pm-tag-green{background:rgba(52,211,153,.2);color:#34d399}.landing-root .pm-divider{display:flex;align-items:center;gap:8px;margin:4px 0}.landing-root .pm-divider span{font-size:9.5px;color:hsla(0,0%,100%,.3);font-weight:600;white-space:nowrap}.landing-root .pm-divider:after,.landing-root .pm-divider:before{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.08)}.landing-root .pm-tl{display:flex;align-items:flex-start;gap:10px}.landing-root .pm-tl-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:3px}.landing-root .pm-tl-t{font-size:11px;font-weight:600;color:hsla(0,0%,100%,.85)}.landing-root .pm-tl-s{font-size:9.5px;color:hsla(0,0%,100%,.35);margin-top:1px}.landing-root .pm-rec-status{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#f87171}.landing-root .pm-rec-dot{width:7px;height:7px;border-radius:50%;background:#f87171;animation:pm-rec-blink 1.2s ease-in-out infinite}@keyframes pm-rec-blink{0%,to{opacity:1}50%{opacity:.3}}.landing-root .pm-rep-block{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px}.landing-root .pm-rep-label{font-size:9.5px;font-weight:700;color:hsla(0,0%,100%,.4);text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.landing-root .pm-rep-item{border-bottom:1px solid hsla(0,0%,100%,.06);padding-bottom:7px}.landing-root .pm-rep-item:last-child{border-bottom:none;padding-bottom:0}.landing-root .pm-rep-q{font-size:10px;color:hsla(0,0%,100%,.4);margin-bottom:2px}.landing-root .pm-rep-a{font-size:11px;color:hsla(0,0%,100%,.85);line-height:1.4}.landing-root .pm-rep-verdict{background:rgba(52,211,153,.08);border:1px solid rgba(52,211,153,.2);border-radius:10px;padding:8px 10px;font-size:11px;color:hsla(0,0%,100%,.7);line-height:1.4}.landing-root .pm-rep-vl{font-weight:800;color:#34d399;margin-right:4px}.landing-root .pm-add-cand{display:flex;align-items:center;gap:10px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:10px 12px}.landing-root .pm-vac-list{display:flex;flex-direction:column;gap:6px}.landing-root .pm-vac-item{padding:8px 12px;border-radius:8px;font-size:11.5px;font-weight:600;color:hsla(0,0%,100%,.5);background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.07);cursor:pointer}.landing-root .pm-vac-active{color:#fff;background:rgba(37,99,235,.2);border-color:rgba(37,99,235,.4)}@media (max-width:768px){.landing-root .pm-body{justify-content:center;min-height:400px}.landing-root .pm-popup{width:240px}}.landing-root .hd-root{position:relative;margin-top:20px}.landing-root .hd-frame{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:20px;overflow:hidden;box-shadow:0 4px 24px rgba(11,18,32,.06),0 20px 64px -20px rgba(37,99,235,.14)}.landing-root .hd-chrome{background:#f2f2f2;border-bottom:1px solid #e0e0e0;padding:9px 16px;display:flex;align-items:center;gap:12px}.landing-root .hd-chrome-dots{display:flex;gap:5px}.landing-root .hd-chrome-dots span{width:10px;height:10px;border-radius:50%;display:block}.landing-root .hd-chrome-dots span:first-child{background:#ff5f57}.landing-root .hd-chrome-dots span:nth-child(2){background:#febc2e}.landing-root .hd-chrome-dots span:nth-child(3){background:#28c840}.landing-root .hd-chrome-url{flex:1;text-align:center;font-size:11px;color:#666;background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:3px 14px}.landing-root .hd-app{display:flex;height:460px}.landing-root .hd-sidebar{width:130px;flex-shrink:0;background:#fafbfc;border-right:1px solid var(--border-soft);padding:14px 10px;display:flex;flex-direction:column;gap:2px}.landing-root .hd-brand{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:800;color:var(--text-primary);margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--border-soft)}.landing-root .hd-nav-item{padding:6px 9px;border-radius:7px;font-size:11px;font-weight:500;color:var(--text-tertiary);cursor:default}.landing-root .hd-nav-item.active{background:var(--brand-bg);color:var(--brand);font-weight:700}.landing-root .hd-main{flex:1;overflow:hidden;padding:14px}.landing-root .hd-scene{animation:hd-fadein .35s ease both;height:100%}@keyframes hd-fadein{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.landing-root .hd-footer{display:flex;align-items:center;gap:14px;margin-top:12px}.landing-root .hd-progress{display:flex;gap:4px;flex:1}.landing-root .hd-prog-track{flex:1;height:3px;background:rgba(37,99,235,.12);border-radius:100px;overflow:hidden}.landing-root .hd-prog-fill{height:100%;width:0;border-radius:100px;background:var(--brand)}.landing-root .hd-prog-fill.done{width:100%}.landing-root .hd-prog-fill.running{animation:hd-prog linear forwards}@keyframes hd-prog{0%{width:0}to{width:100%}}.landing-root .hd-scene-lbl{font-size:11px;font-weight:600;color:var(--text-tertiary);white-space:nowrap}.landing-root .hd-vac-header{display:flex;align-items:center;gap:7px;margin-bottom:10px}.landing-root .hd-vac-title{font-size:14px;font-weight:800;letter-spacing:-.3px;color:var(--text-primary)}.landing-root .hd-open-badge{background:rgba(16,185,129,.1);color:#047857}.landing-root .hd-open-badge,.landing-root .hd-src-badge{font-size:10px;font-weight:700;padding:2px 7px;border-radius:100px}.landing-root .hd-src-badge.hh-src{background:rgba(255,107,53,.1);color:#c2410c}.landing-root .hd-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.landing-root .hd-col{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:10px;padding:8px;display:flex;flex-direction:column;gap:6px}.landing-root .hd-col-green{border-color:rgba(16,185,129,.25);background:rgba(16,185,129,.03)}.landing-root .hd-col-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.landing-root .hd-col-name{font-size:9.5px;font-weight:700;color:var(--text-secondary)}.landing-root .hd-col-cnt{font-size:9.5px;font-weight:800;color:var(--text-tertiary);background:var(--surface-1);padding:1px 5px;border-radius:100px;display:flex;align-items:center;gap:3px}.landing-root .hd-cnt-green{color:#047857;background:rgba(16,185,129,.1)}.landing-root .hd-plus-badge{font-size:8.5px;font-weight:800;color:#10b981;animation:hd-pop .4s cubic-bezier(.34,1.56,.64,1) 2.2s both}@keyframes hd-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.landing-root .hd-card{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:8px;padding:7px 8px;display:flex;flex-direction:column;gap:4px;position:relative}.landing-root .hd-card-gborder{border-color:rgba(16,185,129,.28)}.landing-root .hd-card-dim{opacity:.45}.landing-root .hd-card-row{display:flex;align-items:center;gap:5px}.landing-root .hd-av{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:7.5px;font-weight:800;flex-shrink:0}.landing-root .hd-av-gh{background:#1f2937!important;font-size:8px}.landing-root .hd-cinfo{flex:1;min-width:0}.landing-root .hd-cn{font-size:9.5px;font-weight:700;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-root .hd-cr{font-size:8.5px;color:var(--text-tertiary)}.landing-root .hd-pct{font-size:8.5px;font-weight:800;padding:1px 5px;border-radius:100px;background:rgba(37,99,235,.1);color:var(--brand);flex-shrink:0}.landing-root .hd-pct-g{background:rgba(16,185,129,.1);color:#047857}.landing-root .hd-cbadge{font-size:8px;font-weight:700;padding:1px 5px;border-radius:100px;align-self:flex-start}.landing-root .hd-cbadge.hh-src{background:rgba(255,107,53,.1);color:#c2410c}.landing-root .hd-new-dot{position:absolute;top:5px;right:5px;width:5px;height:5px;border-radius:50%;background:#10b981;animation:hd-dot-pulse 1.5s ease-in-out 2.3s infinite both}@keyframes hd-dot-pulse{0%,to{box-shadow:0 0 0 0 rgba(16,185,129,.5)}50%{box-shadow:0 0 0 4px rgba(16,185,129,0)}}.landing-root .hd-card-exit{animation:hd-exit .5s ease-in 1.6s forwards}@keyframes hd-exit{0%{opacity:1;transform:scale(1) translateX(0)}to{opacity:0;transform:scale(.88) translateX(14px)}}.landing-root .hd-card-arrive{animation:hd-arrive .5s cubic-bezier(.34,1.56,.64,1) 2.1s both}@keyframes hd-arrive{0%{opacity:0;transform:translateY(-10px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.landing-root .hd-drawer-scene{position:relative;height:100%}.landing-root .hd-bg-blur{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;opacity:.25;pointer-events:none}.landing-root .hd-bg-col{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:10px}.landing-root .hd-drawer{position:absolute;top:0;right:0;bottom:0;width:260px;background:var(--surface-1);border:1px solid var(--border-soft);border-radius:12px;overflow:hidden;box-shadow:-4px 0 24px rgba(11,18,32,.08);display:flex;flex-direction:column;animation:hd-drawer-in .45s cubic-bezier(.22,1,.36,1) .15s both}@keyframes hd-drawer-in{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.landing-root .hd-drawer-top{padding:12px;background:var(--surface-2);border-bottom:1px solid var(--border-soft)}.landing-root .hd-draw-cand{display:flex;align-items:center;gap:9px}.landing-root .hd-av-lg{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:800;flex-shrink:0}.landing-root .hd-draw-name{font-size:12px;font-weight:800;color:var(--text-primary)}.landing-root .hd-draw-meta{font-size:10px;color:var(--text-tertiary);margin-top:2px}.landing-root .hd-drawer-body{padding:12px;display:flex;flex-direction:column;gap:10px;overflow:hidden}.landing-root .hd-ai-block{background:linear-gradient(135deg,rgba(37,99,235,.06),rgba(124,58,237,.04));border:1px solid rgba(37,99,235,.12);border-radius:11px;padding:11px;animation:hd-fadein .3s ease .8s both}.landing-root .hd-ai-lbl{font-size:9px;font-weight:700;color:var(--brand);text-transform:uppercase;letter-spacing:.6px}.landing-root .hd-ai-row{display:flex;align-items:baseline;gap:8px;margin-top:5px}.landing-root .hd-ai-pct{font-size:26px;font-weight:900;letter-spacing:-1px;color:var(--text-primary);animation:hd-fadein .5s ease 1.1s both}.landing-root .hd-ai-verdict{font-size:10.5px;font-weight:700;color:#047857;background:rgba(16,185,129,.12);padding:2px 8px;border-radius:100px;animation:hd-fadein .4s ease 2.4s both}.landing-root .hd-ai-track{margin-top:7px;height:5px;background:rgba(37,99,235,.1);border-radius:100px;overflow:hidden}.landing-root .hd-ai-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--brand),#7c3aed);animation:hd-fill-94 1.4s ease 1.1s both}@keyframes hd-fill-94{0%{width:0}to{width:94%}}.landing-root .hd-ai-desc{font-size:10px;line-height:1.5;color:var(--text-secondary);margin-top:7px;animation:hd-fadein .4s ease 1.8s both}.landing-root .hd-flags-row{display:grid;grid-template-columns:1fr 1fr;gap:7px;animation:hd-fadein .4s ease 2.6s both}.landing-root .hd-flag{background:rgba(16,185,129,.05);border:1px solid rgba(16,185,129,.18);border-radius:8px;padding:7px 9px}.landing-root .hd-flag-lbl{font-size:8px;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.4px}.landing-root .hd-flag-val{font-size:10.5px;font-weight:700;color:#047857;margin-top:2px}.landing-root .hd-draw-actions{display:flex;gap:6px;animation:hd-fadein .4s ease 3s both}.landing-root .hd-draw-btn{flex:1;padding:7px 10px;border-radius:7px;border:none;font-size:10.5px;font-weight:700;font-family:inherit;cursor:default}.landing-root .hd-draw-btn-p{background:var(--brand);color:#fff}.landing-root .hd-draw-btn-s{background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--border-soft)}.landing-root .hd-search-scene{display:flex;align-items:flex-start;justify-content:center}.landing-root .hd-sp{width:100%;max-width:400px;background:var(--surface-1);border:1px solid var(--border-soft);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:11px}.landing-root .hd-sp-head{border-bottom:1px solid var(--border-soft);padding-bottom:10px}.landing-root .hd-sp-title{font-size:13px;font-weight:800;color:var(--text-primary)}.landing-root .hd-sp-sub{font-size:10px;color:var(--text-tertiary);margin-top:2px}.landing-root .hd-sp-srcs{display:flex;flex-direction:column;gap:5px}.landing-root .hd-sp-src{display:grid;grid-template-columns:26px 1fr auto;gap:8px;align-items:center;background:var(--surface-2);border:1px solid var(--border-soft);border-radius:8px;padding:7px 9px;animation:hd-src-slide .4s ease both}.landing-root .hd-src-d1{animation-delay:1s}.landing-root .hd-src-d2{animation-delay:1.7s}@keyframes hd-src-slide{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.landing-root .hd-src-ico{width:26px;height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:800}.landing-root .hd-src-ico.hh{background:#ffedd5;color:#c2410c}.landing-root .hd-src-ico.gh{background:#1f2937;color:#fff}.landing-root .hd-src-ico.hb{background:#e0f2fe;color:#0369a1}.landing-root .hd-src-name{font-size:11px;font-weight:600;color:var(--text-primary)}.landing-root .hd-src-stat{font-size:9px;color:var(--text-tertiary);margin-top:1px}.landing-root .hd-src-cnt{font-size:10px;font-weight:800;color:#10b981;background:rgba(16,185,129,.12);padding:1px 6px;border-radius:100px}.landing-root .hd-sp-status{display:flex;align-items:center;gap:7px;font-size:10.5px;font-weight:600;color:var(--text-secondary);background:rgba(16,185,129,.06);border:1px solid rgba(16,185,129,.18);border-radius:8px;padding:6px 10px;animation:hd-fadein .4s ease 2.3s both}.landing-root .hd-sp-pulse-dot{width:7px;height:7px;border-radius:50%;background:#10b981;flex-shrink:0;animation:hd-dot-pulse 1.5s ease-in-out infinite}.landing-root .hd-sp-status-t{color:#047857;font-weight:600}.landing-root .hd-sp-stop-btn{display:flex;align-items:center;justify-content:center;padding:9px;border-radius:9px;border:none;font-family:inherit;font-size:12px;font-weight:700;cursor:default;background:rgba(239,68,68,.1);color:#dc2626;border:1px solid rgba(239,68,68,.2);animation:hd-fadein .4s ease 2.8s both}.landing-root .hd-an-scene{display:flex;flex-direction:column;gap:12px}.landing-root .hd-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.landing-root .hd-kpi{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:10px;padding:9px 11px;animation:hd-fadein .4s ease both}.landing-root .hd-kpi-d0{animation-delay:.05s}.landing-root .hd-kpi-d1{animation-delay:.2s}.landing-root .hd-kpi-d2{animation-delay:.35s}.landing-root .hd-kpi-l{font-size:9px;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.3px}.landing-root .hd-kpi-v{font-size:20px;font-weight:900;letter-spacing:-.8px;color:var(--text-primary);margin-top:3px}.landing-root .hd-kpi-v span{font-size:11px;color:var(--text-tertiary);font-weight:600}.landing-root .hd-kpi-d{font-size:9px;color:#047857;font-weight:700;margin-top:3px}.landing-root .hd-fnl{background:var(--surface-1);border:1px solid var(--border-soft);border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:9px;animation:hd-fadein .4s ease .4s both}.landing-root .hd-fnl-title{font-size:11px;font-weight:800;color:var(--text-primary)}.landing-root .hd-fnl-row{display:grid;grid-template-columns:1fr 100px 44px;gap:8px;align-items:center}.landing-root .hd-fnl-lbl{font-size:10px;color:var(--text-secondary);font-weight:500}.landing-root .hd-fnl-track{height:5px;background:rgba(37,99,235,.07);border-radius:100px;overflow:hidden}.landing-root .hd-fnl-fill{height:100%;border-radius:100px;width:0;animation:hd-fnl-anim 1s ease forwards}@keyframes hd-fnl-anim{0%{width:0}to{width:var(--bar-w,0)}}.landing-root .hd-fnl-d0 .hd-fnl-fill{animation-delay:.55s}.landing-root .hd-fnl-d1 .hd-fnl-fill{animation-delay:.8s}.landing-root .hd-fnl-d2 .hd-fnl-fill{animation-delay:1.05s}.landing-root .hd-fnl-d3 .hd-fnl-fill{animation-delay:1.3s}.landing-root .hd-fnl-cnt{font-size:9.5px;font-weight:700;color:var(--text-tertiary);text-align:right}@media (max-width:768px){.landing-root .hd-sidebar{display:none}.landing-root .hd-app{height:420px}.landing-root .hd-drawer{width:220px}.landing-root .hd-cols{gap:5px}.landing-root .hd-kpis{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.landing-root .hd-app{height:380px}.landing-root .hd-kpis{grid-template-columns:repeat(2,1fr)}.landing-root .hd-kpi-d2{display:none}}.landing-root .hd-cbadge.gh-src{background:rgba(11,18,32,.08);color:var(--text-primary)}.landing-root .hd-cbadge.hb-src{background:rgba(3,105,161,.1);color:#0369a1}.landing-root .hd-cbadge.db-src{background:rgba(16,185,129,.1);color:#047857}.landing-root .hd-col-more{font-size:9px;font-weight:600;color:var(--text-tertiary);text-align:center;padding:4px 0;border-top:1px dashed var(--border-soft);margin-top:2px}.landing-root .hd-draw-src{font-size:9px;font-weight:700;padding:2px 6px;border-radius:100px;margin-left:auto;flex-shrink:0}.landing-root .hd-draw-src.hh-src{background:rgba(255,107,53,.1);color:#c2410c}.landing-root .hd-ai-summary{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:9px;padding:9px 10px;animation:hd-fadein .4s ease 1.6s both}.landing-root .hd-summary-lbl{font-size:8.5px;font-weight:700;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px}.landing-root .hd-summary-text{font-size:9.5px;line-height:1.5;color:var(--text-secondary)}.landing-root .hd-flag-reason{font-size:8.5px;color:var(--text-tertiary);margin-top:3px;line-height:1.4}.landing-root .hd-red-flags{background:rgba(239,68,68,.04);border:1px solid rgba(239,68,68,.16);border-radius:9px;padding:8px 10px;animation:hd-fadein .4s ease 3.2s both}.landing-root .hd-rf-lbl{font-size:8.5px;font-weight:700;color:#dc2626;text-transform:uppercase;letter-spacing:.4px;margin-bottom:5px}.landing-root .hd-rf-item{display:flex;align-items:flex-start;gap:6px;font-size:9.5px;color:var(--text-secondary);line-height:1.4}.landing-root .hd-rf-dot{width:5px;height:5px;border-radius:50%;background:#ef4444;flex-shrink:0;margin-top:4px}.landing-root .hd-sp-srcs-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.landing-root .hd-sp-srcs-grid .hd-sp-src{padding:5px 7px}.landing-root .hd-sp-params{display:flex;flex-direction:column;gap:7px;animation:hd-fadein .4s ease 2s both}.landing-root .hd-sp-param-row{display:flex;align-items:center;gap:8px}.landing-root .hd-sp-param-lbl{font-size:9.5px;font-weight:600;color:var(--text-tertiary);white-space:nowrap;min-width:130px}.landing-root .hd-sp-chips{display:flex;gap:4px}.landing-root .hd-sp-chip{padding:3px 8px;border-radius:6px;font-size:10px;font-weight:600;background:var(--surface-2);border:1px solid var(--border-soft);color:var(--text-secondary);cursor:default}.landing-root .hd-sp-chip.active{background:var(--brand-bg);border-color:var(--brand);color:var(--brand);font-weight:700}.landing-root .hd-an-filters{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:8px;animation:hd-fadein .3s ease .1s both}.landing-root .hd-an-filter{font-size:9.5px;font-weight:600;padding:3px 9px;border-radius:100px;background:var(--surface-2);border:1px solid var(--border-soft);color:var(--text-tertiary);cursor:default}.landing-root .hd-an-filter.active{background:var(--brand-bg);border-color:var(--brand);color:var(--brand)}.landing-root .hd-an-filter-add{color:var(--brand);border-color:var(--tint-24);background:var(--tint-6)}.landing-root .hd-an-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.landing-root .hd-an-right{display:flex;flex-direction:column;gap:8px}.landing-root .hd-fnl-sm{padding:8px 10px}.landing-root .hd-fnl-sm .hd-fnl-cnt,.landing-root .hd-fnl-sm .hd-fnl-lbl{font-size:9px}.landing-root .pm-body{position:relative}.landing-root .pm-bg-page{position:absolute;inset:0;overflow:hidden;z-index:0}.landing-root .pm-body>.pm-popup{position:relative;z-index:1}.landing-root .pm-bg{width:100%;height:100%;font-family:Inter,sans-serif;overflow:hidden}.landing-root .pm-bg-topbar{display:flex;align-items:center;gap:20px;padding:8px 16px;border-bottom:1px solid #e5e7eb;background:#fff}.landing-root .pm-bg-topbar-hh{background:#fff}.landing-root .pm-bg-topbar-li{background:#fff;border-bottom-color:#e5e7eb}.landing-root .pm-bg-logo{font-size:13px;font-weight:800;letter-spacing:-.3px}.landing-root .pm-bg-logo.habr-logo{color:#65a30d}.landing-root .pm-bg-logo.hh-logo{color:#d62b1f}.landing-root .pm-bg-logo.li-logo{color:#0a66c2}.landing-root .pm-bg-nav-links{display:flex;gap:14px}.landing-root .pm-bg-nav-links span{font-size:11px;color:#6b7280;cursor:default}.landing-root .pm-bg-content{padding:12px 16px;background:#f9fafb;height:100%}.landing-root .pm-bg-resume-head{display:flex;align-items:center;gap:12px;margin-bottom:10px;background:#fff;border-radius:10px;padding:10px 12px;border:1px solid #e5e7eb}.landing-root .pm-bg-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:800;flex-shrink:0}.landing-root .pm-bg-name{font-size:13px;font-weight:700;color:#111827}.landing-root .pm-bg-title{font-size:11px;color:#374151;margin-top:1px}.landing-root .pm-bg-meta{font-size:10px;color:#9ca3af;margin-top:2px}.landing-root .pm-bg-tags{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:8px}.landing-root .pm-bg-tag{font-size:9.5px;font-weight:600;padding:2px 7px;background:#eff6ff;color:#1d4ed8;border-radius:100px;border:1px solid #dbeafe}.landing-root .pm-bg-section{background:#fff;border-radius:10px;padding:10px 12px;border:1px solid #e5e7eb}.landing-root .pm-bg-sec-title{font-size:11px;font-weight:700;color:#111827;margin-bottom:8px}.landing-root .pm-bg-job{margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}.landing-root .pm-bg-job:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.landing-root .pm-bg-job-co{font-size:10.5px;font-weight:700;color:#111827}.landing-root .pm-bg-job-role{font-size:10px;color:#6b7280;margin-top:1px}.landing-root .pm-bg-job-desc{font-size:9.5px;color:#9ca3af;margin-top:3px;line-height:1.4}.landing-root .pm-bg-habr{background:#f4f5f7;display:flex;flex-direction:column}.landing-root .pm-habr-top{display:flex;align-items:center;gap:10px;background:#2e3441;padding:7px 16px}.landing-root .pm-habr-top-logo{font-size:13px;color:#fff;font-weight:500}.landing-root .pm-habr-top-logo strong{font-weight:800}.landing-root .pm-habr-top-divider{width:1px;height:14px;background:hsla(0,0%,100%,.2)}.landing-root .pm-habr-top-q{width:16px;height:16px;border-radius:50%;border:1px solid hsla(0,0%,100%,.4);color:hsla(0,0%,100%,.7);font-size:10px;display:flex;align-items:center;justify-content:center}.landing-root .pm-habr-top-note{font-size:11px;color:hsla(0,0%,100%,.65)}.landing-root .pm-habr-nav{display:flex;gap:18px;padding:10px 16px;background:#fff;border-bottom:1px solid #e5e7eb}.landing-root .pm-habr-nav-i{font-size:11px;color:#4b5563;font-weight:500}.landing-root .pm-habr-nav-i:first-child{color:#6d5bd0;font-weight:600}.landing-root .pm-habr-body{display:flex;gap:12px;padding:14px 16px;flex:1}.landing-root .pm-habr-card{width:150px;flex-shrink:0;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px 14px;display:flex;flex-direction:column;align-items:center}.landing-root .pm-habr-photo{width:64px;height:64px;border-radius:50%;background:#eef0f4;overflow:hidden;margin-bottom:12px;display:flex;align-items:flex-end;justify-content:center}.landing-root .pm-habr-photo svg{width:100%;height:100%}.landing-root .pm-habr-name{font-size:15px;font-weight:800;color:#1f2329;text-align:center}.landing-root .pm-habr-role{font-size:11px;color:#4b5563;margin-top:6px;text-align:center}.landing-root .pm-habr-role span{color:#1f2329;font-weight:600}.landing-root .pm-habr-salary{font-size:11px;font-weight:700;color:#1f2329;margin-top:10px;text-align:center}.landing-root .pm-habr-seeking{color:#16a34a}.landing-root .pm-habr-btn-primary{margin-top:14px;background:#6d5bd0;color:#fff;border:none;border-radius:10px}.landing-root .pm-habr-btn-ghost,.landing-root .pm-habr-btn-primary{width:100%;padding:8px;font-size:11px;font-weight:700;font-family:inherit;cursor:default}.landing-root .pm-habr-btn-ghost{margin-top:7px;background:#fff;color:#6d5bd0;border:1.5px solid #c9c2ec;border-radius:10px}.landing-root .pm-habr-main{flex:1;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 16px}.landing-root .pm-habr-sec-title{font-size:14px;font-weight:800;color:#1f2329;margin-bottom:10px}.landing-root .pm-habr-skill{font-size:10px;font-weight:500;color:#374151;background:#f0f2f5;border-radius:7px;padding:4px 10px}.landing-root .pm-bg-hh{background:#fff;display:flex;flex-direction:column}.landing-root .pm-hh-top{display:flex;align-items:center;gap:14px;background:#111;padding:8px 16px}.landing-root .pm-hh-logo{background:#e5002e;color:#fff;font-weight:800;font-size:13px;padding:3px 9px;border-radius:7px}.landing-root .pm-hh-nav{display:flex;gap:14px}.landing-root .pm-hh-nav-i{font-size:11px;color:hsla(0,0%,100%,.85);font-weight:500}.landing-root .pm-hh-search{font-size:11px;color:hsla(0,0%,100%,.6);margin-left:auto}.landing-root .pm-hh-crumb{font-size:10px;color:#9ca3af;padding:10px 16px 6px}.landing-root .pm-hh-crumb strong{color:#374151;font-weight:600}.landing-root .pm-hh-actions{display:flex;gap:7px;padding:4px 16px 12px;flex-wrap:wrap}.landing-root .pm-hh-btn-primary{font-weight:600;color:#fff;background:#0070ff;padding:7px 16px}.landing-root .pm-hh-btn-ghost,.landing-root .pm-hh-btn-primary{font-size:11px;border:none;border-radius:10px;font-family:inherit;cursor:default}.landing-root .pm-hh-btn-ghost{font-weight:500;color:#0070ff;background:#ebf3ff;padding:7px 14px}.landing-root .pm-hh-card{display:flex;gap:14px;align-items:flex-start;margin:0 16px;padding:14px;border:1px solid #e5e7eb;border-radius:14px}.landing-root .pm-hh-photo{width:56px;height:56px;border-radius:10px;background:#eef0f4;overflow:hidden;flex-shrink:0;display:flex;align-items:flex-end;justify-content:center}.landing-root .pm-hh-photo svg{width:100%;height:100%}.landing-root .pm-hh-name{font-size:16px;font-weight:800;color:#1f2329}.landing-root .pm-hh-meta{font-size:11px;color:#4b5563;margin-top:3px}.landing-root .pm-hh-badges{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.landing-root .pm-hh-upd{font-size:10px;color:#6b7280;background:#f0f2f5;padding:3px 8px;border-radius:100px}.landing-root .pm-hh-seeking{color:#16a34a;background:#e7f9ed}.landing-root .pm-hh-ach,.landing-root .pm-hh-seeking{font-size:10px;font-weight:600;padding:3px 8px;border-radius:100px}.landing-root .pm-hh-ach{color:#7c3aed;background:#f3eeff}.landing-root .pm-hh-contacts{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:10px 16px 0;padding:10px 14px;border:1px solid #e5e7eb;border-radius:12px}.landing-root .pm-hh-contacts-label{font-size:11px;font-weight:700;color:#1f2329}.landing-root .pm-hh-contact-phone{font-size:11px;font-weight:600;color:#0070ff}.landing-root .pm-hh-contact-chip{font-size:10px;font-weight:500;color:#374151;background:#f0f2f5;padding:3px 9px;border-radius:100px}.landing-root .pm-hh-section{padding:14px 16px}.landing-root .pm-hh-sec-title{font-size:15px;font-weight:800;color:#1f2329;margin-bottom:10px}.landing-root .pm-habr-promo{margin:8px 16px 0;padding:8px 14px;background:#ede9fe;border-radius:10px;font-size:10px;font-weight:500;color:#6d5bd0;line-height:1.4}.landing-root .pm-habr-about{font-size:10px;color:#4b5563;line-height:1.5;margin:0}.landing-root .pm-bg-meet{background:#202124;display:flex;flex-direction:column}.landing-root .pm-bg-meet-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#202124}.landing-root .pm-bg-meet-logo{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.7)}.landing-root .pm-bg-meet-controls{display:flex;align-items:center;gap:8px}.landing-root .pm-bg-meet-time{font-size:11px;color:hsla(0,0%,100%,.5)}.landing-root .pm-bg-meet-rec{display:inline-flex;align-items:center;gap:4px;font-size:9px;font-weight:800;color:#ef4444;background:rgba(239,68,68,.15);padding:2px 6px;border-radius:4px;border:1px solid rgba(239,68,68,.3)}.landing-root .pm-bg-meet-rec-dot{width:5px;height:5px;border-radius:50%;background:#ef4444;animation:hd-dot-pulse 1.4s ease-in-out infinite}.landing-root .pm-bg-meet-grid{flex:1;display:grid;grid-template-columns:1.4fr 1fr;gap:5px;padding:8px}.landing-root .pm-bg-meet-tile{border-radius:10px;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.landing-root .pm-bg-meet-room1{background:radial-gradient(ellipse 80% 60% at 50% 0,#3a4a5e 0,transparent 70%),linear-gradient(160deg,#2b3442,#1c2330)}.landing-root .pm-bg-meet-room1:before{content:"";position:absolute;top:12%;left:10%;width:30px;height:22px;border-radius:4px;background:linear-gradient(135deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.03));border:1px solid hsla(0,0%,100%,.08)}.landing-root .pm-bg-meet-room1:after{content:"";position:absolute;top:14%;right:12%;width:14px;height:34px;border-radius:3px;background:linear-gradient(180deg,rgba(120,180,120,.3),rgba(80,140,80,.12))}.landing-root .pm-bg-meet-room2{background:radial-gradient(ellipse 80% 60% at 50% 0,#4a3f55 0,transparent 70%),linear-gradient(160deg,#3a3145,#251f2e)}.landing-root .pm-bg-meet-room2:before{content:"";position:absolute;top:16%;left:14%;width:22px;height:16px;border-radius:3px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.08)}.landing-root .pm-bg-meet-video{position:absolute;bottom:0;left:0;right:0;top:0;display:flex;align-items:flex-end;justify-content:center}.landing-root .pm-bg-meet-video svg{width:78%;height:88%;display:block}.landing-root .pm-bg-meet-room2 .pm-bg-meet-video svg{width:92%;height:86%}.landing-root .pm-bg-meet-self{outline:2px solid #3b82f6;outline-offset:-2px}.landing-root .pm-bg-meet-name{position:relative;z-index:2;font-size:9px;font-weight:600;color:#fff;background:rgba(0,0,0,.4);border-radius:5px;padding:2px 7px;align-self:flex-start;margin:0 0 7px 7px}.landing-root .pm-bg-meet-footer{display:flex;align-items:center;justify-content:center;gap:10px;padding:8px;background:#202124}.landing-root .pm-bg-meet-btn{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.landing-root .pm-bg-meet-btn-cam,.landing-root .pm-bg-meet-btn-mic{background:#3c4043}.landing-root .pm-bg-meet-btn-end{background:#ea4335;padding:0 4px;width:48px}.landing-root .pm-bg-linkedin{background:#f4f2ee}.landing-root .pm-bg-li-nav{display:flex;align-items:center;gap:12px;padding:7px 16px;background:#fff;border-bottom:1px solid #e5e7eb}.landing-root .pm-bg-li-logo{width:24px;height:24px;border-radius:5px;background:#0a66c2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0}.landing-root .pm-bg-li-search{background:#edf3f8;border-radius:5px;font-size:10px;color:#6b7280;padding:5px 12px;width:140px}.landing-root .pm-bg-li-nav-icons{display:flex;gap:14px;margin-left:auto}.landing-root .pm-bg-li-nav-i{font-size:10px;color:#6b7280}.landing-root .pm-bg-li-card{background:#fff;margin:8px;border-radius:10px;border:1px solid #e5e7eb;overflow:hidden}.landing-root .pm-bg-li-cover{height:46px;background:linear-gradient(120deg,#0a66c2,#378fe9 60%,#70b5f9)}.landing-root .pm-bg-li-avatar-wrap{padding:0 14px;margin-top:-26px}.landing-root .pm-bg-li-avatar{width:52px;height:52px;border-radius:50%;border:3px solid #fff;overflow:hidden;background:#dbe7f1;display:flex;align-items:flex-end;justify-content:center}.landing-root .pm-bg-li-avatar svg{width:100%;height:100%}.landing-root .pm-bg-li-body{padding:6px 14px 12px}.landing-root .pm-bg-li-name{font-size:14px;font-weight:700;color:#1f1f1f}.landing-root .pm-bg-li-headline{font-size:11px;color:#1f1f1f;margin-top:2px}.landing-root .pm-bg-li-loc{font-size:10px;color:#6b7280;margin-top:4px}.landing-root .pm-bg-li-conn,.landing-root .pm-bg-li-link{color:#0a66c2;font-weight:600}.landing-root .pm-bg-li-conn{font-size:10px;margin-top:2px}.landing-root .pm-bg-li-btns{display:flex;gap:6px;margin-top:10px}.landing-root .pm-bg-li-btn-primary{font-size:10px;font-weight:700;color:#fff;background:#0a66c2;border:none;padding:5px 14px;border-radius:100px;cursor:default}.landing-root .pm-bg-li-btn-ghost{font-size:10px;font-weight:700;color:#404040;background:#fff;border:1.5px solid #5e5e5e;padding:5px 12px;border-radius:100px;cursor:default}.landing-root .pm-bg-li-section{background:#fff;margin:0 8px 8px;border-radius:10px;border:1px solid #e5e7eb;padding:12px 14px}.landing-root .pm-bg-li-sec-title{font-size:13px;font-weight:700;color:#1f1f1f;margin-bottom:10px}.landing-root .pm-bg-li-exp{display:flex;gap:10px;align-items:flex-start;margin-bottom:10px}.landing-root .pm-bg-li-exp:last-of-type{margin-bottom:8px}.landing-root .pm-bg-li-exp-ico{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:800;flex-shrink:0}.landing-root .pm-bg-li-exp-role{font-size:11px;font-weight:700;color:#1f1f1f}.landing-root .pm-bg-li-exp-co{font-size:10px;color:#404040;margin-top:1px}.landing-root .pm-bg-li-exp-date{font-size:9.5px;color:#9ca3af;margin-top:1px}