:root{--bg: #f8f8f9;--hero-bg: #f3f1ec;--text: #1a1a1c;--muted: #5a5a5e;--placeholder: #8a8a8e;--nav-link: #3a3a3d;--red: #e8553f;--green: #28c840;--amber: #febc2e;--surface-dark: #1a1a1c;--surface-mid: #1e1e21;--surface-bar: #242427;--white: #ffffff;--w60: rgba(255,255,255,.6);--w80: rgba(255,255,255,.8);--w10: rgba(255,255,255,.1);--w05: rgba(255,255,255,.05);--w03: rgba(255,255,255,.03);--w35: rgba(255,255,255,.35);--w45: rgba(255,255,255,.45);--w70: rgba(255,255,255,.7);--w30: rgba(255,255,255,.3);--w25: rgba(255,255,255,.25);--w40: rgba(255,255,255,.4);--tl-red: #ff5f57;--tl-yellow: #febc2e;--tl-green: #28c840;--shadow-top: 0 -20px 80px rgba(0,0,0,.35);--shadow-ring-w: 0 0 0 1px rgba(255,255,255,.1);--shadow-ring-b: 0 0 0 1px rgba(0,0,0,.08);--shadow-card: 0 8px 32px rgba(0,0,0,.12);--shadow-btn: 0 8px 24px rgba(0,0,0,.18);--radius-pill: 9999px;--radius-card: 8px;--radius-stat: 10px;--font: Inter,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;--font-logo: "Sora",Inter,"Helvetica Neue",Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}.wrap{max-width:1180px;margin:0 auto;padding:0 24px}.navbar{position:relative;z-index:20;padding:14px 0;background:var(--hero-bg);border-bottom:1px solid rgba(0,0,0,.08)}@media(min-width:640px){.navbar{padding:16px 0}}.nav-align{margin:0 var(--nav-side, 16px)}.nav-shell{width:100%;max-width:var(--nav-shell-mw, 1450px);margin:0 auto;padding:0 var(--nav-shell-px, 24px);display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-left{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-brand{display:inline-flex;align-items:baseline;font-family:var(--font-logo);font-size:20px;font-weight:700;letter-spacing:-.02em;white-space:nowrap;line-height:1.1}@media(min-width:640px){.nav-brand{font-size:22px}}.nav-brand-letter{display:inline-block;opacity:0;transform:translateY(.3em);animation:nav-brand-letter-in .7s cubic-bezier(.22,1,.36,1) forwards;background-image:linear-gradient(105deg,#2563eb,#7c3aed 48%,#f97316);background-size:400% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.nav-brand-letter:nth-child(1){background-position:0% 50%}.nav-brand-letter:nth-child(2){background-position:33% 50%}.nav-brand-letter:nth-child(3){background-position:66% 50%}.nav-brand-letter:nth-child(4){background-position:100% 50%}@keyframes nav-brand-letter-in{to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.nav-brand-letter{opacity:1;transform:none;animation:none}}.nav-links{display:none;align-items:center;gap:28px}@media(min-width:768px){.nav-links{display:flex}}.nav-links a{font-size:13px;font-weight:500;color:var(--muted);transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-right{display:flex;align-items:center;gap:28px;margin-left:auto}.btn-cta{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);padding:8px 16px;font-size:13px;font-weight:500;background:var(--surface-dark);color:#fff;transition:background .2s,transform .2s,box-shadow .2s}@media(min-width:640px){.btn-cta{padding:8px 18px}}.btn-cta:hover{background:#333336;transform:translateY(-1px);box-shadow:var(--shadow-btn)}.btn-cta:focus-visible,.btn-secondary:focus-visible,.btn-pill:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.hamburger{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text);transition:background .2s}.hamburger:hover{background:#0000000f}@media(min-width:768px){.hamburger{display:none}}.mobile-dropdown{display:none;position:absolute;top:100%;left:0;right:0;background:#f8f8f9f5;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:12px var(--nav-side, 16px) 20px;border-bottom:1px solid rgba(0,0,0,.06);flex-direction:column;gap:4px}.mobile-dropdown.open{display:flex}.mobile-dropdown a{padding:10px 8px;font-size:15px;font-weight:500;color:var(--text);border-radius:8px}.mobile-dropdown a:hover{background:#0000000d}.mobile-dropdown .btn-cta{margin-top:8px;text-align:center}.hero-section{position:relative;display:flex;flex-direction:column;align-items:stretch;overflow-x:hidden;background:var(--hero-page-bg, var(--hero-bg));padding:0;--nudge-cycle: 2s;--nudge-rise: 8px;--nudge-scale: 1.08;--nudge-peak: 40%;--nudge-settle: 75%}.hero-panel{position:relative;margin:0 var(--hp-side, 20px) var(--hp-bottom, 20px);border-radius:var(--hp-radius, 16px);overflow:hidden;isolation:isolate;box-shadow:none;border:none}.hero-panel:before{content:"";position:absolute;left:0;right:0;bottom:var(--hp-glow-lift, 0%);height:var(--hp-glow-h, 55%);pointer-events:none;z-index:1;opacity:var(--hp-glow-strength, 1);background:radial-gradient(ellipse 48% 100% at 16% 100%,var(--hp-glow-blue, rgba(37,99,235,.32)) 0%,transparent 72%),radial-gradient(ellipse 44% 95% at 50% 100%,var(--hp-glow-purple, rgba(124,58,237,.26)) 0%,transparent 70%),radial-gradient(ellipse 46% 98% at 84% 100%,var(--hp-glow-yellow, rgba(245,180,40,.28)) 0%,transparent 72%)}.hero-shell{position:relative;z-index:2;width:100%;max-width:var(--hero-shell-mw, 1360px);margin:0 auto;padding:var(--hero-shell-pt, clamp(40px, 5vw, 56px)) var(--hero-shell-px, clamp(16px, 3vw, 32px)) var(--hero-shell-pb, clamp(20px, 2.5vw, 28px))}.hero-copy{max-width:var(--hero-copy-mw, 720px);text-align:left;display:flex;flex-direction:column;align-items:flex-start}.hero-reveal{opacity:0;animation:hero-fade-in 1.25s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0s) both}@keyframes hero-fade-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-headline{font-size:var(--hero-headline-size, clamp(22px, 2.2vw + 12px, 34px));font-weight:var(--hero-headline-weight, 500);line-height:1.35;letter-spacing:-.02em;color:var(--text);margin:0;max-width:100%}.hero-benefits{list-style:none;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:var(--hero-benefit-gap-y, 8px) 0;margin:var(--hero-headline-to-benefits, clamp(14px, 1.6vw, 18px)) 0 0;padding:0}.hero-benefits li{font-size:var(--hero-benefit-size, clamp(14px, .4vw + 12px, 15px));font-weight:var(--hero-benefit-weight, 500);color:var(--muted);padding:0 var(--hero-benefit-gap-x, 18px) 0 0;margin-right:var(--hero-benefit-gap-x, 18px);line-height:1.3;border-right:1px solid rgba(0,0,0,.12)}.hero-benefits li:last-child{border-right:none;margin-right:0;padding-right:0}.hero-em{font-style:normal;font-weight:700;margin-left:2px;color:var(--text)}.btn-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);padding:10px 22px;font-size:14px;font-weight:500;transition:background .2s,box-shadow .2s,transform .2s}.btn-primary{background:var(--surface-dark);color:#fff}.btn-primary:hover{background:#333336;box-shadow:var(--shadow-btn);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--nav-link);box-shadow:0 0 0 1px #d4d4d8}.btn-secondary:hover{background:#0000000a;box-shadow:0 0 0 1px #b0b0b4}.hero-preview-anchor{width:100%;margin-top:var(--hero-copy-to-preview, clamp(36px, 5vw, 56px));scroll-margin-top:24px}@media(prefers-reduced-motion:reduce){.hero-reveal{opacity:1;animation:none;transform:none}}.hero-section .dashboard-mockup{--ap-sidebar-w: inherit;width:100%;max-width:none;margin:0 auto;aspect-ratio:auto;height:auto;display:flex;flex-direction:column;overflow:visible;animation:none;box-shadow:none;background:transparent;border-radius:0}@media(min-width:640px){.hero-section .dashboard-mockup{width:100%}}@media(min-width:1024px){.hero-section .dashboard-mockup{width:100%}}.hero-section .ap-tour-frame{position:relative;width:100%;height:var(--pf-h, 480px);aspect-ratio:auto;border-radius:var(--pf-radius, 16px);overflow:hidden;border:none;box-shadow:0 0 0 var(--pf-stroke, 1px) rgba(0,0,0,var(--pf-stroke-op, .1)),0 var(--pf-shadow-y, 24px) var(--pf-shadow-blur, 56px) -8px rgba(0,0,0,var(--pf-shadow-op, .16));background:var(--ap-bg, #f4f3f1)}.hero-section .app-preview{flex:1;min-height:0;height:100%;overflow:hidden;border-radius:var(--pf-radius, 16px)}.hero-section .ap-main{min-height:0}.hero-section .ap-content{overflow:auto}.ap-tour-bar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--tour-inner-gap, 12px) 16px;padding:0 4px var(--tour-gap-bottom, 12px);background:transparent;border:none;flex-shrink:0}.ap-tour-copy{display:flex;flex-direction:column;align-items:flex-start;gap:var(--tour-title-to-desc, 4px);min-width:0;flex:1;opacity:1;transition:opacity var(--tour-fade-sec, .22s) ease}.ap-tour-copy.is-out{opacity:0}.ap-tour-copy.is-in{opacity:1}.ap-tour-line1{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 10px}.ap-tour-step{font-size:var(--tour-step-size, 12px);font-weight:700;letter-spacing:.04em;color:var(--red, #c2410c)}.ap-tour-title{font-size:var(--tour-title-size, 18px);font-weight:650;color:#1c1b1b}.ap-tour-desc{margin:0;max-width:var(--tour-desc-mw, 640px);font-size:var(--tour-desc-size, 14px);line-height:1.5;color:#737686;font-weight:400}@media(prefers-reduced-motion:reduce){.ap-tour-copy{transition:none}}.ap-tour-toggle{border:1px solid rgba(0,0,0,.12);background:#fff;color:#1c1b1b;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s,color .15s}.ap-tour-toggle:hover{background:#f3f1ec}.ap-tour-toggle.is-manual{background:#2563eb;border-color:#2563eb;color:#fff}.ap-tour-toggle.is-manual:hover{background:#1d4ed8}.ap-tour-live{flex-shrink:0;font-size:11px;font-weight:600;color:#2563eb;padding:4px 8px;border-radius:6px;background:#2563eb14}.ap-tour-stage{padding:0!important;background:#f4f3f1;position:relative}.ap-tour-stage.is-modal-scene{overflow:hidden}.hero-section .ap-tour-stage.is-scroll-scene{overflow:hidden!important;display:flex;flex-direction:column}.ap-tour-scroll{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.ap-tour-stage.is-scroll-scene .hp-pd-page{min-height:auto;height:auto;overflow:visible}.ap-tour-stage .hp-shell.hp-pd-page{min-height:auto}.ap-tour-stage .how-viz-frame-full{border:none;box-shadow:none;border-radius:0;min-height:100%}.ap-plist{position:absolute;top:0;right:0;bottom:0;left:0;padding:16px 18px;overflow:auto;background:#f4f3f1}.ap-plist-toolbar{display:flex;gap:10px;align-items:center;justify-content:flex-end;margin-bottom:14px}.ap-plist-search{min-width:180px;padding:8px 12px;border:1px solid #e5e2e1;border-radius:8px;font:inherit;font-size:13px;background:#fff}.ap-plist-new{font-size:13px}.ap-plist-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.ap-plist-stat{background:#fff;border:1px solid #e5e2e1;border-radius:12px;padding:12px 14px}.ap-plist-stat-k{font-size:12px;color:#737686}.ap-plist-stat-v{font-size:22px;font-weight:700;margin-top:4px}.ap-plist-stat-h{font-size:11px;color:#94a3b8;margin-top:2px}.ap-plist-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e2e1;border-radius:12px;overflow:hidden;font-size:13px}.ap-plist-table th{text-align:left;padding:10px 12px;color:#5c6170;font-weight:600;border-bottom:1px solid #e5e2e1;background:#fafafa}.ap-plist-table td{padding:12px;border-bottom:1px solid #eef0f4}.ap-plist-badge{display:inline-flex;padding:3px 8px;border-radius:999px;font-size:12px;background:#dbeafe;color:#1d4ed8;font-weight:600}.hp-np-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;display:flex;align-items:center;justify-content:center;padding:16px 20px;background:#0f172a6b}.hp-np-anchor{position:relative;width:min(920px,96%);height:min(92%,640px);max-height:100%}.hp-np-close{position:absolute;top:-12px;right:-12px;z-index:5;width:32px;height:32px;border-radius:50%;border:1.5px solid #d0d7de;background:#fff;color:#57606a;font-size:20px;line-height:1;cursor:pointer;display:grid;place-items:center;box-shadow:0 2px 8px #00000014}.hp-np-close:hover{border-color:#2563eb;color:#2563eb}.hp-np-modal{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 24px 64px #00000038}.hp-np-top{position:relative;display:flex;align-items:center;padding:12px 18px;border-bottom:1px solid #e5e2e1;flex-shrink:0;background:#fff}.hp-np-top h2{margin:0;font-size:16px;font-weight:700;white-space:nowrap;z-index:1}.hp-np-steps{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;white-space:nowrap}.hp-np-step{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#737686}.hp-np-step.active{color:#1c1b1b;font-weight:600}.hp-np-step.done{color:#64748b}.hp-np-step-dot{width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;font-size:11px;font-weight:700;background:#e5e2e1;color:#5c6170}.hp-np-step.active .hp-np-step-dot{background:#2563eb;color:#fff}.hp-np-step.done .hp-np-step-dot{background:#e5e7eb;color:#64748b}.hp-np-step-line{width:28px;height:1px;background:#d4d4d8}.hp-np-jd,.hp-np-model-step{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:16px 20px 0}.hp-np-jd .hp-jd-parse-wrap{flex:1;min-height:0;overflow:auto;margin-bottom:8px}.hp-np-model-step .hp-model-grid{flex:1;min-height:0}.hp-np-cta{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;padding:12px 0 14px;border-top:1px solid #e5e2e1;margin-top:auto;flex-shrink:0;background:#fff}.dashboard-mockup{--ap-bg: #f4f3f1;--ap-card: #ffffff;--ap-border: #e5e2e1;--ap-text: #1c1b1b;--ap-muted: #737686;--ap-primary: #2563eb;--ap-highlight: #eff6ff;--ap-sidebar-w: 200px;--ap-bottom-gap: 0px;position:relative;z-index:3;width:94%;max-width:1080px;margin:40px auto var(--ap-bottom-gap);border-radius:12px;overflow:visible;box-shadow:0 16px 48px #00000024,0 0 0 1px #00000014;animation:hero-rise 1.1s cubic-bezier(.22,1,.36,1) .5s both;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}@media(min-width:640px){.dashboard-mockup{width:90%}}@media(min-width:1024px){.dashboard-mockup{width:86%}}.browser-chrome{background:#242427;border-radius:12px 12px 0 0;padding:10px 14px;display:flex;align-items:center;gap:12px}.traffic{display:flex;gap:6px}.traffic span{width:10px;height:10px;border-radius:50%}.traffic .r{background:var(--tl-red)}.traffic .y{background:var(--tl-yellow)}.traffic .g{background:var(--tl-green)}.chrome-nav{display:flex;gap:14px;color:var(--w40)}.chrome-nav svg{width:14px;height:14px}.url-bar{flex:1;background:var(--w10);border-radius:6px;padding:5px 12px;font-size:11px;color:var(--w70);display:flex;align-items:center;gap:6px;min-width:0;white-space:nowrap;overflow:hidden}.url-bar svg{width:11px;height:11px;color:var(--green);flex-shrink:0}.chrome-actions{display:flex;gap:12px;color:var(--w40)}.chrome-actions svg{width:14px;height:14px}.app-preview{display:flex;height:100%;min-height:0;background:var(--ap-bg);color:var(--ap-text);border-radius:16px;overflow:hidden}.ap-sidebar{width:var(--ap-sidebar-w);flex-shrink:0;background:transparent;padding:20px 12px;display:none;flex-direction:column}@media(min-width:640px){.ap-sidebar{display:flex}}.ap-brand{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:4px 10px 20px}.ap-brand-wordmark{display:inline-flex;align-items:baseline;font-family:var(--font-logo);font-size:18px;font-weight:700;letter-spacing:-.02em;line-height:1.1}.ap-brand-letter{display:inline-block;background-image:linear-gradient(105deg,#2563eb,#7c3aed 48%,#f97316);background-size:400% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.ap-brand-letter:nth-child(1){background-position:0% 50%}.ap-brand-letter:nth-child(2){background-position:33% 50%}.ap-brand-letter:nth-child(3){background-position:66% 50%}.ap-brand-letter:nth-child(4){background-position:100% 50%}.ap-nav{display:flex;flex-direction:column;gap:4px;flex:1}.ap-nav-group{display:flex;flex-direction:column;gap:2px}.ap-nav-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border-radius:8px;font-size:14px;color:var(--ap-text)}.ap-nav-item.active{background:#0000000d;font-weight:600}.ap-nav-item.muted{opacity:.45}.ap-nav-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;flex-shrink:0}.ap-nav-sub{display:flex;flex-direction:column;gap:2px;padding:0 0 4px 28px}.ap-nav-sub-item{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:8px;font-size:13px;color:#64748b}.ap-nav-sub-item.active{background:#0f172a0f;color:var(--ap-text);font-weight:600}.ap-soon{margin-left:auto;font-size:11px;color:var(--ap-muted)}.ap-user{margin-top:auto;display:flex;flex-direction:column;min-width:0}.ap-user-greet{display:flex;align-items:center;gap:4px;padding:0 8px 0 12px;color:var(--ap-text);font-size:16px;font-weight:600;line-height:1.3;white-space:nowrap;overflow:hidden}.ap-user-greet-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-user-icon-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border-radius:6px;color:var(--ap-muted)}.ap-user-email{padding:0 12px;color:var(--ap-muted);font-size:12px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ap-user-logout{display:flex;align-items:center;gap:10px;margin-top:0;padding:10px 12px;border-radius:8px;font-size:14px;color:var(--ap-text)}.ap-main{flex:1;min-width:0;margin:12px 12px 12px 0;display:flex;flex-direction:column;background:var(--ap-card);border-radius:14px;box-shadow:0 0 0 1px #0000000a,0 8px 28px #0000000f;overflow:hidden}.ap-top{display:flex;align-items:center;gap:16px;padding:12px 28px;background:var(--ap-card);flex-shrink:0}.ap-tabs{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.ap-tab{display:inline-flex;align-items:center;gap:4px;max-width:220px;padding:7px 12px;border:1px solid rgba(0,0,0,.05);border-radius:10px;background:#f7f6f5;color:var(--ap-muted);font-size:13px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ap-tab.active{color:var(--ap-text);font-weight:600;background:#fff;border-color:#00000014;box-shadow:0 2px 8px #0000000f}.ap-tab-close{margin-left:2px;font-size:15px;color:var(--ap-muted)}.ap-content{flex:1;min-height:0;padding:18px 24px 24px;display:flex;flex-direction:column;gap:0;overflow:hidden}.ap-divider{border:none;border-top:1px solid var(--ap-border);margin:16px 0}.ap-stats{display:grid;grid-template-columns:1fr 1.4fr 1.4fr;gap:12px}.ap-stat-card{background:var(--ap-card);border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:14px 16px;box-shadow:0 4px 18px #0000000d;display:grid;grid-template-columns:repeat(auto-fit,minmax(56px,1fr));gap:10px;align-items:center;min-height:72px}.ap-stat-item{display:flex;flex-direction:column;gap:4px;min-width:0}.ap-stat-title{font-size:12px;color:var(--ap-muted);line-height:1.4}.ap-stat-value{font-size:22px;font-weight:700;color:var(--ap-text)}.ap-stat-item.lvl-great .ap-stat-value{color:#0f766e}.ap-stat-item.lvl-good .ap-stat-value{color:#1d4ed8}.ap-stat-item.lvl-partial .ap-stat-value{color:#c2410c}.ap-card{background:var(--ap-card);border:1px solid var(--ap-border);border-radius:14px;padding:16px 18px;flex-shrink:0}.ap-model-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:8px}.ap-section-title{margin:0;font-size:14px;font-weight:700}.ap-model-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.ap-model-badge{background:#dbe1ff;color:#003ea8;border-radius:999px;padding:5px 10px;font-size:10px;font-weight:600;white-space:nowrap}.ap-pill{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:500;background:#f3f4f6;color:#374151}.ap-pill-green{background:#dcfce7;color:#15803d}.ap-muted{margin:0;font-size:11px;color:var(--ap-muted)}.ap-subhead{margin:0 0 4px;font-size:12px;font-weight:600}.ap-summary{margin:0 0 8px;font-size:11px;line-height:1.55;color:#434655}.ap-treemap{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-template-rows:132px 84px;gap:2px;border-radius:8px;overflow:hidden;margin-top:4px}.ap-tm{background:var(--c);color:var(--lc, #fff);padding:8px 10px;display:flex;flex-direction:column;justify-content:space-between;min-width:0;cursor:default}.ap-tm span{font-size:10px;font-weight:500;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.95}.ap-tm b{font-size:13px;font-weight:700;letter-spacing:-.02em}.ap-tm.cell-lg{grid-row:1 / span 2}.ap-float-tip{position:fixed;z-index:300;width:max-content;min-width:260px;max-width:min(320px,calc(100vw - 24px));padding:12px 14px;border:none;border-radius:10px;background:#fff;box-shadow:0 8px 28px #00000047;pointer-events:none;box-sizing:border-box;color:#1c1b1b}.ap-float-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.ap-tip-name{font-size:14px;font-weight:650;color:#1c1b1b;min-width:0;flex:1;white-space:normal}.ap-tip-redline{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:4px;font-size:11px;font-weight:600;color:#b91c1c;background:#fee2e2;vertical-align:middle}.ap-tip-weight{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.ap-tip-k{font-size:12px;color:#8c959f;white-space:nowrap}.ap-tip-num{display:inline-block;min-width:2.2em;padding:4px 8px;text-align:right;font-size:13px;font-weight:600;color:#1c1b1b}.ap-tip-pct{font-size:13px;font-weight:600;color:#0969da}.ap-tip-section+.ap-tip-section{margin-top:14px}.ap-tip-section>.ap-tip-k{color:#111827;font-weight:700;display:block;margin-bottom:8px}.ap-tip-para{margin:0;font-size:13px;line-height:1.7;color:#111827;white-space:pre-wrap;word-break:break-word}.ap-cand{padding:10px 16px 14px;flex-shrink:0}.ap-table{width:100%;border-collapse:collapse;font-size:13px}.ap-table th{text-align:left;font-weight:600;color:#5c6170;padding:10px;border-bottom:1px solid var(--ap-border);white-space:nowrap}.ap-table td{padding:12px 10px;border-bottom:1px solid #eef0f4;vertical-align:middle;white-space:nowrap}.ap-table tbody tr:last-child td{border-bottom:none}.ap-table tbody tr:hover{background:#f8f9fc}.ap-name{display:flex;align-items:center;gap:8px;font-weight:600;font-size:13px}.ap-avatar{width:26px;height:26px;border-radius:8px;background:var(--ap-highlight);color:var(--ap-primary);display:grid;place-items:center;font-weight:700;font-size:11px}.ap-prog{display:inline-flex;align-items:center;border-radius:999px;padding:3px 9px;font-size:11px;font-weight:500}.ap-prog.prog-none{color:#64748b;background:#f1f5f9}.ap-prog.prog-screen{color:#1d4ed8;background:#1d4ed81a}.ap-prog.prog-interview{color:#7c3aed;background:#7c3aed1a}.ap-lvl{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:600}.ap-lvl.lvl-great{color:#0f766e;background:#ccfbf1}.ap-lvl.lvl-good{color:#1d4ed8;background:#dbeafe}.ap-lvl.lvl-partial{color:#b45309;background:#ffedd5}.ap-diff{display:inline-flex;max-width:110px;padding:2px 7px;border-radius:6px;margin-right:4px;background:#eef1f7;color:#3d4454;font-size:10px;overflow:hidden;text-overflow:ellipsis}.ap-score{font-size:22px;font-weight:700;letter-spacing:-.02em;line-height:1}.ap-score.lvl-great{color:#0f766e}.ap-score.lvl-good{color:#1d4ed8}.ap-score.lvl-partial{color:#c2410c}.ap-ops{display:flex;gap:6px}.ap-op{width:22px;height:22px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;color:var(--ap-muted);font-size:13px;line-height:1}@media(max-width:639px){.ap-main{margin:12px}.ap-stats{grid-template-columns:1fr}.ap-table th:nth-child(2),.ap-table td:nth-child(2),.ap-table th:nth-child(4),.ap-table td:nth-child(4),.ap-table th:nth-child(6),.ap-table td:nth-child(6){display:none}}.section{padding:64px 0}@media(min-width:640px){.section{padding:80px 0}}@media(min-width:1024px){.section{padding:96px 0}}.section-after-hero{background:var(--hero-bg)}.section-head{text-align:center;max-width:640px;margin:0 auto 40px}.section-eyebrow{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--red);letter-spacing:.02em;margin-bottom:12px}.section-eyebrow:before{content:"";width:20px;height:2px;background:var(--red);border-radius:2px}.section-title{font-size:32px;font-weight:400;letter-spacing:-.02em;line-height:1.15}@media(min-width:640px){.section-title{font-size:40px}}.section-sub{margin-top:14px;color:var(--muted);font-size:15px;line-height:1.6}@media(min-width:640px){.section-sub{font-size:17px}}.how-section{background:var(--hero-bg)}.how-wrap{max-width:1200px}.how-head{text-align:left;max-width:640px;margin:0 0 40px}@media(min-width:640px){.how-head{margin-bottom:56px}}.how-reveal{opacity:0;transform:translateY(14px)}.how-section.is-in .how-reveal{animation:hero-fade-in 1.15s cubic-bezier(.22,1,.36,1) var(--reveal-delay, 0s) both}@media(prefers-reduced-motion:reduce){.how-reveal{opacity:1;transform:none}.how-section.is-in .how-reveal{animation:none}}.how-stage{max-width:1120px;margin:0 auto}.how-step-sub{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;max-width:720px}.how-step-k{flex-shrink:0;font-size:12px;font-weight:650;letter-spacing:.06em;color:var(--red);text-transform:none}.how-step-t{font-size:16px;font-weight:650;color:var(--text)}.how-step-d{flex:1 1 100%;font-size:14px;font-weight:400;line-height:1.65;color:var(--muted)}@media(min-width:640px){.how-step-t{font-size:17px}.how-step-d{font-size:15px}}.how-stage-body{animation:how-step-in .45s cubic-bezier(.22,1,.36,1) both}@keyframes how-step-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.how-dots{display:flex;justify-content:center;gap:8px;margin-top:22px}.how-dot{width:8px;height:8px;border-radius:999px;border:none;padding:0;background:#00000026;transition:width .2s,background .2s}.how-dot.active{width:22px;background:var(--surface-dark)}.how-viz-frame-full{border-radius:14px;overflow:hidden;background:#f4f3f1;border:1px solid rgba(0,0,0,.08);box-shadow:0 12px 36px #00000014;min-height:560px}.hp-shell{display:flex;flex-direction:column;min-height:560px;background:#f4f3f1;color:#1c1b1b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}@keyframes hp-nudge{0%,to{transform:translateY(0) scale(1)}40%{transform:translateY(calc(var(--nudge-rise, 8px) * -1)) scale(var(--nudge-scale, 1.08))}75%{transform:translateY(0) scale(1)}}.hp-nudge{animation:hp-nudge var(--nudge-cycle, 2s) cubic-bezier(.4,0,.2,1) both;transform-origin:center bottom}.hp-nudge-loop{animation:hp-nudge var(--nudge-cycle, 2s) cubic-bezier(.4,0,.2,1) infinite;transform-origin:center bottom;will-change:transform}@keyframes hp-row-pulse{0%,to{background-color:transparent}35%,55%{background-color:#2563eb1f}}tr.hp-row-pulse,.hp-row-pulse{animation:hp-row-pulse var(--nudge-cycle, 2s) ease-in-out infinite;outline:none}@media(prefers-reduced-motion:reduce){.hp-nudge,.hp-nudge-loop,.hp-row-pulse,tr.hp-row-pulse{animation:none}}.hp-top{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:#fff;border-bottom:1px solid #e5e2e1}.hp-top-title{font-size:15px;font-weight:700}.hp-steps{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hp-step{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#737686}.hp-step.active{color:#1c1b1b;font-weight:600}.hp-step.done{color:#64748b}.hp-step-dot{width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;font-size:11px;font-weight:700;background:#e5e2e1;color:#5c6170}.hp-step.active .hp-step-dot{background:#2563eb;color:#fff}.hp-step.done .hp-step-dot{background:#e5e7eb;color:#64748b}.hp-step-line{width:28px;height:1px;background:#d4d4d8}.hp-job-line{margin:12px 16px 0;padding:12px 14px;background:#fff;border:1px solid #e5e2e1;border-radius:12px;display:flex;flex-wrap:wrap;gap:8px 14px;align-items:baseline}.hp-job-k{font-size:12px;color:#8c959f}.hp-job-v{display:inline-flex;align-items:center;gap:8px;font-size:14px}.hp-job-v code{font-size:11px;padding:2px 6px;border-radius:6px;background:#f1f5f9;color:#64748b}.hp-job-why{flex:1 1 100%;font-size:12px;color:#737686;line-height:1.5}.hp-model-grid{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(240px,.85fr);gap:14px;padding:14px 16px}@media(max-width:900px){.hp-model-grid{grid-template-columns:1fr}}.hp-model-left,.hp-model-right{background:#fff;border:1px solid #e5e2e1;border-radius:12px;padding:14px;min-height:0;overflow:auto}.hp-sec-title{margin:0 0 8px;font-size:14px;font-weight:700}.hp-gen{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:8px 4px}.hp-gen-icon{position:relative;width:64px;height:64px}.hp-gen-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3px solid #dbeafe;border-top-color:#2563eb;animation:hp-spin 1s linear infinite}.hp-gen-glyph{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:22px}.hp-gen-tasks{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;gap:8px}.hp-gen-task{display:flex;align-items:center;gap:10px;font-size:13px;color:#64748b}.hp-gen-task.is-done{color:#15803d}.hp-gen-task.is-running{color:#1c1b1b;font-weight:600}.hp-gen-task-mark{width:18px;height:18px;display:inline-grid;place-items:center;flex-shrink:0}.hp-spin,.hp-gen-task-mark .hp-spin{width:12px;height:12px;border-radius:50%;border:2px solid #bfdbfe;border-top-color:#2563eb;display:inline-block;animation:hp-spin .8s linear infinite}@keyframes hp-spin{to{transform:rotate(360deg)}}.hp-link{border:none;background:none;color:#2563eb;font-size:13px;cursor:pointer;padding:0}.hp-link:hover{text-decoration:underline}.hp-block+.hp-block{margin-top:18px}.hp-overview{margin:0;font-size:13px;line-height:1.6;color:#434655}.hp-dim-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.hp-total{font-size:13px}.hp-total.ok strong{color:#0f766e}.hp-total.bad strong{color:#b42318}.hp-weight-bar{display:flex;height:14px;border-radius:6px;overflow:hidden;gap:1px;margin-bottom:12px;background:#e5e2e1}.hp-weight-seg{min-width:2px}.hp-dim-cards{display:flex;flex-direction:column;gap:8px}.hp-dim-card{border:1px solid #e5e2e1;border-radius:10px;background:#fafafa;overflow:hidden}.hp-dim-card.open{background:#fff;box-shadow:0 4px 14px #0000000a}.hp-dim-card-top{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 12px;border:none;background:transparent;cursor:pointer;text-align:left}.hp-dim-name{flex:1;min-width:120px;font-size:13px;font-weight:650;color:#1c1b1b}.hp-redline,.hp-weight{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#64748b}.hp-weight input{width:56px;padding:4px 6px;border:1px solid #e5e2e1;border-radius:6px;font:inherit}.hp-weight em{font-style:normal;color:#0969da;font-weight:600}.hp-chev{color:#94a3b8;margin-left:auto}.hp-dim-expand{padding:0 12px 12px;display:flex;flex-direction:column;gap:10px}.hp-k{font-size:12px;font-weight:700;color:#111827;margin-bottom:6px}.hp-textarea{width:100%;box-sizing:border-box;resize:vertical;border:1px solid #e5e2e1;border-radius:8px;padding:8px 10px;font:inherit;font-size:13px;line-height:1.5;color:#1c1b1b;background:#fff}.hp-jd-scroll{max-height:420px;overflow:auto;font-size:13px;line-height:1.55;color:#434655}.hp-jd-h{font-weight:700;color:#1c1b1b;margin:10px 0 6px}.hp-jd-scroll ul{margin:0;padding-left:18px}.hp-cta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;border-top:1px solid #e5e2e1;background:#fff}.hp-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid transparent}.hp-btn.ghost{background:#fff;border-color:#d4d4d8;color:#1c1b1b}.hp-btn.ghost:hover:not(:disabled){background:#f8fafc}.hp-btn.primary{background:#2563eb;color:#fff}.hp-btn.primary:hover:not(:disabled){background:#1d4ed8}.hp-btn:disabled{opacity:.45;cursor:not-allowed}.hp-btn-sm{padding:4px 10px;font-size:12px}.hp-toast{font-size:12px;color:#0f766e;margin-left:4px}.hp-cta-end{justify-content:flex-end}.hp-dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1;display:inline-block}.hp-jd-step{flex:1;min-height:0;display:flex;flex-direction:column;padding:18px 22px 16px;background:#fff;margin:12px 14px 0;border-radius:12px;border:1px solid #e5e2e1}.hp-file-row{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e5e2e1;border-radius:10px;margin-bottom:18px;background:#fafbfc;flex-shrink:0}.hp-file-name{flex:1;min-width:0;font-weight:500;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hp-file-status{font-size:13px;color:#64748b;white-space:nowrap}.hp-file-status.is-ok{color:#1a7f37;font-weight:600}.hp-jd-parse-wrap{flex:1;min-height:0;overflow:auto;margin-bottom:8px}.hp-jd-parse{display:flex;flex-direction:column;gap:12px}.hp-parse-box{border:1px solid #e5e2e1;border-radius:10px;padding:14px 16px;background:#fff}.hp-parse-box .hp-jd-h{margin-top:0}.hp-parse-box ul{margin:0;padding-left:18px;font-size:13px;line-height:1.6;color:#434655}.hp-cand-shell{background:#fff}.hp-pd-cand{border:1px solid #e5e2e1;border-radius:12px;overflow:hidden}.hp-pd-page{background:#f4f3f1;padding:16px 18px 28px;gap:0;overflow:visible;height:auto}.hp-pd-hero{padding:4px 2px 0;margin-bottom:16px}.hp-pd-client{margin:0 0 4px;font-size:13px;font-weight:500;color:#737686}.hp-pd-title{margin:0;font-size:24px;font-weight:700;letter-spacing:-.02em;line-height:1.25;color:#1c1b1b}.hp-pd-jobtype{margin:8px 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px}.hp-pd-jobtype-k{color:#8c959f}.hp-pd-jobtype-v{font-weight:600;color:#1c1b1b}.hp-pd-jobtype-code{font-size:11px;padding:2px 6px;border-radius:6px;background:#f1f5f9;color:#64748b}.hp-pd-summary{margin:10px 0 0;font-size:13px;line-height:1.65;color:#434655;max-width:none;width:100%}.hp-pd-stats{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.5fr) minmax(0,1.5fr);gap:12px;margin-bottom:4px}@media(max-width:800px){.hp-pd-stats{grid-template-columns:1fr}}.hp-pd-stat-card{background:#fff;border:1px solid #e5e2e1;border-radius:12px;padding:12px 14px;display:flex;gap:8px;align-items:stretch}.hp-pd-stat-wide{display:flex;gap:4px}.hp-pd-stat-item{flex:1;min-width:0;padding:2px 4px}.hp-pd-stat-k{font-size:12px;color:#737686}.hp-pd-stat-v{font-size:22px;font-weight:700;margin-top:4px;color:#1c1b1b}.hp-pd-stat-item.lvl-great .hp-pd-stat-v{color:#0f766e}.hp-pd-stat-item.lvl-good .hp-pd-stat-v{color:#1d4ed8}.hp-pd-stat-item.lvl-partial .hp-pd-stat-v{color:#c2410c}.hp-pd-divider{border:none;border-top:1px solid #e5e2e1;margin:16px 0}.hp-pd-model{background:#fff;border:1px solid #e5e2e1;border-radius:12px;padding:14px 16px 16px}.hp-pd-model-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px}.hp-pd-model-title-row{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;min-width:0}.hp-pd-sec-title{margin:0;font-size:15px;font-weight:700}.hp-pd-model-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.hp-pd-muted{font-size:12px;color:#8c959f}.hp-pd-pill{font-size:12px;padding:3px 8px;border-radius:999px;background:#f1f5f9;color:#64748b}.hp-pd-pill.ok{background:#dcfce7;color:#15803d;font-weight:600}.hp-pd-pill.danger{background:#fee2e2;color:#b91c1c;font-weight:600}.hp-pd-subhead{margin:12px 0 6px;font-size:13px;font-weight:650}.hp-pd-model-intro{margin:12px 0 14px;font-size:13px;line-height:1.65;color:#434655}.hp-pd-treemap{height:300px;width:100%;border-radius:10px;overflow:hidden;background:#fff}.hp-pd-model-expand{margin-top:14px;padding-top:12px;border-top:1px solid #eef0f4}.hp-cand-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;display:flex;align-items:center;justify-content:center;padding:14px 18px;background:#0f172a6b}.hp-cand-anchor{position:relative;width:min(960px,96%);height:min(94%,680px);max-height:100%}.hp-cand-modal{width:100%;height:100%;border-radius:16px;overflow:hidden;box-shadow:0 24px 64px #0000003d;min-height:0!important}.hp-detail-head-main{display:flex;align-items:center;gap:10px}.hp-avatar.lg{width:36px;height:36px;border-radius:10px;font-size:15px}.hp-cand-modal .hp-detail-body{max-height:none;flex:1;min-height:0}.hp-cand-modal.hp-detail-shell{display:flex;flex-direction:column}.hp-cand-modal.hp-report-shell{display:flex;flex-direction:column;background:#fff}.hp-cand-modal .hp-report-doc{flex:1;min-height:0;max-height:none;overflow:auto}.hp-cand-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 10px}.hp-cand-title{margin:0;font-size:16px;font-weight:700}.hp-count{color:#737686;font-weight:500}.hp-cand-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.hp-search{min-width:200px;padding:8px 12px;border:1px solid #e5e2e1;border-radius:8px;font:inherit;font-size:13px}.hp-table-wrap{padding:0 12px 16px;overflow:auto}.hp-cand-table{width:100%;border-collapse:collapse;font-size:13px}.hp-cand-table th{text-align:left;font-weight:600;color:#5c6170;padding:10px 12px;border-bottom:1px solid #e5e2e1;white-space:nowrap}.hp-cand-table td{padding:12px;border-bottom:1px solid #eef0f4;vertical-align:middle}.hp-cand-tr:hover{background:#f8f9fc}.hp-cand-tr.clickable{cursor:pointer}.hp-dash{color:#94a3b8}.hp-prog.prog-queue{color:#64748b;background:#f1f5f9}.hp-name{display:flex;align-items:center;gap:8px;font-weight:600}.hp-avatar{width:28px;height:28px;border-radius:8px;background:#eff6ff;color:#2563eb;display:grid;place-items:center;font-weight:700;font-size:12px}.hp-prog{border:none;border-radius:999px;padding:4px 10px;font:inherit;font-size:12px;cursor:pointer}.hp-prog.prog-done{color:#64748b;background:#f1f5f9}.hp-prog.prog-screen{color:#1d4ed8;background:#1d4ed81a}.hp-prog.prog-interview{color:#7c3aed;background:#7c3aed1a}.hp-prog.prog-offer{color:#0f766e;background:#0f766e1a}.hp-prog.prog-out{color:#b91c1c;background:#b91c1c14}.hp-lvl{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.hp-lvl.great{color:#0f766e;background:#ccfbf1}.hp-lvl.good{color:#1d4ed8;background:#dbeafe}.hp-lvl.partial{color:#b45309;background:#ffedd5}.hp-diffs{display:flex;flex-wrap:wrap;gap:6px}.hp-diff{border:none;cursor:pointer;padding:3px 8px;border-radius:6px;font-size:11px;background:#eef1f7;color:#3d4454}.hp-diff:hover{background:#e0e7ff;color:#1d4ed8}.hp-diff-tip{position:fixed;z-index:40;max-width:280px;padding:10px 12px;border-radius:8px;background:#1f2937;color:#fff;box-shadow:0 8px 24px #00000040;pointer-events:none}.hp-diff-tip strong{display:block;font-size:12px;margin-bottom:4px}.hp-diff-tip p{margin:0;font-size:12px;line-height:1.5;color:#e5e7eb}.hp-score{font-size:22px;font-weight:700}.hp-score.great{color:#0f766e}.hp-score.good{color:#1d4ed8}.hp-score.partial{color:#c2410c}.hp-ops{display:flex;gap:6px}.hp-icon-btn{width:28px;height:28px;border-radius:6px;border:none;background:transparent;color:#737686;cursor:pointer;font-size:14px}.hp-icon-btn:hover{background:#0000000d;color:#1c1b1b}.hp-detail-shell{background:#fff}.hp-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #e5e2e1}.hp-detail-head h3{margin:0;font-size:18px}.hp-detail-score{display:flex;align-items:center;gap:10px}.hp-detail-score .hp-score{font-size:28px}.hp-detail-body{padding:8px 20px 20px;max-height:640px;overflow:auto}.hp-detail-sec{padding:14px 0;border-bottom:1px solid #eef0f4}.hp-detail-sec:last-child{border-bottom:none}.hp-detail-sec h4{margin:0 0 10px;font-size:15px}.hp-detail-sec ul{margin:0;padding-left:18px;font-size:13px;line-height:1.6;color:#434655}.hp-hard-title{font-size:13px;font-weight:700;margin-bottom:8px}.hp-hard-title.ok{color:#15803d}.hp-hard-list{display:flex;flex-direction:column;gap:8px}.hp-hard-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#434655}.hp-hard-tag{flex-shrink:0;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:600}.hp-hard-tag.ok{color:#15803d;background:#dcfce7}.hp-match-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.95fr);gap:28px;align-items:center}@media(max-width:860px){.hp-match-layout{grid-template-columns:1fr}}.hp-radar-stage{background:transparent;border:none;border-radius:0;padding:0}.hp-radar{display:block;width:100%;max-width:440px;margin:0 auto;overflow:visible}.hp-radar-ring{fill:#fff;stroke:#e5e7eb;stroke-width:1}.hp-radar-ring:nth-child(2n){fill:#f8fafc}.hp-radar-base-fill{fill:#94a3b824;stroke:none}.hp-radar-base{fill:none;stroke:#94a3b8;stroke-width:1.5;stroke-dasharray:4 4}.hp-radar-base-dot{fill:#94a3b8}.hp-radar-axis{stroke:#e5e7eb;stroke-width:1}.hp-radar-area{fill:#2563eb38;stroke:#2563eb;stroke-width:2}.hp-radar-dot{fill:#2563eb;stroke:#fff;stroke-width:1}.hp-radar-dot.active{fill:#1d4ed8;stroke:#fff;stroke-width:2}.hp-radar-label{font-size:11px;fill:#4b5563}.hp-radar-label.active{fill:#111827;font-weight:700}.hp-radar-label-bg{fill:#2563eb1a}.hp-radar-legend{display:flex;justify-content:center;gap:16px;padding:4px 0 6px;font-size:12px;color:#64748b}.hp-radar-legend .base:before,.hp-radar-legend .cand:before{content:"";display:inline-block;width:14px;height:3px;margin-right:6px;vertical-align:middle}.hp-radar-legend .base:before{background:#94a3b8;border-top:1.5px dashed #94a3b8;height:0}.hp-radar-legend .cand:before{background:#2563eb;height:10px;border-radius:2px;width:10px}.hp-dim-detail{background:#fff;border:none;border-radius:0;padding:4px 8px 4px 4px;animation:how-dim-in .35s ease both;min-height:180px}@keyframes how-dim-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hp-dim-detail-kicker{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;margin-bottom:8px}.hp-dim-detail-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid #eef0f4}.hp-dim-detail-title-row h5{margin:0;font-size:20px;font-weight:700;color:#111827;line-height:1.3}.hp-dim-detail-score{font-size:28px;font-weight:700;line-height:1;flex-shrink:0}.hp-dim-detail-score.great{color:#0f766e}.hp-dim-detail-score.good{color:#1d4ed8}.hp-dim-detail-score.partial{color:#c2410c}.hp-dim-detail-block+.hp-dim-detail-block{margin-top:16px}.hp-dim-detail-block p{margin:0;font-size:13px;line-height:1.65;color:#434655}.hp-detail-foot{display:flex;justify-content:flex-end;padding:12px 20px;border-top:1px solid #e5e2e1;background:#fff}.hp-report-shell{background:#fff}.hp-report-doc{padding:22px 28px 8px;max-height:640px;overflow:auto}.hp-report-title{margin:0 0 18px;text-align:center;font-size:18px;font-weight:700;color:#1d4ed8}.hp-report-doc section{margin-bottom:20px}.hp-report-doc h4{margin:0 0 10px;font-size:15px;color:#1d4ed8;font-weight:700}.hp-report-doc p,.hp-report-doc li{font-size:13px;line-height:1.7;color:#434655}.hp-report-doc ul{margin:0;padding-left:18px}.hp-report-sub{margin:12px 0 8px;font-size:14px;font-weight:700;color:#1d4ed8}.hp-report-dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin:0}@media(max-width:640px){.hp-report-dl{grid-template-columns:1fr}}.hp-report-dl div{display:flex;gap:8px;font-size:13px}.hp-report-dl dt{color:#8c959f;min-width:4.5em;flex-shrink:0}.hp-report-dl dd{margin:0;color:#1c1b1b;font-weight:500}.hp-report-job{margin-bottom:14px}.hp-report-job-h{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 12px;margin-bottom:6px;font-size:13px}.hp-report-job-h strong{color:#1c1b1b}.hp-report-job-h span{color:#8c959f;font-size:12px}.wrap.capabilities-wrap{max-width:920px}.feat-list{display:grid;grid-template-columns:1fr;gap:18px;width:100%;margin:0}@media(min-width:720px){.feat-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}}.feat-row{display:flex;flex-direction:column;gap:14px;align-items:flex-start;padding:24px 22px;background:#ffffffb3;border:1px solid rgba(0,0,0,.06);border-radius:14px;height:100%;box-sizing:border-box}.feat-row .icon-box{width:40px;height:40px;border-radius:10px;flex-shrink:0;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center}.feat-body h3{font-size:17px;font-weight:600;margin-bottom:8px;line-height:1.35}.feat-body p{font-size:14px;color:var(--muted);line-height:1.6}.feat-body ul{list-style:none;display:flex;flex-direction:column;gap:6px;margin-top:12px}.feat-body li{font-size:13px;color:var(--muted);line-height:1.5;padding-left:16px;position:relative}.feat-body li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:2px;background:var(--red)}.track-section{background:var(--hero-bg)}.rs-stack{display:flex;flex-direction:column;gap:56px;width:100%}.rs-row{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr);gap:36px 40px;align-items:center}.rs-row.is-flip{grid-template-columns:minmax(0,1.35fr) minmax(0,.9fr)}.rs-row.is-flip .rs-copy{order:2}.rs-row.is-flip .rs-visual{order:1}@media(max-width:960px){.rs-row,.rs-row.is-flip{grid-template-columns:1fr;gap:20px}.rs-row.is-flip .rs-copy,.rs-row.is-flip .rs-visual{order:unset}}.rs-copy h3{margin:0;font-size:22px;font-weight:650;letter-spacing:-.02em;color:#1c1b1b;line-height:1.35}.rs-copy p{margin:12px 0 0;font-size:15px;line-height:1.65;color:var(--muted);max-width:420px}.rs-visual{min-width:0}.pd-talent-card,.pd-detail-card,.pd-radar-card{background:#fff;border:1px solid #e5e2e1;border-radius:12px;box-shadow:0 8px 28px #0000000f;overflow:hidden}.pd-talent-card{padding:16px 18px 18px}.pd-talent-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.pd-talent-title{margin:0;font-size:16px;font-weight:700;color:#1c1b1b}.pd-talent-count{color:#8c959f;font-weight:500}.pd-talent-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.pd-talent-search{min-width:200px;height:34px;padding:0 12px;border:1px solid #e5e2e1;border-radius:8px;background:#fff;font:inherit;font-size:13px;color:#1c1b1b}.pd-btn{height:34px;padding:0 14px;border-radius:8px;font:inherit;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;cursor:default}.pd-btn.ghost{background:#fff;border:1px solid #e5e2e1;color:#1c1b1b}.pd-btn.primary{background:#7aa2f7;border:1px solid transparent;color:#fff}.pd-talent-table-wrap{overflow:auto}.pd-talent-table{width:100%;border-collapse:collapse;font-size:13px}.pd-talent-table th{text-align:left;padding:8px 10px;font-size:12px;font-weight:500;color:#8c959f;border-bottom:1px solid #eef0f4}.pd-talent-table td{padding:12px 10px;border-bottom:1px solid #eef0f4;vertical-align:middle;white-space:nowrap}.pd-talent-table tr:last-child td{border-bottom:none}.pd-talent-name{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:#1c1b1b}.pd-talent-avatar{width:28px;height:28px;border-radius:999px;background:#dbeafe;color:#1d4ed8;display:inline-grid;place-items:center;font-size:12px;font-weight:700}.pd-prog-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#eef1f6;color:#475569;font-size:12px;font-weight:500}.pd-prog-chev{font-size:10px;opacity:.7}.pd-lvl-pill{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.pd-lvl-pill.lvl-great{color:#0f766e;background:#ccfbf1}.pd-diff-pills{display:flex;flex-wrap:wrap;gap:6px}.pd-diff-pill{display:inline-flex;padding:3px 8px;border-radius:6px;background:#f3f4f6;color:#4b5563;font-size:11px;font-weight:500}.pd-score-num{font-size:18px;font-weight:700;letter-spacing:-.02em}.pd-score-num.lvl-great{color:#0f766e}.pd-score-num.lg{font-size:28px;line-height:1}.pd-ops{display:flex;gap:6px}.pd-icon-btn{width:28px;height:28px;border:none;background:transparent;color:#94a3b8;display:inline-grid;place-items:center;border-radius:6px;padding:0;cursor:default}.pd-detail-card{padding:22px 26px 26px}.pd-detail-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:14px;margin-bottom:18px;border-bottom:1px solid #eef0f4}.pd-detail-name{margin:0;font-size:22px;font-weight:700;color:#111;letter-spacing:-.02em}.pd-detail-score-row{display:flex;align-items:center;gap:10px}.pd-detail-sec+.pd-detail-sec{margin-top:22px}.pd-detail-sec h5{margin:0 0 10px;font-size:15px;font-weight:700;color:#111}.pd-detail-sec ul{margin:0;padding-left:18px;color:#1c1b1b;font-size:13px;line-height:1.65}.pd-detail-sec li+li{margin-top:8px}.pd-hard-group{display:flex;flex-direction:column;gap:8px}.pd-hard-line{display:flex;align-items:flex-start;gap:8px;font-size:13px;line-height:1.55;color:#1c1b1b}.pd-hard-tag{flex-shrink:0;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.pd-hard-tag.ok{color:#15803d;background:#dcfce7}.pd-hard-tag.partial,.pd-hard-tag.watch{color:#c2410c;background:#ffedd5}.pd-ice-list .pd-ice-arrow,.pd-ice-list .pd-ice-tip{color:#64748b}.pd-radar-card{padding:18px 20px 20px}.pd-radar-title{margin:0 0 12px;font-size:15px;font-weight:700;color:#111}.pd-radar-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:12px 18px;align-items:start}@media(max-width:720px){.pd-radar-layout{grid-template-columns:1fr}}.pd-radar-stage{min-width:0}.pd-radar-legend{display:flex;gap:16px;justify-content:center;margin-top:2px;font-size:12px;color:#64748b}.pd-radar-legend .base:before,.pd-radar-legend .cand:before{content:"";display:inline-block;width:12px;height:3px;margin-right:6px;vertical-align:middle}.pd-radar-legend .base:before{border-top:1.5px dashed #94a3b8;height:0}.pd-radar-legend .cand:before{background:#2563eb;height:8px;border-radius:2px;width:10px}.pd-dim-detail{min-width:0;padding:4px 4px 4px 8px}.pd-dim-kicker{font-size:11px;font-weight:600;color:#8c959f;letter-spacing:.04em}.pd-dim-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin:6px 0 14px}.pd-dim-title-row h5{margin:0;font-size:18px;font-weight:700;color:#111}.pd-dim-score{font-size:28px;font-weight:700;line-height:1}.pd-dim-score.great{color:#0f766e}.pd-dim-score.good{color:#1d4ed8}.pd-dim-score.partial{color:#c2410c}.pd-dim-block+.pd-dim-block{margin-top:14px}.pd-dim-k{font-size:12px;font-weight:650;color:#64748b;margin-bottom:4px}.pd-dim-block p{margin:0;font-size:13px;line-height:1.65;color:#1c1b1b}.prin-list{display:flex;flex-direction:column;gap:0;max-width:720px;margin:0 auto}.prin-row{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid rgba(0,0,0,.06)}.prin-row:first-child{border-top:1px solid rgba(0,0,0,.06)}.prin-row .idx{font-size:13px;font-weight:700;color:var(--red);flex-shrink:0;min-width:28px;padding-top:2px}.prin-body h3{font-size:16px;font-weight:600;margin-bottom:4px;line-height:1.4}.prin-body p{font-size:14px;color:var(--muted);line-height:1.55}.final-cta{background:var(--surface-dark);color:#fff;text-align:center;padding:72px 24px;position:relative;overflow:hidden}.final-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px 300px at 50% 0%,rgba(232,85,63,.18),transparent 70%)}.final-cta .wrap{position:relative;z-index:1}.final-cta h2{font-size:32px;font-weight:400;letter-spacing:-.02em;line-height:1.15;margin:0 0 28px}@media(min-width:640px){.final-cta h2{font-size:44px}}.final-cta .btn-primary{background:#fff;color:var(--text)}.final-cta .btn-primary:hover{background:#ffffffe6}.final-cta .btn-secondary{color:#fff;box-shadow:0 0 0 1px #ffffff59}.final-cta .btn-secondary:hover{background:#ffffff14;box-shadow:0 0 0 1px #ffffff80}.footer{background:var(--hero-bg);border-top:1px solid rgba(0,0,0,.08);padding:40px 24px 32px;color:var(--muted)}.footer .wrap{display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.footer .wrap{flex-direction:row;justify-content:space-between;align-items:flex-start}}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:420px}.footer-brand .name{font-family:var(--font-logo);font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.02em}.footer-slogan{margin:0;font-size:13px;line-height:1.5;color:var(--muted);font-weight:400}.footer-cols{display:flex;gap:48px;flex-wrap:wrap}.footer-col h4{font-size:12px;font-weight:600;color:var(--text);margin-bottom:12px;letter-spacing:.02em}.footer-col a{display:block;font-size:13px;color:var(--muted);margin-bottom:8px;transition:color .2s}.footer-col a:hover{color:var(--text)}.footer-bottom{border-top:none;margin-top:24px;padding-top:0;display:flex;flex-direction:column;gap:8px}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-bottom p{font-size:12px;color:var(--placeholder)}.footer-bottom .terms{display:flex;gap:16px}.footer-bottom .terms a{font-size:12px;color:var(--placeholder)}.footer-bottom .terms a:hover{color:var(--muted)}@keyframes fade-up{0%{transform:translateY(16px)}to{transform:translateY(0)}}@keyframes fade-down{0%{transform:translateY(-12px)}to{transform:translateY(0)}}@keyframes hero-rise{0%{transform:translateY(40px) scale(.98)}to{transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}
