@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,700&display=swap");:root{--ink:#15171a;--ink-soft:#3f4350;--muted:#6c7075;--muted-2:#8c8c8c;--faint:#9c9fa2;--border:#e7ebee;--border-soft:#e4efff;--bg:#fff;--bg-soft:#f7f9fc;--bg-page:#f3f6fb;--navy:#21263b;--navy-hover:#293050;--blue:#2d8eff;--blue-bg:#eaf4ff;--blue-border:#cfe4ff;--green:#5c9d3c;--green-bg:#f3fcee;--amber:#faad14;--red:#e62214;--red-bg:#fdecea;--font-mono:ui-monospace,"SFMono-Regular",Menlo,Consolas,monospace}html{height:100%}body,html{max-width:100vw;overflow-x:hidden}body{min-height:100%;display:flex;flex-direction:column;color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}button,input{font-family:inherit}a{color:inherit}.app-shell{flex:1 1;display:flex;flex-direction:column;min-height:100vh}.app-header{display:flex;align-items:center;gap:14px;padding:14px 26px;border-bottom:1px solid var(--border);flex-shrink:0}.app-title{font-size:15px;font-weight:600;letter-spacing:-.01em}.app-subtitle{font-size:11.5px;color:var(--muted-2)}.app-brand{margin-left:auto;display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted-2);font-weight:500}.brand-logo{height:20px;width:auto;display:block}.phase{flex:1 1;display:flex}@keyframes fadeup{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.fadeup{animation:fadeup .35s ease both}.btn{display:inline-flex;align-items:center;gap:7px;border-radius:40px;font-weight:600;font-size:13.5px;border:none;cursor:pointer;white-space:nowrap}.btn-primary{background:var(--navy);color:#fff;padding:11px 20px}.btn-primary:hover{background:var(--navy-hover)}.btn-secondary{background:#fff;color:var(--ink-soft);border:1px solid #d3d3d3;padding:8px 15px;font-weight:500}.btn-secondary:hover{border-color:var(--navy);color:var(--navy)}.phase-input{align-items:center;justify-content:center;padding:40px 24px}.phase-input-inner{width:100%;max-width:620px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--blue-bg);border:1px solid var(--blue-border);color:#1f6fd6;font-size:11.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:6px 14px;border-radius:40px;margin-bottom:22px}.phase-input-inner{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif}.headline{font-size:clamp(32px,5.5vw,46px);line-height:1.12;font-weight:700;letter-spacing:-.035em;color:#15171a;margin:0 0 20px}.highlight{background:#e8fe53;border-radius:8px;padding:0 10px;box-decoration-break:clone;-webkit-box-decoration-break:clone;font-style:italic;color:inherit}.subhead{font-size:15.5px;line-height:1.6;color:var(--muted);margin:0 auto 34px;max-width:52ch}.url-form{background:#fff;border:1px solid var(--border-soft);border-radius:16px;padding:10px;display:flex;align-items:center;gap:8px;box-shadow:0 1px 2px rgba(20,23,38,.04),0 12px 32px rgba(20,23,38,.07)}.url-form-icon{color:var(--muted-2);margin-left:10px;flex-shrink:0}.url-input{flex:1 1;border:none;outline:none;font-family:var(--font-mono);font-size:14px;color:var(--ink);background:transparent;padding:8px 4px;min-width:0}.form-error{margin-top:14px;font-size:13px;color:var(--red);background:var(--red-bg);border-radius:10px;padding:10px 14px;text-align:left}.feature-row{display:flex;justify-content:center;gap:30px;margin-top:44px;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--muted)}.phase-scanning{align-items:center;justify-content:center;padding:40px 24px}.phase-scanning-inner{width:100%;max-width:460px}.scanning-header{display:flex;align-items:center;gap:12px;margin-bottom:26px}.scanning-title{font-size:16px;font-weight:600}.scanning-url{font-family:var(--font-mono);font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.progress-track{height:4px;background:var(--border);border-radius:4px;overflow:hidden;margin-bottom:26px;position:relative}.progress-sweep{position:absolute;inset:0;width:33%;background:linear-gradient(90deg,transparent,var(--blue),transparent);animation:barsweep 1.1s ease-in-out infinite}@keyframes barsweep{0%{transform:translateX(-100%)}to{transform:translateX(400%)}}.scan-steps{display:flex;flex-direction:column;gap:4px}.scan-step{display:flex;align-items:center;gap:13px;padding:11px 14px;border-radius:10px;font-size:13.5px;font-weight:500;background:var(--bg-soft);color:var(--faint)}.scan-step-active{background:var(--blue-bg);color:var(--ink)}.scan-step-active svg{color:var(--blue)}.scan-step-done{background:var(--green-bg);color:var(--ink-soft)}.scan-step-done svg{color:var(--green)}.icon-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.phase-results{flex-direction:column}.action-bar{position:-webkit-sticky;position:sticky;top:0;z-index:20;gap:14px;padding:12px 26px;border-bottom:1px solid var(--border);background:#fff;flex-wrap:wrap}.action-bar,.action-bar-url{display:flex;align-items:center}.action-bar-url{gap:9px;min-width:0;font-family:var(--font-mono);font-size:13px;color:var(--ink-soft)}.action-bar-url span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:340px}.action-bar-cache-badge{display:flex;align-items:center;gap:5px;font-size:12px;color:#888;white-space:nowrap}.action-bar-buttons{margin-left:auto;display:flex;align-items:center;gap:10px}.scorecard-section{flex-shrink:0;padding:22px 26px;background:var(--bg-page);border-bottom:1px solid var(--border);display:grid;grid-template-columns:minmax(230px,1fr) 2fr;grid-gap:18px;gap:18px;align-items:stretch}.score-card{background:var(--navy);border-radius:16px;padding:22px 24px;color:#fff;display:flex;flex-direction:column;justify-content:center}.score-card-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#8fa0c4;margin-bottom:6px}.score-card-headline{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.score-card-headline>span:first-child{font-size:56px;line-height:.9;font-weight:700;letter-spacing:-.03em}.score-card-outof{font-size:26px;font-weight:500;opacity:.75}.score-card-subtitle{font-size:13px;font-weight:600;margin:8px 0 0;line-height:1.4}.score-card-verdict{font-size:12.5px;line-height:1.55;color:#c3cce0;margin:8px 0 0}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:12px;gap:12px}.metric-tile{background:#fff;border:1px solid var(--border-soft);border-radius:12px;padding:16px 18px;display:flex;flex-direction:column;gap:8px}.metric-tile-head{display:flex;align-items:center;gap:8px}.metric-tile-label{font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:var(--muted-2)}.metric-tile-value{font-size:20px;font-weight:700;letter-spacing:-.01em;line-height:1.1}.metric-tile-note{font-size:11.5px;color:var(--muted-2);line-height:1.4}.pane-headers{position:-webkit-sticky;position:sticky;top:0;z-index:15;display:grid;grid-template-columns:1fr 1fr;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 4px 10px rgba(20,23,38,.03)}.pane-header{padding:14px 26px}.pane-header-left{border-right:1px solid var(--border)}.pane-header-title{display:flex;align-items:center;gap:9px;font-size:14.5px;font-weight:600}.pane-badge{font-size:11px;font-weight:600;padding:3px 9px;border-radius:40px}.pane-badge-bad{color:var(--red);background:var(--red-bg)}.pane-badge-good{color:var(--green);background:var(--green-bg)}.pane-header-sub{font-size:12px;color:var(--muted-2);margin-top:4px}.diff-toolbar{justify-content:flex-end;gap:20px;padding:8px 26px;border-bottom:1px solid var(--border);background:#fff}.diff-toolbar,.label-toggle{display:flex;align-items:center}.label-toggle{gap:6px;font-size:12px;color:var(--muted);cursor:pointer;white-space:nowrap}.label-toggle-note{color:var(--faint);font-size:11px}.diff-empty-state{padding:40px 26px;text-align:center;font-size:13px;color:var(--muted-2)}.diff-scroll{background:#fff;flex:1 1}.diff-scroll-spacer{height:40px}.diff-row{display:grid;grid-template-columns:1fr 1fr}.dcell{padding:8px 16px;min-height:24px;border-left:3px solid transparent}.dcell-removed{background:var(--red-bg);border-left:3px solid #e53e3e}.dcell-added{background:var(--green-bg);border-left:3px solid #38a169}.dcell-missing{display:flex;align-items:center}.block-tag{display:none}.md :is(h1,h2,h3,h4,h5,h6){font-weight:700;line-height:1.3;margin-bottom:4px}.md ol,.md p,.md ul{font-size:13.5px;line-height:1.6;color:var(--ink-soft)}.md ol,.md ul{padding-left:20px}.md pre{background:var(--bg-soft);border-radius:8px;padding:10px 12px;font-size:11.5px;overflow-x:auto;white-space:pre-wrap;word-break:break-word}.ghost-cell{display:flex;align-items:center;gap:8px;min-height:24px;color:#b0b7c4;font-size:11.5px;font-style:italic}@media print{.action-bar,.app-header,.diff-toolbar{display:none}.action-bar,.pane-headers{position:static;box-shadow:none}.diff-row{page-break-inside:avoid;break-inside:avoid}body{background:#fff}}.hub-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-page);color:var(--ink)}.hub-header{background:#fff;border-bottom:1px solid var(--border);padding:0 34px;height:62px;gap:10px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.hub-header,.hub-logo-link{display:flex;align-items:center;flex-shrink:0}.hub-logo-link{text-decoration:none}.hub-logo{height:25px;width:auto;display:block}.header-sep{font-size:13px;color:#c3ccdb;flex-shrink:0}.header-breadcrumb{font-size:13.5px;font-weight:500;color:var(--muted);text-decoration:none;transition:color .12s}.header-breadcrumb:hover{color:var(--ink)}.header-current{font-size:13.5px;font-weight:500;color:var(--muted)}.header-nav{margin-left:auto;display:flex;align-items:center;gap:2px}.header-nav-link{font-size:13.5px;font-weight:500;color:var(--ink-soft);text-decoration:none;padding:8px 13px;border-radius:8px;transition:background .12s}.header-nav-link:hover{background:#f1f6ff}.btn-demo{margin-left:8px;display:inline-flex;align-items:center;gap:7px;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--navy);text-decoration:none;background:#e8fe53;border:none;border-radius:40px;padding:9px 18px;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-demo:hover{background:#dbf23a}.hub-hero{padding:64px 34px 30px;max-width:1180px;margin:0 auto;width:100%;text-align:center}.hub-badge{display:inline-flex;align-items:center;gap:8px;background:#eaf2ff;border:1px solid #cfe1ff;color:#146ef5;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:40px;margin-bottom:22px}.hub-headline{font-size:44px;line-height:1.22;font-weight:700;letter-spacing:-.03em;max-width:17ch;margin:0 auto 18px}.hub-headline mark{background:#e8fe53;color:inherit;padding:0 10px;border-radius:8px}.hub-subhead{font-size:16.5px;line-height:1.6;color:var(--muted);margin:0 auto;max-width:62ch}.hub-cards-section{flex:1 1;padding:20px 34px 56px;max-width:1180px;margin:0 auto;width:100%}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;align-items:stretch}.tcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;text-decoration:none;color:var(--ink);transition:box-shadow .18s,transform .18s}.tcard-live{cursor:pointer}.tcard-live:hover{box-shadow:0 8px 32px rgba(0,0,0,.09);transform:translateY(-2px)}.tcard-live:hover .tcard-arrow{transform:translateX(4px)}.tcard-soon{background:#fafbfd;border-style:dashed;border-color:#dce3ee}.tcard-bulk{border-color:#eef1d6;cursor:pointer}.tcard-bulk:hover{box-shadow:0 8px 32px rgba(0,0,0,.09);transform:translateY(-2px)}.tcard-bulk:hover .tcard-arrow{transform:translateX(4px)}.tcard-body{padding:28px 28px 0}.tcard-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:22px}.tcard-icon{width:52px;height:52px;border-radius:14px;background:var(--navy);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.tcard-icon-muted{background:#e7edf6;color:#5c6b8a}.tcard-icon-lime{background:#e8fe53;color:#21263b}.tcard-badge{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:5px 11px;border-radius:40px}.tcard-badge-live{color:var(--green);background:var(--green-bg);border:1px solid #ddefcf}.tcard-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}.tcard-badge-soon{color:#8c8c8c;background:#f0f2f6;border:1px solid #e1e6ef}.tcard-badge-free{color:#21263b;background:#f6ffcb;border:1px solid #e4f08a}.tcard-title{font-size:21px;font-weight:600;letter-spacing:-.01em;margin:0 0 10px}.tcard-title-muted{color:var(--ink-soft)}.tcard-desc{font-size:14px;line-height:1.6;color:var(--muted);margin:0 0 22px}.tcard-desc-muted{color:#8c8c8c}.tcard-features{padding:0 28px 8px;display:flex;flex-direction:column;gap:11px}.tcard-features-muted .tcard-feature{color:#8c8c8c}.tcard-features-muted .tcard-feature svg{color:#b0b7c4}.tcard-features-lime .tcard-feature svg{color:#8aa300}.tcard-feature{display:flex;align-items:center;gap:11px;font-size:13px;color:var(--ink-soft)}.tcard-feature svg{color:#146ef5;flex-shrink:0}.tcard-footer{margin-top:auto;padding:22px 28px;border-top:1px solid #eef1f5;display:flex;align-items:center;justify-content:space-between}.tcard-cta{font-size:14px;font-weight:600;color:var(--navy)}.tcard-cta-muted{font-size:14px;font-weight:500;color:#9c9fa2}.tcard-cta-btn{display:inline-flex;align-items:center;gap:8px;background:#e8fe53;color:#21263b;font-size:14px;font-weight:600;padding:11px 20px;border-radius:40px;transition:background .15s}.tcard-bulk:hover .tcard-cta-btn{background:#dbf23a}.tcard-arrow{color:var(--navy);transition:transform .18s;flex-shrink:0}.hub-banner-section{padding:0 34px 56px;max-width:1180px;margin:0 auto;width:100%}.axp-banner{background:var(--navy);border-radius:20px;padding:44px;position:relative;overflow:hidden}.axp-banner-glow{position:absolute;right:-60px;top:-60px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle at center,rgba(20,110,245,.35),transparent 70%);pointer-events:none}.axp-banner-top{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:32px;flex-wrap:wrap;margin-bottom:32px}.axp-banner-copy{min-width:300px;flex:1 1}.axp-banner-eyebrow{font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#7fa6e8;margin-bottom:12px}.axp-banner-headline{font-size:28px;font-weight:700;letter-spacing:-.02em;color:#fff;margin:0 0 12px;line-height:1.2}.axp-banner-sub{font-size:14.5px;line-height:1.6;color:#c3cce0;margin:0;max-width:52ch}.axp-banner-cta{display:inline-flex;align-items:center;gap:9px;background:#e8fe53;color:var(--navy);font-family:inherit;font-size:14.5px;font-weight:600;text-decoration:none;padding:14px 26px;border:none;border-radius:40px;cursor:pointer;white-space:nowrap;transition:transform .15s,background .15s;flex-shrink:0}.axp-banner-cta:hover{transform:translateY(-2px);background:#dbf23a}.axp-products{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:16px;gap:16px}.axp-product-card{display:flex;align-items:flex-start;gap:14px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.12);border-radius:14px;padding:18px 20px;text-decoration:none;transition:background .15s,border-color .15s;color:inherit}.axp-product-card:hover{background:hsla(0,0%,100%,.09);border-color:hsla(0,0%,100%,.24)}.axp-product-card>svg{color:#5f9bff;flex-shrink:0;margin-top:2px}.axp-product-name{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.axp-product-name svg{color:#7fa6e8}.axp-product-desc{font-size:13px;line-height:1.5;color:#aeb9d2}.hub-footer{flex-shrink:0;padding:22px 34px 34px;text-align:center;font-size:12px;color:#9c9fa2}@media (max-width:640px){.hub-header{padding:0 16px;gap:8px}.header-nav{display:none}.hub-hero{padding:40px 20px 20px}.hub-headline{font-size:30px}.hub-subhead{font-size:15px}.hub-banner-section,.hub-cards-section{padding-left:16px;padding-right:16px}.tool-grid{grid-template-columns:1fr;gap:16px}.axp-banner{padding:28px 24px}.axp-banner-headline{font-size:22px}.phase-input{padding:32px 16px}.subhead{font-size:14px}.url-form{flex-wrap:wrap;padding:8px}.url-input{min-width:0;width:100%}.btn-primary{width:100%;justify-content:center}.feature-row{gap:16px;margin-top:32px}.action-bar{padding:10px 16px;gap:10px}.action-bar-url span{max-width:200px}.action-bar-buttons{margin-left:0;width:100%;justify-content:flex-end}.scorecard-section{grid-template-columns:1fr;padding:16px;gap:14px}.pane-headers{display:none}.diff-toolbar{flex-wrap:wrap;padding:8px 16px;gap:10px;justify-content:flex-start}.diff-row{grid-template-columns:1fr}.dcell{padding:12px 16px;border-right:none;border-bottom:1px solid var(--border)}.dcell:last-child{border-bottom:none}.dcell-left:before{content:"AGENT VIEW"}.dcell-left:before,.dcell:not(.dcell-left):before{display:block;font-size:9px;font-weight:700;letter-spacing:.1em;color:#b0b7c4;margin-bottom:6px}.dcell:not(.dcell-left):before{content:"HUMAN VIEW"}}