@import"https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,300&family=Poppins:wght@300;400;500;600;700&display=swap";.harden-landing{width:100%;min-width:320px;margin:0;color:var(--ink);background:var(--cream);overflow-x:clip;color-scheme:light;--cream: #f4f2ea;--cream-deep: #ede8d5;--paper: #fbfaf6;--white: #ffffff;--ink: #171a1d;--ink-soft: #31353b;--muted: #6c6f73;--muted-light: #97999c;--charcoal: #1f2226;--charcoal-deep: #111314;--crimson: #872921;--crimson-dark: #5e1d17;--crimson-light: #f2d5d3;--gold: #bea163;--gold-dark: #8a7340;--gold-pale: #ded2b0;--line: #d7d3c8;--line-strong: #bcb9b0;--green: #2e7d5b;--green-soft: #dcefe5;--purple: #6e56cf;--purple-soft: #ece9fb;--shadow: 0 22px 70px rgba(23, 26, 29, .1);--shadow-soft: 0 8px 28px rgba(23, 26, 29, .07);--font-display: "Newsreader", Georgia, "Times New Roman", serif;--font-body: "Poppins", "Helvetica Neue", Arial, sans-serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--type-display-hero: clamp(3.8rem, 4.9vw, 5.6rem);--type-display-section: clamp(2.8rem, 4vw, 4.6rem);--type-display-subsection: clamp(1.9rem, 2.6vw, 2.85rem);--type-display-feature: clamp(2.2rem, 3.1vw, 3.25rem);--type-display-ui: clamp(1.25rem, 1.7vw, 1.6rem);--type-body-lede: clamp(1rem, 1.15vw, 1.1rem);--type-body: .95rem;--type-body-small: .875rem;--type-action: .9rem;--type-label: .8rem;--type-utility: .75rem;--type-demo-detail: .62rem;--leading-display: .98;--leading-heading: 1.08;--leading-body: 1.7;--leading-compact: 1.5;--space-section: clamp(96px, 10vw, 160px);--space-heading: clamp(52px, 6vw, 88px);--space-layout-gap: clamp(52px, 8vw, 120px);--space-card: clamp(20px, 2.3vw, 34px);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.harden-landing *,.harden-landing *:before,.harden-landing *:after{box-sizing:border-box}.harden-landing{scroll-behavior:smooth;scroll-padding-top:92px;position:relative;margin:0;min-width:320px;background:var(--cream);color:var(--ink);overflow-x:clip}.harden-landing button,.harden-landing a{font:inherit}.harden-landing button{color:inherit}.harden-landing a{color:inherit;text-decoration:none}.harden-landing img{max-width:100%;display:block}.harden-landing p,.harden-landing h1,.harden-landing h2,.harden-landing h3,.harden-landing h4{margin-top:0}.harden-landing button,.harden-landing a{-webkit-tap-highlight-color:transparent}.harden-landing button:focus-visible,.harden-landing a:focus-visible{outline:2px solid var(--crimson);outline-offset:4px}.harden-landing ::-moz-selection{background:var(--crimson-light);color:var(--charcoal-deep)}.harden-landing ::selection{background:var(--crimson-light);color:var(--charcoal-deep)}.harden-landing .container{width:min(1440px,calc(100% - 64px));margin-inline:auto}.harden-landing{padding-top:68px}.harden-landing .page-progress{position:fixed;z-index:1000;top:0;left:0;right:0;height:3px;background:var(--crimson);transform-origin:0 50%}.harden-landing .navigation-shell{position:sticky;z-index:100;top:0}.harden-landing .site-nav{position:relative;z-index:1;height:78px;padding:0 32px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#f4f2eae6;border-bottom:1px solid rgba(188,185,176,.6);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.harden-landing .brand-link{width:146px;display:inline-flex;align-items:center}.harden-landing .desktop-nav{display:flex;align-items:center;gap:30px;font-size:.79rem;color:var(--ink-soft)}.harden-landing .desktop-nav a,.harden-landing .text-link{position:relative;transition:color .16s ease}.harden-landing .desktop-nav a:after,.harden-landing .text-link:after{position:absolute;left:0;right:100%;bottom:-7px;height:1px;content:"";background:var(--crimson);transition:right .18s ease}.harden-landing .desktop-nav a:hover,.harden-landing .text-link:hover{color:var(--crimson)}.harden-landing .desktop-nav a:hover:after,.harden-landing .text-link:hover:after{right:0}.harden-landing .nav-actions{justify-self:end;display:flex;align-items:center;gap:22px;font-size:.76rem;font-weight:500}.harden-landing .button{min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:.78rem;font-weight:600;cursor:pointer;transition:color .17s ease,background .17s ease,border-color .17s ease,transform .17s ease,box-shadow .17s ease}.harden-landing .button:hover{transform:translateY(-2px)}.harden-landing .button-primary{color:#fff;background:var(--crimson);box-shadow:0 8px 18px #87292129}.harden-landing .button-primary:hover{background:var(--crimson-dark);box-shadow:0 10px 24px #87292138}.harden-landing .button-secondary{color:var(--ink);background:#ffffff73;border-color:var(--line-strong)}.harden-landing .button-secondary:hover{background:#fff;border-color:var(--ink-soft)}.harden-landing .menu-button{width:44px;height:44px;display:none;place-items:center;border:1px solid var(--line);border-radius:6px;background:transparent}.harden-landing .menu-button svg{width:20px}.harden-landing .mobile-nav{position:absolute;z-index:2;top:calc(100% - 2px);left:16px;right:16px;padding:18px;border:1px solid var(--line);background:#fbfaf6fa;box-shadow:var(--shadow)}.harden-landing .mobile-nav>a:not(.button){min-height:50px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:.88rem}.harden-landing .mobile-nav .button{width:100%;margin-top:18px}.harden-landing .mobile-nav .button+.button{margin-top:8px}.harden-landing .hero{position:relative;padding:clamp(82px,9vw,142px) 0 56px;overflow:hidden;isolation:isolate;background:linear-gradient(rgba(135,41,33,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.028) 1px,transparent 1px),var(--cream);background-size:46px 46px}.harden-landing .hero-atmosphere{position:absolute;z-index:-1;top:-18%;left:50%;width:1040px;height:600px;transform:translate(-50%);opacity:.5;background:radial-gradient(circle at 50% 42%,rgba(222,210,176,.78),transparent 55%),radial-gradient(circle at 42% 38%,rgba(242,213,211,.5),transparent 32%);filter:blur(10px)}.harden-landing .hero-copy{position:relative;z-index:2;text-align:center}.harden-landing .hero-copy>.eyebrow{margin-bottom:26px;font-size:.95rem;font-weight:700;letter-spacing:.15em}.harden-landing .eyebrow{margin-bottom:18px;color:var(--crimson);font-size:.68rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.harden-landing .hero h1{max-width:1280px;margin:0 auto 26px;font-family:var(--font-display);font-size:clamp(3.9rem,6.2vw,6.8rem);font-weight:300;line-height:.91;letter-spacing:-.048em}.harden-landing .hero h1 span{display:block;color:var(--crimson);font-style:normal}.harden-landing .hero h1 em{color:var(--crimson);font-style:italic}.harden-landing .hero-lede{max-width:720px;margin:0 auto 30px;color:var(--muted);font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.75}.harden-landing .hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.harden-landing .hero-promise{margin-top:28px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:22px;color:var(--ink-soft);font-size:.72rem}.harden-landing .hero-promise span{display:inline-flex;align-items:center;gap:7px}.harden-landing .hero-promise svg{color:var(--crimson)}.harden-landing .hero-visual-wrap{margin-top:clamp(54px,7vw,100px)}.harden-landing .mobile-hero-bridge{display:none}.harden-landing .hero-system{position:relative;height:590px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(180px,.58fr) minmax(280px,1fr);align-items:center;gap:clamp(24px,3vw,54px);padding:98px clamp(22px,4vw,64px) 58px;border:1px solid rgba(135,41,33,.2);background:linear-gradient(150deg,#ffffffe0,#f4f2eaad),var(--paper);box-shadow:0 28px 90px #171a1d1c;overflow:hidden}.harden-landing .hero-system:before,.harden-landing .hero-system:after{position:absolute;content:"";pointer-events:none}.harden-landing .hero-system:before{top:12px;right:12px;bottom:12px;left:12px;border:1px solid rgba(190,161,99,.28)}.harden-landing .hero-system:after{top:0;left:50%;width:1px;height:34px;background:var(--crimson)}.harden-landing .system-grid,.harden-landing .firewall-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.32;pointer-events:none;background-image:linear-gradient(rgba(23,26,29,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(23,26,29,.05) 1px,transparent 1px);background-size:30px 30px;-webkit-mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent)}.harden-landing .system-card{position:relative;z-index:3;min-height:330px;padding:22px;border:1px solid var(--line);background:#fffffff0;box-shadow:var(--shadow-soft)}.harden-landing .build-console{transform:rotate(-.6deg)}.harden-landing .action-console{transform:rotate(.6deg)}.harden-landing .console-topline{margin-bottom:21px;display:flex;align-items:center;justify-content:space-between;gap:12px}.harden-landing .console-kicker{color:var(--muted);font-family:var(--font-mono);font-size:.64rem;letter-spacing:.1em;text-transform:uppercase}.harden-landing .live-label{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-family:var(--font-mono);font-size:.61rem;text-transform:uppercase}.harden-landing .live-label i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #2e7d5b1a;animation:soft-pulse 2s ease-in-out infinite}.harden-landing .repo-title{padding-bottom:14px;display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);font-size:.77rem;font-weight:600}.harden-landing .repo-title svg{color:var(--crimson)}.harden-landing .repo-title .branch{margin-left:auto;display:inline-flex;align-items:center;gap:4px;color:var(--muted);font-family:var(--font-mono);font-size:.6rem;font-weight:400}.harden-landing .scan-list{margin-top:18px}.harden-landing .scan-row{position:relative;min-height:48px;padding:0 2px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);font-family:var(--font-mono);font-size:.64rem}.harden-landing .scan-row>span:last-child{display:inline-flex;align-items:center;gap:5px;color:var(--green)}.harden-landing .scan-row.active:after{position:absolute;bottom:-1px;left:0;height:2px;width:48%;content:"";background:var(--crimson);animation:scanner-sweep 2.7s ease-in-out infinite}.harden-landing .scan-row.active>span:last-child{color:var(--crimson)}.harden-landing .finding-preview{margin-top:18px;padding:12px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border-left:3px solid var(--crimson);background:var(--cream)}.harden-landing .finding-icon{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--crimson-light);color:var(--crimson);background:#fff}.harden-landing .finding-preview strong{display:block;font-size:.66rem}.harden-landing .finding-preview small{color:var(--muted);font-size:.54rem}.harden-landing .severity{color:var(--crimson);font-family:var(--font-mono);font-size:.57rem;font-weight:600;text-transform:uppercase}.harden-landing .harden-gate{position:relative;z-index:4;top:-40px;height:340px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center}.harden-landing .gatehouse-image{position:absolute;bottom:72px;left:50%;width:260px;max-width:none;transform:translate(-50%);filter:drop-shadow(0 18px 22px rgba(23,26,29,.18))}.harden-landing .gate-seal{position:absolute;z-index:2;bottom:127px;left:50%;width:46px;height:46px;padding:12px;display:grid;place-items:center;transform:translate(-50%);border:1px solid var(--gold);border-radius:50%;background:var(--paper);box-shadow:0 6px 18px #171a1d33}.harden-landing .gate-copy{position:relative;z-index:2}.harden-landing .gate-copy span{display:block;font-family:var(--font-display);font-size:1.55rem}.harden-landing .gate-copy small{max-width:180px;display:block;color:var(--muted);font-family:var(--font-mono);font-size:.52rem;line-height:1.45;letter-spacing:.03em;text-transform:uppercase}.harden-landing .tool-name{margin-bottom:12px;display:flex;align-items:center;gap:8px;font-size:.69rem;font-weight:600}.harden-landing .tool-name svg{color:var(--crimson)}.harden-landing .tool-agent-mark{width:22px;height:22px;flex:0 0 auto;padding:3px;display:grid;place-items:center;border:1px solid var(--line);border-radius:4px;background:#fff}.harden-landing .tool-agent-mark img,.harden-landing .tool-agent-mark svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.harden-landing .tool-name small{margin-left:auto;color:var(--muted);font-family:var(--font-mono);font-size:.56rem;font-weight:400;text-transform:uppercase}.harden-landing .hero-command{min-height:102px;padding:14px;display:block;border:1px solid var(--line);color:var(--ink-soft);background:#f3f1ea;font-family:var(--font-mono);font-size:.66rem;line-height:1.65;overflow-wrap:anywhere}.harden-landing .decision-reason{margin-top:14px;padding:10px 11px;display:flex;align-items:center;gap:8px;color:var(--muted);border:1px solid var(--line);font-family:var(--font-mono);font-size:.59rem}.harden-landing .decision-reason svg{color:var(--crimson)}.harden-landing .decision-pagination{position:absolute;left:22px;right:22px;bottom:20px;display:flex;align-items:center;gap:5px}.harden-landing .decision-pagination button{height:3px;flex:1;padding:0;border:0;background:var(--line);cursor:pointer}.harden-landing .decision-pagination button.active{background:var(--crimson)}.harden-landing .decision-badge{min-height:24px;padding:3px 8px;display:inline-flex;align-items:center;gap:6px;border:1px solid currentColor;border-radius:999px;font-family:var(--font-mono);font-size:.53rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.harden-landing .decision-dot{width:5px;height:5px;border-radius:50%;background:currentColor}.harden-landing .decision-allow{color:var(--green);background:var(--green-soft)}.harden-landing .decision-ask{color:var(--gold-dark);background:#f4e8cf}.harden-landing .decision-rewrite{color:var(--purple);background:var(--purple-soft)}.harden-landing .decision-block{color:var(--crimson);background:var(--crimson-light)}.harden-landing .decision-log{color:#5b584f;background:#e5e3dd}.harden-landing .route{position:absolute;z-index:2;top:50%;height:2px;background:var(--crimson-light);overflow:hidden}.harden-landing .route-build{left:31%;width:19%}.harden-landing .route-action{right:31%;width:19%}.harden-landing .route span{position:absolute;top:-3px;left:-10px;width:8px;height:8px;border-radius:50%;background:var(--crimson);box-shadow:0 0 0 6px #8729211a;animation:packet 2.2s linear infinite}.harden-landing .route-block span{animation-duration:1.1s;animation-iteration-count:1;animation-fill-mode:forwards}.harden-landing .hero-system-label{position:absolute;top:24px;display:inline-flex;align-items:center;gap:11px;color:var(--ink-soft);text-align:left}.harden-landing .build-label{left:64px}.harden-landing .action-label{right:64px}.harden-landing .hero-system-label>span:last-child,.harden-landing .hero-system-label strong,.harden-landing .hero-system-label small{display:block}.harden-landing .hero-system-label strong{font-size:.78rem;font-weight:600}.harden-landing .hero-system-label small{margin-top:3px;color:var(--muted);font-family:var(--font-mono);font-size:.53rem;letter-spacing:.03em;text-transform:uppercase}.harden-landing .system-step{width:40px;height:40px;flex:0 0 auto;display:grid!important;place-items:center;border:1px solid var(--crimson);border-radius:50%;color:var(--crimson);background:#fff;font-family:var(--font-mono);font-size:.76rem;font-weight:600}.harden-landing .scroll-cue{margin:28px auto 0;width:-moz-max-content;width:max-content;display:flex;align-items:center;gap:8px;color:var(--muted);font-family:var(--font-mono);font-size:.57rem;letter-spacing:.06em;text-transform:uppercase}.harden-landing .scroll-cue svg{color:var(--crimson);animation:cue 1.8s ease-in-out infinite}.harden-landing .agent-rail{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--paper)}.harden-landing .agent-rail-inner{min-height:260px;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.8fr);align-items:center;gap:clamp(36px,4vw,66px);padding-block:34px}.harden-landing .agent-rail-copy .eyebrow{max-width:300px;margin:0 0 12px;display:block;line-height:1.55}.harden-landing .agent-rail-copy strong{max-width:330px;display:block;font-family:var(--font-display);font-size:1.68rem;font-weight:300;line-height:1.08}.harden-landing .agent-rail-copy p{max-width:350px;margin:16px 0 0;color:var(--muted);font-size:.76rem;line-height:1.65}.harden-landing .agent-capability{min-width:0}.harden-landing .mobile-agent-more,.harden-landing .mobile-product-summary{display:none}.harden-landing .agent-list{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:8px}.harden-landing .agent-chip{min-width:0;min-height:60px;padding:11px 12px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:7px;background:#ffffffa8}.harden-landing .agent-mark{width:38px;height:38px;flex:0 0 auto;padding:5px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:5px;background:#fff}.harden-landing .agent-mark img,.harden-landing .agent-mark svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.harden-landing .agent-chip strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink-soft);font-size:.68rem;font-weight:600}.harden-landing .agent-universal-note{min-height:44px;margin-top:10px;padding:9px 13px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:7px;background:var(--cream);color:var(--muted);font-size:.66rem;line-height:1.45}.harden-landing .agent-universal-note>svg{flex:0 0 auto;color:var(--green)}.harden-landing .agent-universal-note strong{margin-right:5px;color:var(--ink);font-weight:600}.harden-landing .threat-section,.harden-landing .scanner-section,.harden-landing .evidence-section,.harden-landing .team-section{padding:clamp(108px,11vw,176px) 0}.harden-landing .section-heading{max-width:980px;margin-bottom:clamp(58px,7vw,96px)}.harden-landing .section-heading h2{max-width:940px;margin-bottom:26px;font-family:var(--font-display);font-size:clamp(3rem,4.8vw,5.6rem);font-weight:300;line-height:.98;letter-spacing:-.04em}.harden-landing .section-heading h2 em{color:var(--crimson);font-weight:300}.harden-landing .section-lede{max-width:750px;margin-bottom:0;color:var(--muted);font-size:clamp(.95rem,1.25vw,1.08rem);line-height:1.75}.harden-landing .section-heading.inverse h2,.harden-landing .section-heading.inverse .section-lede{color:var(--cream)}.harden-landing .section-heading.inverse .section-lede{color:#b9b8b4}.harden-landing .section-heading.inverse .eyebrow,.harden-landing .section-heading.inverse h2 em{color:#d4827b}.harden-landing .context-cta{position:relative;min-height:112px;margin-top:clamp(54px,7vw,94px);padding:22px 28px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:22px;overflow:hidden;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);background:#ffffff57}.harden-landing .context-cta:before{position:absolute;top:0;bottom:0;left:0;width:3px;content:"";background:var(--crimson)}.harden-landing .context-cta-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--crimson);border:1px solid var(--line-strong);background:var(--paper)}.harden-landing .context-cta-icon svg{width:21px}.harden-landing .context-cta-copy,.harden-landing .context-cta-copy small,.harden-landing .context-cta-copy strong{min-width:0;display:block}.harden-landing .context-cta-copy small{margin-bottom:5px;color:var(--crimson);font-family:var(--font-mono);font-size:.52rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.harden-landing .context-cta-copy strong{color:var(--ink);font-family:var(--font-display);font-size:clamp(1.35rem,2vw,1.95rem);font-weight:300;line-height:1.08;letter-spacing:-.02em}.harden-landing .context-cta-link{padding:12px 0 9px;display:inline-flex;align-items:center;gap:10px;color:var(--crimson);border-bottom:1px solid rgba(135,41,33,.42);font-size:.72rem;font-weight:600;white-space:nowrap}.harden-landing .context-cta-link svg{width:15px;transition:transform .18s ease}.harden-landing .context-cta-link:hover svg{transform:translate(4px)}.harden-landing .threat-section{position:relative;background:var(--cream)}.harden-landing .threat-stage{position:relative;min-height:480px;display:grid;grid-template-columns:1fr 180px 1fr;align-items:stretch;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.harden-landing .threat-side{position:relative;padding:clamp(38px,5vw,74px);display:flex;flex-direction:column;justify-content:center}.harden-landing .threat-left{border-right:1px solid var(--line)}.harden-landing .threat-right{border-left:1px solid var(--line)}.harden-landing .threat-number{position:absolute;top:28px;right:34px;color:#87292114;font-family:var(--font-display);font-size:8rem;font-style:italic;line-height:1}.harden-landing .threat-side h3{max-width:430px;margin:0 0 20px;font-family:var(--font-display);font-size:clamp(2rem,3vw,3.45rem);font-weight:300;line-height:1.06}.harden-landing .threat-side>p:not(.eyebrow){max-width:500px;margin-bottom:34px;color:var(--muted);font-size:.9rem;line-height:1.75}.harden-landing .threat-animation{width:100%;aspect-ratio:16 / 9;margin:0 0 28px;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:var(--cream);box-shadow:0 16px 38px #171a1d14}.harden-landing .threat-animation-scanner{background:var(--white)}.harden-landing .threat-animation iframe{width:100%;height:100%;display:block;border:0;pointer-events:none}.harden-landing .threat-product{width:-moz-max-content;width:max-content;max-width:100%;padding:13px 16px;display:inline-flex;align-items:center;gap:12px;border:1px solid var(--line);background:var(--paper)}.harden-landing .threat-product svg{color:var(--crimson)}.harden-landing .threat-product span,.harden-landing .threat-product strong{display:block}.harden-landing .threat-product span{color:var(--muted);font-family:var(--font-mono);font-size:.55rem;line-height:1.45;text-transform:uppercase}.harden-landing .threat-product strong{color:var(--ink);font-family:var(--font-body);font-size:.71rem;text-transform:none}.harden-landing .threat-core{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;overflow:hidden}.harden-landing .threat-core:before{position:absolute;top:50%;right:0;left:0;height:1px;content:"";background:var(--crimson-light)}.harden-landing .threat-connector-mark{position:relative;z-index:1;width:94px;min-height:94px;padding:17px 12px 13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid var(--crimson-light);border-radius:7px;background:var(--cream);box-shadow:0 12px 26px #171a1d12}.harden-landing .threat-connector-mark img{width:38px}.harden-landing .threat-connector-mark small{color:var(--crimson);font-family:var(--font-mono);font-size:.58rem;letter-spacing:.055em;line-height:1.25;text-align:center;text-transform:uppercase}.harden-landing .scanner-section{position:relative;background:var(--paper);border-top:1px solid var(--line)}.harden-landing .story-grid{position:relative;display:grid;grid-template-columns:minmax(280px,.7fr) minmax(620px,1.45fr);align-items:start;gap:clamp(48px,7vw,112px)}.harden-landing .story-copy{min-width:0}.harden-landing .story-step{position:relative;min-height:76vh;padding:72px 8px 60px 28px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--line);opacity:.48;transition:opacity .28s ease,border-color .28s ease}.harden-landing .story-step:before{position:absolute;top:50%;left:-5px;width:9px;height:9px;content:"";transform:translateY(-50%);border:2px solid var(--paper);border-radius:50%;background:var(--line-strong);transition:background .28s ease,box-shadow .28s ease}.harden-landing .story-step.active{border-left-color:var(--crimson);opacity:1}.harden-landing .story-step.active:before{background:var(--crimson);box-shadow:0 0 0 7px #87292117}.harden-landing .story-index{margin-bottom:16px;color:var(--crimson);font-family:var(--font-mono);font-size:.84rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.harden-landing .story-step h3{margin:0 0 18px;font-family:var(--font-display);font-size:clamp(2rem,3vw,3.25rem);font-weight:300;line-height:1.03}.harden-landing .story-step p{margin-bottom:20px;color:var(--muted);font-size:.85rem;line-height:1.75}.harden-landing .story-step>small{width:-moz-fit-content;width:fit-content;max-width:100%;padding:8px 10px;display:inline-flex;align-items:center;border:1px solid rgba(135,41,33,.2);border-radius:4px;color:var(--ink-soft);background:#8729210b;font-family:var(--font-mono);font-size:.68rem;font-weight:600;line-height:1.45}.harden-landing .story-step>button{width:-moz-max-content;width:max-content;margin-top:24px;padding:0;display:flex;align-items:center;gap:7px;border:0;color:var(--crimson);background:transparent;font-size:.68rem;font-weight:600;cursor:pointer}.harden-landing .story-visual{position:sticky;z-index:5;top:102px;min-width:0}.harden-landing .visual-label{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-family:var(--font-mono);font-size:.56rem;letter-spacing:.04em;text-transform:uppercase}.harden-landing .visual-label>span:first-child{display:inline-flex;align-items:center;gap:7px}.harden-landing .visual-label i{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #2e7d5b14}.harden-landing .product-window{height:min(66vh,700px);min-height:570px;display:grid;grid-template-columns:180px 1fr;overflow:hidden;border:1px solid #d6d9de;background:#faf9f6;box-shadow:var(--shadow)}.harden-landing .scanner-switcher{min-height:60px;padding:9px;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;border:1px solid #d6d9de;border-top:0;background:#f1efe8}.harden-landing .scanner-switcher button{min-height:42px;padding:0 9px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;color:var(--muted);background:transparent;font-family:var(--font-mono);font-size:.57rem;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:color .16s ease,border-color .16s ease,background .16s ease}.harden-landing .scanner-switcher button span{color:var(--crimson);font-size:.62rem;font-weight:700}.harden-landing .scanner-switcher button:hover,.harden-landing .scanner-switcher button.active{color:var(--ink);border-color:var(--line-strong);background:#fff}.harden-landing .product-sidebar{padding:22px 14px;display:flex;flex-direction:column;color:#9aa3b5;background:#1c2333}.harden-landing .product-sidebar>img{width:112px;margin:0 6px 40px}.harden-landing .side-nav{display:flex;flex-direction:column;gap:6px}.harden-landing .side-nav>span{min-height:40px;padding:0 11px;display:flex;align-items:center;gap:9px;border-radius:7px;font-size:.61rem}.harden-landing .side-nav svg{width:15px}.harden-landing .side-nav .active{color:#2dd4bf;background:#1a4350}.harden-landing .sidebar-foot{margin-top:auto;padding:12px 7px 0;border-top:1px solid rgba(255,255,255,.1);font-family:var(--font-mono);font-size:.51rem}.harden-landing .sidebar-foot i{width:6px;height:6px;margin-right:7px;display:inline-block;border-radius:50%;background:#2dd4bf}.harden-landing .product-main{min-width:0;color:#141a27;background:#faf9f6}.harden-landing .product-topbar{min-height:68px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e2dfd6;background:#fff}.harden-landing .product-topbar p,.harden-landing .product-topbar span{margin:0}.harden-landing .product-topbar p{font-size:.71rem;font-weight:600}.harden-landing .product-topbar>div>span{color:#7e889b;font-family:var(--font-mono);font-size:.5rem}.harden-landing .environment{padding:3px 8px;border-radius:999px;color:#0e8b7a;background:#d6f5ee;font-family:var(--font-mono);font-size:.52rem}.harden-landing .scanner-panel-body{padding:clamp(22px,3vw,38px)}.harden-landing .view-heading{margin-bottom:25px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.harden-landing .product-eyebrow{color:#0e8b7a;font-family:var(--font-mono);font-size:.51rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.harden-landing .view-heading h4{margin:5px 0 0;font-family:"Inter",var(--font-body);font-size:clamp(1.3rem,2vw,1.7rem);font-weight:600}.harden-landing .product-status{min-height:26px;padding:4px 9px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;font-family:var(--font-mono);font-size:.52rem;font-weight:600;white-space:nowrap}.harden-landing .product-status.neutral{color:#667085;background:#edf0f4}.harden-landing .product-status.high{color:#991526;background:#f9e0e3}.harden-landing .product-status.healing{color:#0a6e60;background:#d6f5ee}.harden-landing .product-status.pending{color:#936c1e;background:#f4e8cf}.harden-landing .source-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.harden-landing .source-option{position:relative;min-height:128px;padding:18px;display:flex;flex-direction:column;justify-content:flex-end;border:1px solid #ddd9d0;border-radius:9px;background:#fff}.harden-landing .source-option.selected{border-color:#0e8b7a;box-shadow:0 0 0 2px #0e8b7a14}.harden-landing .source-option>svg:first-child{position:absolute;top:18px;left:18px;width:22px;color:#1c2333}.harden-landing .source-option strong,.harden-landing .source-option small{display:block}.harden-landing .source-option strong{font-size:.68rem}.harden-landing .source-option small{margin-top:4px;color:#7e889b;font-size:.54rem}.harden-landing .source-check{position:absolute;top:16px;right:16px;width:17px;color:#0e8b7a}.harden-landing .input-shell{margin-top:20px}.harden-landing .input-shell label,.harden-landing .review-note label{margin-bottom:7px;display:block;color:#586174;font-size:.55rem;font-weight:600}.harden-landing .input-shell>div{min-height:44px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid #ddd9d0;border-radius:6px;background:#fff;font-size:.62rem}.harden-landing .input-shell>div>span{margin-left:auto;color:#7e889b;font-family:var(--font-mono);font-size:.53rem}.harden-landing .product-button{min-height:38px;margin-top:18px;padding:0 14px;display:flex;align-items:center;gap:8px;border:0;border-radius:6px;color:#fff;background:#0e8b7a;font-size:.59rem;font-weight:600}.harden-landing .scan-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.harden-landing .scan-module{min-height:122px;padding:15px;display:flex;flex-direction:column;border:1px solid #ddd9d0;border-radius:8px;background:#fff}.harden-landing .scan-module-icon{width:27px;height:27px;margin-bottom:18px;display:grid;place-items:center;border-radius:50%;color:#0e8b7a;background:#d6f5ee}.harden-landing .scan-module strong,.harden-landing .scan-module small{display:block}.harden-landing .scan-module strong{font-size:.62rem}.harden-landing .scan-module small{margin-top:2px;color:#7e889b;font-size:.49rem;line-height:1.4}.harden-landing .scan-module>span:last-child{margin-top:auto;color:#0e8b7a;font-family:var(--font-mono);font-size:.45rem}.harden-landing .attack-path{margin-top:18px;padding:18px;border:1px solid #e5c7c5;border-left:3px solid #b81d34;border-radius:6px;background:#fff}.harden-landing .attack-path .product-eyebrow{margin-bottom:14px;color:#991526}.harden-landing .path-nodes{display:flex;align-items:center;gap:8px;overflow:hidden}.harden-landing .path-nodes span{min-height:30px;padding:0 9px;display:flex;align-items:center;border:1px solid #ddd9d0;border-radius:5px;background:#faf9f6;font-size:.5rem;white-space:nowrap}.harden-landing .path-nodes span.danger{color:#991526;border-color:#f1c0c6;background:#fdf2f3}.harden-landing .path-nodes svg{width:12px;flex:0 0 auto;color:#7e889b}.harden-landing .attack-path>p:last-child{margin:14px 0 0;color:#586174;font-size:.55rem}.harden-landing .diff-file{overflow:hidden;border:1px solid #ddd9d0;border-radius:7px;background:#101318}.harden-landing .diff-head{min-height:40px;padding:0 13px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #2d333d;color:#d2d3d5;font-family:var(--font-mono);font-size:.53rem}.harden-landing .diff-head span{margin-left:auto;color:#8fc9ae}.harden-landing .diff-file pre{margin:0;padding:17px 13px;display:flex;flex-direction:column;overflow-x:auto;color:#d2d3d5;font-family:var(--font-mono);font-size:.53rem;line-height:1.8}.harden-landing .diff-muted{color:#7d8290}.harden-landing .diff-remove{color:#e195a0;background:#b81d3417}.harden-landing .diff-add{color:#8fc9ae;background:#2e7d5b17}.harden-landing .heal-footer{min-height:52px;margin-top:16px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #ddd9d0;border-radius:7px;background:#fff;color:#586174;font-size:.55rem}.harden-landing .heal-footer>span:first-child{display:flex;align-items:center;gap:6px;color:#0e8b7a;font-weight:600}.harden-landing .heal-footer svg{width:15px}.harden-landing .review-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.harden-landing .review-grid>div{min-height:67px;padding:12px;display:flex;align-items:center;gap:10px;border:1px solid #ddd9d0;border-radius:7px;background:#fff}.harden-landing .review-grid svg{width:17px;color:#0e8b7a}.harden-landing .review-grid strong,.harden-landing .review-grid small{display:block}.harden-landing .review-grid strong{font-size:.57rem}.harden-landing .review-grid small{margin-top:3px;color:#7e889b;font-size:.48rem}.harden-landing .review-note{margin-top:16px}.harden-landing .review-note p{min-height:50px;margin:0;padding:12px;border:1px solid #ddd9d0;border-radius:6px;background:#fff;color:#586174;font-size:.54rem}.harden-landing .review-actions{margin-top:16px;display:flex;justify-content:flex-end;gap:8px}.harden-landing .review-actions button{min-height:36px;padding:0 13px;border:1px solid #ddd9d0;border-radius:6px;background:#fff;font-size:.55rem;font-weight:600}.harden-landing .review-actions .approve{display:inline-flex;align-items:center;gap:7px;color:#fff;border-color:#0e8b7a;background:#0e8b7a}.harden-landing .firewall-section{position:relative;padding:clamp(110px,11vw,178px) 0;color:var(--ink);border-top:1px solid var(--line);background:linear-gradient(rgba(135,41,33,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.024) 1px,transparent 1px),var(--cream);background-size:46px 46px;overflow:clip}.harden-landing .firewall-noise{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.7;background-image:radial-gradient(circle at 72% 24%,rgba(190,161,99,.2),transparent 30%),radial-gradient(circle at 28% 70%,rgba(135,41,33,.08),transparent 28%);-webkit-mask-image:linear-gradient(to bottom,black,transparent 92%);mask-image:linear-gradient(to bottom,black,transparent 92%)}.harden-landing .firewall-principles{margin:-42px 0 74px;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font-family:var(--font-mono);font-size:.58rem;text-transform:uppercase}.harden-landing .firewall-principles span{display:flex;align-items:center;gap:7px}.harden-landing .firewall-principles svg{width:15px;color:var(--crimson)}.harden-landing .decision-icon{width:36px;height:36px;margin-bottom:18px;display:grid;place-items:center;border-radius:50%}.harden-landing .decision-icon svg{width:17px}.harden-landing .decision-icon.decision-allow{color:#8fc9ae;background:#2e7d5b2e}.harden-landing .decision-icon.decision-ask{color:#dcbe78;background:#b5882a2e}.harden-landing .decision-icon.decision-rewrite{color:#b9aef2;background:#6e56cf33}.harden-landing .decision-icon.decision-block{color:#e195a0;background:#b81d342e}.harden-landing .decision-icon.decision-log{color:#c9c6bd;background:#7d7a702e}.harden-landing .visual-label.inverse{color:var(--muted)}.harden-landing .visual-label.inverse i{background:var(--crimson);box-shadow:0 0 0 5px #87292117}.harden-landing .firewall-machine{position:relative;height:min(67vh,720px);min-height:590px;padding:34px;display:grid;grid-template-columns:minmax(180px,.8fr) minmax(200px,.7fr) minmax(190px,.82fr);align-items:center;gap:24px;overflow:hidden;border:1px solid var(--line-strong);background:linear-gradient(rgba(23,26,29,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(23,26,29,.035) 1px,transparent 1px),#f8f6ef;background-size:28px 28px;box-shadow:var(--shadow)}.harden-landing .agent-proposal,.harden-landing .enforced-result{position:relative;z-index:3;min-height:310px;padding:18px;border:1px solid var(--line);background:#fffffff0;box-shadow:var(--shadow-soft)}.harden-landing .machine-step{margin-bottom:13px;display:block;color:var(--crimson);font-family:var(--font-mono);font-size:.49rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase}.harden-landing .proposal-head{margin-bottom:18px;padding-bottom:14px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--line)}.harden-landing .agent-avatar{width:30px;height:30px;padding:5px;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;background:#f4f2ea}.harden-landing .agent-avatar img,.harden-landing .agent-avatar svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.harden-landing .proposal-head strong,.harden-landing .proposal-head small{display:block}.harden-landing .proposal-head strong{color:var(--ink);font-size:.68rem}.harden-landing .proposal-head small{color:var(--muted);font-size:.51rem}.harden-landing .pending-pulse{margin-left:auto;color:var(--gold-dark);font-family:var(--font-mono);font-size:.48rem;text-transform:uppercase}.harden-landing .agent-proposal>code{min-height:116px;padding:14px;display:block;border:1px solid var(--line);color:var(--ink-soft);background:#f3f1ea;font-family:var(--font-mono);font-size:.57rem;line-height:1.75;overflow-wrap:anywhere}.harden-landing .intercept-note{margin-top:16px;display:flex;align-items:center;gap:7px;color:var(--crimson);font-family:var(--font-mono);font-size:.51rem;text-transform:uppercase}.harden-landing .firewall-core{position:relative;z-index:4;min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center}.harden-landing .firewall-crown{position:absolute;top:0;left:50%;width:230px;padding:8px 10px;display:flex;align-items:center;justify-content:space-between;transform:translate(-50%);border:1px solid var(--line-strong);color:var(--muted);background:var(--paper);font-family:var(--font-mono);font-size:.46rem;font-weight:600;text-transform:uppercase}.harden-landing .firewall-gate-art{position:relative;width:260px;margin-top:10px;filter:sepia(.06) brightness(1.02) contrast(1.02)}.harden-landing .firewall-seal{position:absolute;top:41%;left:50%;width:46px;height:46px;padding:12px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid var(--gold);border-radius:50%;background:var(--cream);box-shadow:0 0 0 8px #bea16314}.harden-landing .firewall-route{position:absolute;z-index:2;top:50%;left:24%;right:24%;height:2px;overflow:hidden;background:#8729212e}.harden-landing .firewall-route:after{position:absolute;top:0;left:50%;bottom:0;width:2px;content:"";background:var(--crimson)}.harden-landing .route-packet{position:absolute;top:-4px;left:0;width:10px;height:10px;border-radius:50%;background:var(--crimson);box-shadow:0 0 0 7px #87292117;animation:firewall-packet 2.8s linear infinite}.harden-landing .firewall-block .route-packet{animation:firewall-stop 1.7s ease-out forwards}.harden-landing .firewall-ask .route-packet{animation:firewall-hold 2.4s ease-in-out infinite}.harden-landing .result-head{min-height:31px;margin-top:2px;display:flex;align-items:center;justify-content:space-between;gap:8px}.harden-landing .result-head>span:last-child{color:var(--muted);font-family:var(--font-mono);font-size:.43rem;text-align:right;text-transform:uppercase}.harden-landing .result-icon{width:48px;height:48px;margin:27px 0 18px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%}.harden-landing .result-icon svg{width:21px}.harden-landing .firewall-allow .result-icon{color:#8fc9ae}.harden-landing .firewall-ask .result-icon{color:#dcbe78}.harden-landing .firewall-rewrite .result-icon{color:#b9aef2}.harden-landing .firewall-block .result-icon{color:#e195a0}.harden-landing .firewall-log .result-icon{color:#c9c6bd}.harden-landing .enforced-result h4{margin:0 0 7px;color:var(--ink);font-family:var(--font-display);font-size:1.55rem;font-weight:300}.harden-landing .enforced-result>p{margin:0;color:var(--muted);font-size:.59rem;line-height:1.6}.harden-landing .rewrite-mini{margin-top:18px;padding:10px;border-left:2px solid #6e56cf;background:var(--purple-soft)}.harden-landing .rewrite-mini span{margin-bottom:6px;display:block;color:var(--purple);font-family:var(--font-mono);font-size:.42rem;text-transform:uppercase}.harden-landing .rewrite-mini code{display:block;color:var(--ink-soft);font-family:var(--font-mono);font-size:.44rem;line-height:1.55;overflow-wrap:anywhere}.harden-landing .firewall-statusline{position:absolute;z-index:5;left:34px;right:34px;bottom:24px;min-height:34px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--line);color:var(--muted);font-family:var(--font-mono);font-size:.44rem;text-transform:uppercase}.harden-landing .firewall-statusline span{display:inline-flex;align-items:center;gap:5px}.harden-landing .decision-switcher{min-height:60px;padding:9px;display:grid;grid-template-columns:repeat(5,1fr);gap:6px;border:1px solid var(--line-strong);border-top:0;background:#ebe7db}.harden-landing .decision-switcher button{border:1px solid var(--line);color:var(--muted);background:transparent;font-family:var(--font-mono);font-size:.48rem;text-transform:uppercase;cursor:pointer;transition:border-color .16s ease,color .16s ease,background .16s ease}.harden-landing .decision-switcher button:hover,.harden-landing .decision-switcher button.active{color:var(--crimson);border-color:var(--crimson);background:#fff}.harden-landing .byoc-section{position:relative;min-height:920px;padding:clamp(110px,11vw,178px) 0;overflow:hidden;border-top:1px solid var(--line);color:var(--ink);background:linear-gradient(rgba(135,41,33,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.025) 1px,transparent 1px),radial-gradient(circle at 78% 54%,rgba(181,136,42,.09),transparent 34%),var(--paper);background-size:42px 42px,42px 42px,auto,auto}.harden-landing .byoc-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(320px,.8fr) minmax(620px,1.35fr);align-items:start;gap:clamp(60px,9vw,140px)}.harden-landing .byoc-grid .section-heading{position:sticky;top:120px;margin-bottom:0}.harden-landing .byoc-grid .section-heading h2{color:var(--ink)}.harden-landing .byoc-grid .section-heading h2 em,.harden-landing .byoc-grid .section-heading .eyebrow{color:var(--crimson)}.harden-landing .byoc-grid .section-lede{color:var(--muted)}.harden-landing .cloud-architecture{padding:20px;border:1px solid var(--line-strong);background:#ffffffc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow)}.harden-landing .architecture-topline{min-height:42px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);color:var(--muted);font-family:var(--font-mono);font-size:.46rem;letter-spacing:.06em;text-transform:uppercase}.harden-landing .architecture-topline strong{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:inherit}.harden-landing .architecture-topline svg{width:13px}.harden-landing .architecture-node{min-height:76px;padding:14px;display:flex;align-items:center;gap:13px;border:1px solid var(--line);background:#fff}.harden-landing .architecture-node>img,.harden-landing .architecture-node>svg{width:27px;max-height:30px;color:var(--gold-dark)}.harden-landing .architecture-node strong,.harden-landing .architecture-node span{display:block}.harden-landing .architecture-node strong{color:var(--ink);font-size:.68rem}.harden-landing .architecture-node span{color:var(--muted);font-size:.5rem;line-height:1.5}.harden-landing .harden-plane{width:100%}.harden-landing .cloud-choice{min-height:88px;padding:18px 6px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--muted)}.harden-landing .cloud-choice small,.harden-landing .cloud-choice strong{display:block}.harden-landing .cloud-choice small{margin-bottom:5px;color:var(--crimson);font-family:var(--font-mono);font-size:.44rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.harden-landing .cloud-choice strong{color:var(--ink);font-size:.68rem}.harden-landing .cloud-choice>svg{width:22px;flex:0 0 auto;color:var(--crimson)}.harden-landing .customer-cloud{padding:18px;border:1px solid rgba(138,115,64,.55);background:#ded2b03d}.harden-landing .cloud-label{margin-bottom:18px;display:flex;align-items:center;gap:11px}.harden-landing .cloud-label svg{width:24px;color:var(--gold-dark)}.harden-landing .cloud-label strong,.harden-landing .cloud-label span{display:block}.harden-landing .cloud-label strong{color:var(--ink);font-size:.68rem}.harden-landing .cloud-label span{color:var(--muted);font-size:.49rem}.harden-landing .cloud-providers{margin-bottom:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.harden-landing .cloud-provider{min-width:0;min-height:82px;padding:13px 12px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-top:2px solid var(--provider-color);background:#ffffffb8}.harden-landing .cloud-provider>img{width:34px;height:34px;flex:0 0 auto;-o-object-fit:contain;object-fit:contain}.harden-landing .cloud-provider>span{min-width:0}.harden-landing .cloud-provider b,.harden-landing .cloud-provider small{min-width:0}.harden-landing .cloud-provider b{display:block;color:var(--ink);font-size:.56rem}.harden-landing .cloud-provider small{display:block;margin-top:2px;overflow:hidden;color:var(--muted);font-size:.43rem;text-overflow:ellipsis;white-space:nowrap}.harden-landing .cloud-provider.is-aws{--provider-color: #ec8b1f}.harden-landing .cloud-provider.is-azure{--provider-color: #1684d5}.harden-landing .cloud-provider.is-gcp{--provider-color: #2f9d62}.harden-landing .cloud-services{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.harden-landing .cloud-services .architecture-node{min-height:150px;flex-direction:column;align-items:flex-start;justify-content:flex-end}.harden-landing .cloud-services .architecture-node.featured{border-color:var(--gold);background:#f5ecd6}.harden-landing .boundary-note{margin-top:18px;padding:16px;display:flex;align-items:center;gap:12px;border-left:3px solid var(--crimson);color:var(--muted);background:#87292114}.harden-landing .boundary-note svg{flex:0 0 auto;color:var(--crimson)}.harden-landing .boundary-note strong,.harden-landing .boundary-note span{display:block}.harden-landing .boundary-note strong{margin-bottom:3px;color:var(--ink);font-size:.62rem}.harden-landing .boundary-note span{font-size:.51rem;line-height:1.6}.harden-landing .evidence-section{background:var(--paper)}.harden-landing .evidence-grid{display:grid;grid-template-columns:minmax(310px,.75fr) minmax(590px,1.25fr);align-items:center;gap:clamp(60px,10vw,160px)}.harden-landing .evidence-grid .section-heading{margin-bottom:0}.harden-landing .evidence-console{border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.harden-landing .evidence-tabs{min-height:64px;padding:9px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;border-bottom:1px solid var(--line);background:var(--cream)}.harden-landing .evidence-tabs button{border:1px solid transparent;color:var(--muted);background:transparent;font-family:var(--font-mono);font-size:.6rem;font-weight:600;text-transform:uppercase;cursor:pointer}.harden-landing .evidence-tabs button.active{border-color:var(--line);color:var(--crimson);background:#fff}.harden-landing .evidence-body{padding:34px}.harden-landing .evidence-title{margin-bottom:30px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}.harden-landing .evidence-title>svg{width:48px;height:48px;padding:11px;border:1px solid var(--crimson-light);color:var(--crimson);background:var(--cream)}.harden-landing .evidence-title small,.harden-landing .evidence-title strong{display:block}.harden-landing .evidence-title small{color:var(--muted);font-family:var(--font-mono);font-size:.54rem;text-transform:uppercase}.harden-landing .evidence-title strong{margin-top:5px;font-family:var(--font-display);font-size:1.7rem;font-weight:300;line-height:1.08}.harden-landing .evidence-verified{padding:4px 7px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;color:var(--green);background:var(--green-soft);font-family:var(--font-mono);font-size:.46rem;text-transform:uppercase}.harden-landing .evidence-rows{border-top:1px solid var(--line)}.harden-landing .evidence-rows>div{min-height:86px;display:grid;grid-template-columns:150px 1fr;align-items:center;gap:20px;border-bottom:1px solid var(--line)}.harden-landing .evidence-rows span{color:var(--crimson);font-family:var(--font-mono);font-size:.57rem;font-weight:600;text-transform:uppercase}.harden-landing .evidence-rows strong{color:var(--ink-soft);font-size:.76rem;font-weight:500;line-height:1.55}.harden-landing .team-section{border-top:1px solid var(--line);background:var(--cream)}.harden-landing .team-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.harden-landing .person{position:relative;display:flex;min-width:0;flex-direction:column;padding:22px 22px 34px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.harden-landing .person:nth-child(4n){border-right:0}.harden-landing .person:nth-last-child(-n+4){border-bottom:0}.harden-landing .person-photo{position:relative;aspect-ratio:4 / 4.4;margin-bottom:22px;overflow:hidden;background:var(--cream-deep)}.harden-landing .person-photo:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";box-shadow:inset 0 0 0 1px #171a1d14;pointer-events:none}.harden-landing .person-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(.84) sepia(.08);transition:transform .5s ease,filter .5s ease}.harden-landing .person:hover .person-photo img{transform:scale(1.025);filter:saturate(1) sepia(0)}.harden-landing .person-role{color:var(--crimson);font-family:var(--font-mono);font-size:.52rem;letter-spacing:.08em;text-transform:uppercase}.harden-landing .person h3{margin:8px 0 10px;font-family:var(--font-display);font-size:1.65rem;font-weight:300}.harden-landing .person p{flex:1;margin:0;color:var(--muted);font-size:.68rem;line-height:1.6}.harden-landing .person-linkedin{width:-moz-fit-content;width:fit-content;min-height:40px;margin-top:18px;display:inline-flex;align-items:center;gap:8px;color:var(--ink-soft);font-family:var(--font-mono);font-size:.56rem;font-weight:600;letter-spacing:.06em;text-decoration:none;text-transform:uppercase;transition:color .18s ease}.harden-landing .person-linkedin img{width:21px;height:21px;flex:0 0 auto}.harden-landing .person-linkedin:hover,.harden-landing .person-linkedin:focus-visible{color:var(--crimson)}.harden-landing .pedigree{min-height:140px;display:flex;align-items:center;gap:60px}.harden-landing .pedigree .eyebrow{margin:0;white-space:nowrap}.harden-landing .pedigree-logos{flex:1;display:flex;align-items:center;justify-content:space-between;gap:35px}.harden-landing .pedigree-logos img{max-width:98px;max-height:28px;-o-object-fit:contain;object-fit:contain;filter:grayscale(1) opacity(.42);transition:filter .2s ease}.harden-landing .pedigree-logos img:hover{filter:grayscale(0) opacity(1)}.harden-landing .final-cta{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;color:var(--ink);border-top:1px solid var(--line);background:#efe8dc}.harden-landing .final-cta:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.55;background-image:linear-gradient(rgba(135,41,33,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.045) 1px,transparent 1px);background-size:44px 44px}.harden-landing .final-cta-art{position:absolute;right:0;bottom:-12%;width:min(48vw,720px);opacity:.24;mix-blend-mode:multiply}.harden-landing .final-cta-art:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(to right,#efe8dc,transparent 45%)}.harden-landing .final-cta-inner{position:relative;z-index:2}.harden-landing .final-cta-inner>div{max-width:760px}.harden-landing .final-cta .eyebrow{color:var(--crimson)}.harden-landing .final-cta h2{margin-bottom:24px;font-family:var(--font-display);font-size:clamp(3.4rem,6vw,7rem);font-weight:300;line-height:.94;letter-spacing:-.04em}.harden-landing .final-cta h2 span{display:block;color:var(--crimson);font-style:italic}.harden-landing .final-cta p{max-width:620px;margin-bottom:30px;color:var(--muted);font-size:.92rem;line-height:1.7}.harden-landing .final-cta .hero-actions{justify-content:flex-start}.harden-landing .button-light{color:#fff;background:var(--crimson)}.harden-landing .button-light:hover{background:var(--crimson-dark)}.harden-landing .button-dark-outline{color:var(--crimson);border-color:#8729216b;background:transparent}.harden-landing .button-dark-outline:hover{border-color:var(--crimson);background:#8729210f}.harden-landing footer{padding:clamp(48px,5vw,68px) 0 30px;color:var(--ink);border-top:1px solid var(--line-strong);background:var(--paper)}.harden-landing .footer-inner{display:grid;grid-template-columns:1fr;align-items:start;row-gap:34px}.harden-landing .footer-main{max-width:720px}.harden-landing .footer-brand{width:clamp(156px,13vw,196px);display:block}.harden-landing .footer-brand img{width:100%;display:block}.harden-landing .footer-main p{max-width:700px;margin:24px 0 0;color:var(--ink-soft);font-family:var(--font-display);font-size:clamp(1.7rem,2.35vw,2.7rem);font-weight:300;line-height:1.08;letter-spacing:-.025em}.harden-landing .footer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--line)}.harden-landing .footer-nav a{min-height:72px;padding:20px 10px 18px 0;display:flex;align-items:center;gap:14px;color:var(--ink-soft);border-bottom:1px solid var(--line);font-size:.78rem;font-weight:600;transition:color .18s ease,padding-left .18s ease}.harden-landing .footer-nav a:nth-child(odd){border-right:1px solid var(--line)}.harden-landing .footer-nav a:nth-child(2n){padding-left:24px}.harden-landing .footer-nav a:hover{padding-left:8px;color:var(--crimson)}.harden-landing .footer-nav a:nth-child(2n):hover{padding-left:32px}.harden-landing .footer-nav a span{color:var(--crimson);font-family:var(--font-mono);font-size:.57rem;font-weight:500;letter-spacing:.08em}.harden-landing .footer-bottom{grid-column:1 / -1;margin-top:14px;padding-top:22px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--muted);border-top:1px solid var(--line);font-family:var(--font-mono);font-size:.62rem;letter-spacing:.06em;text-transform:uppercase}@keyframes soft-pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes scanner-sweep{0%{width:5%}75%,to{width:100%}}@keyframes packet{0%{left:-10px}to{left:calc(100% + 10px)}}@keyframes threat-route{0%{left:0}48%{left:50%}to{left:calc(100% - 11px)}}@keyframes cue{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}@keyframes firewall-packet{0%{left:0}44%{left:49%}58%{left:49%}to{left:calc(100% - 10px)}}@keyframes firewall-stop{0%{left:0}to{left:49%}}@keyframes firewall-hold{0%{left:0}45%,80%{left:49%;box-shadow:0 0 0 11px #dcbe781f}to{left:49%}}@media(max-width:1280px){.harden-landing .site-nav{grid-template-columns:auto 1fr auto}.harden-landing .desktop-nav{justify-self:center;gap:22px}.harden-landing .text-link{display:none}.harden-landing .hero-system{grid-template-columns:minmax(260px,1fr) 150px minmax(260px,1fr);padding-inline:34px}.harden-landing .gatehouse-image{width:210px}.harden-landing .route-build{left:32%;width:18%}.harden-landing .route-action{right:32%;width:18%}.harden-landing .agent-rail-inner{grid-template-columns:minmax(290px,.75fr) 1fr;gap:34px}.harden-landing .agent-list{grid-template-columns:repeat(4,minmax(0,1fr));padding:0}.harden-landing .story-grid,.harden-landing .firewall-story-grid{grid-template-columns:minmax(245px,.62fr) minmax(570px,1.38fr);gap:54px}.harden-landing .product-window{grid-template-columns:150px 1fr}.harden-landing .firewall-machine{grid-template-columns:minmax(160px,.8fr) 180px minmax(165px,.82fr);gap:16px;padding-inline:22px}.harden-landing .firewall-gate-art{width:220px}.harden-landing .byoc-grid{grid-template-columns:minmax(300px,.72fr) minmax(560px,1.28fr);gap:70px}}@media(max-width:1040px){.harden-landing .container{width:min(100% - 40px,960px)}.harden-landing .site-nav{height:70px;padding-inline:20px}.harden-landing .desktop-nav,.harden-landing .desktop-only{display:none}.harden-landing .menu-button{display:grid}.harden-landing .hero{padding-top:92px}.harden-landing .hero-system{height:680px;padding:54px 28px 28px;grid-template-columns:minmax(250px,1fr) 150px minmax(250px,1fr);gap:18px}.harden-landing .system-card{padding:17px}.harden-landing .gatehouse-image{width:190px}.harden-landing .build-label{left:28px}.harden-landing .action-label{right:28px}.harden-landing .agent-rail-inner{gap:24px;padding:32px 0;grid-template-columns:1fr}.harden-landing .agent-list{padding:0}.harden-landing .threat-stage{grid-template-columns:1fr 110px 1fr}.harden-landing .threat-connector-mark{width:78px;min-height:78px;padding:13px 10px 10px}.harden-landing .threat-connector-mark img{width:31px}.harden-landing .threat-side{padding:38px 30px}.harden-landing .story-grid,.harden-landing .firewall-story-grid{display:flex;flex-direction:column;gap:0}.harden-landing .story-visual{position:relative;top:auto;width:100%;order:-1;margin-bottom:22px}.harden-landing .story-copy{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.harden-landing .context-cta{margin-top:58px}.harden-landing .story-step{min-height:360px;padding:36px 24px;border:1px solid var(--line);opacity:.65}.harden-landing .story-step:before{top:24px;left:auto;right:20px;transform:none;border-color:var(--paper)}.harden-landing .product-window,.harden-landing .firewall-machine{height:58vh;min-height:530px}.harden-landing .firewall-machine{grid-template-columns:minmax(175px,1fr) 210px minmax(180px,1fr)}.harden-landing .firewall-principles{margin-top:-32px}.harden-landing .byoc-section{min-height:auto}.harden-landing .byoc-grid{grid-template-columns:1fr}.harden-landing .byoc-grid .section-heading{position:relative;top:0;margin-bottom:12px}.harden-landing .cloud-architecture{max-width:780px}.harden-landing .evidence-grid{grid-template-columns:1fr;gap:50px}.harden-landing .evidence-grid .section-heading{margin-bottom:0}.harden-landing .team-grid{grid-template-columns:repeat(2,1fr)}.harden-landing .person:nth-child(4n){border-right:1px solid var(--line)}.harden-landing .person:nth-child(2n){border-right:0}.harden-landing .person:nth-last-child(-n+4){border-bottom:1px solid var(--line)}.harden-landing .person:nth-last-child(-n+2){border-bottom:0}.harden-landing .pedigree{flex-direction:column;align-items:flex-start;justify-content:center;gap:22px;padding:30px 0}.harden-landing .pedigree-logos{width:100%;flex-wrap:wrap}.harden-landing .footer-inner{grid-template-columns:1fr;row-gap:38px}}@media(max-width:800px){.harden-landing .container{width:min(100% - 32px,720px)}.harden-landing .hero h1{font-size:clamp(3.25rem,9.5vw,5.25rem)}.harden-landing .hero-system{height:880px;padding:60px 20px 24px;display:flex;flex-direction:column;justify-content:center;gap:170px}.harden-landing .system-card{width:min(100%,480px);min-height:285px}.harden-landing .harden-gate{position:absolute;z-index:7;top:50%;left:50%;width:170px;height:155px;transform:translate(-50%,-50%)}.harden-landing .gatehouse-image{bottom:35px;width:180px}.harden-landing .gate-seal{bottom:68px;width:37px;height:37px;padding:10px}.harden-landing .gate-copy{position:absolute;bottom:0}.harden-landing .gate-copy span{font-size:1.1rem}.harden-landing .route-build,.harden-landing .route-action{left:50%;right:auto;width:2px;height:145px;transform:translate(-50%)}.harden-landing .route-build{top:34%}.harden-landing .route-action{top:52%}.harden-landing .route span{top:-8px;left:-3px;animation-name:packet-vertical}.harden-landing .hero-system-label{top:25px}.harden-landing .action-label{top:auto;right:20px;bottom:24px}.harden-landing .build-label{left:20px}.harden-landing .agent-list{display:grid;width:100%;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:visible;padding-bottom:0}.harden-landing .agent-chip{min-width:0;padding-inline:12px}.harden-landing .threat-stage{display:grid;grid-template-columns:1fr;border:1px solid var(--line)}.harden-landing .threat-side{min-height:430px;border:0}.harden-landing .threat-left{border-bottom:1px solid var(--line)}.harden-landing .threat-core{position:absolute;top:50%;left:50%;width:90px;height:90px;transform:translate(-50%,-50%);border:0;background:transparent}.harden-landing .threat-core:before{display:none}.harden-landing .threat-connector-mark{width:76px;min-height:76px;padding:12px 9px 9px}.harden-landing .threat-connector-mark img{width:30px}.harden-landing .threat-connector-mark small{font-size:.38rem}.harden-landing .section-heading h2{font-size:clamp(2.75rem,10vw,4.8rem)}.harden-landing .story-copy{grid-template-columns:1fr}.harden-landing .story-step{min-height:330px}.harden-landing .product-window{grid-template-columns:1fr;min-height:490px}.harden-landing .product-sidebar{display:none}.harden-landing .scan-summary{grid-template-columns:repeat(3,minmax(105px,1fr));overflow-x:auto}.harden-landing .firewall-principles{justify-content:flex-start;overflow-x:auto}.harden-landing .firewall-principles span{min-width:-moz-max-content;min-width:max-content}.harden-landing .firewall-machine{height:740px;min-height:740px;padding:24px;display:flex;flex-direction:column;gap:14px}.harden-landing .agent-proposal,.harden-landing .enforced-result{width:100%;min-height:210px}.harden-landing .firewall-core{min-height:235px;width:100%}.harden-landing .firewall-crown{top:0}.harden-landing .firewall-gate-art{width:190px}.harden-landing .firewall-route{top:29%;bottom:28%;left:50%;right:auto;width:2px;height:auto}.harden-landing .firewall-route:after{display:none}.harden-landing .route-packet{top:0;left:-4px;animation-name:firewall-packet-vertical}.harden-landing .firewall-block .route-packet{animation-name:firewall-stop-vertical}.harden-landing .firewall-ask .route-packet{animation-name:firewall-hold-vertical}.harden-landing .result-icon{margin:20px 0 12px}.harden-landing .rewrite-mini,.harden-landing .firewall-statusline{display:none}.harden-landing .decision-switcher{grid-template-columns:repeat(5,minmax(0,1fr))}.harden-landing .scanner-switcher{grid-template-columns:repeat(4,minmax(0,1fr))}.harden-landing .cloud-services{grid-template-columns:1fr}.harden-landing .cloud-services .architecture-node{min-height:100px;flex-direction:row;align-items:center;justify-content:flex-start}.harden-landing .harden-plane{width:100%}.harden-landing .final-cta{min-height:700px}.harden-landing .final-cta-art{right:-25%;width:90vw;opacity:.34}.harden-landing .footer-inner{grid-template-columns:1fr;align-items:start;gap:48px}.harden-landing .footer-main{max-width:640px}.harden-landing .footer-main p{max-width:580px}}@media(min-width:561px)and (max-width:1040px){.harden-landing .scanner-section .story-grid,.harden-landing .firewall-section .firewall-scroll-story{display:none}.harden-landing .mobile-product-summary{display:block;overflow:hidden;border:1px solid var(--line-strong);border-radius:10px;background:linear-gradient(rgba(135,41,33,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.024) 1px,transparent 1px),#ffffffe6;background-size:28px 28px;box-shadow:0 22px 54px #171a1d17}.harden-landing .mobile-product-head{min-height:86px;padding:16px 18px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;border-bottom:1px solid var(--line);background:#ffffffc2}.harden-landing .mobile-product-head>span:nth-child(2),.harden-landing .mobile-product-head small,.harden-landing .mobile-product-head strong{min-width:0;display:block}.harden-landing .mobile-product-head small{margin-bottom:4px;color:var(--crimson);font-family:var(--font-mono);font-size:.64rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.harden-landing .mobile-product-head strong{color:var(--ink);font-family:var(--font-display);font-size:1.45rem;font-weight:300;line-height:1.05}.harden-landing .mobile-product-icon{width:48px;height:48px;display:grid;place-items:center;color:var(--crimson);border:1px solid var(--crimson-light);background:var(--cream)}.harden-landing .mobile-product-icon svg{width:22px}.harden-landing .mobile-product-status{padding:7px 10px;display:inline-flex;align-items:center;gap:5px;border-radius:999px;color:var(--green);background:var(--green-soft);font-family:var(--font-mono);font-size:.5rem;font-weight:700;text-transform:uppercase}.harden-landing .mobile-product-status svg{width:10px;height:10px}.harden-landing .mobile-step-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line);background:var(--cream)}.harden-landing .mobile-step-rail>button{min-height:74px;padding:12px 8px;display:flex;flex-direction:column;justify-content:center;border:0;border-right:1px solid var(--line);border-radius:0;color:var(--ink);background:transparent;text-align:center;cursor:pointer}.harden-landing .mobile-step-rail>button:last-child{border-right:0}.harden-landing .mobile-step-rail>button.active{background:#fff;box-shadow:inset 0 -3px 0 var(--crimson)}.harden-landing .mobile-step-rail span{margin-bottom:5px;color:var(--crimson);font-family:var(--font-mono);font-size:.58rem;font-weight:700}.harden-landing .mobile-step-rail strong{font-size:.8rem}.harden-landing .mobile-scanner-screen{margin:0;background:#fff}.harden-landing .mobile-scanner-crop{aspect-ratio:1672 / 941;overflow:hidden;display:grid;place-items:center;border-bottom:1px solid var(--line);background:#f5f0e6}.harden-landing .mobile-scanner-crop img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.harden-landing .mobile-scan-result{padding:20px;display:grid;grid-template-columns:minmax(0,1fr) 36px minmax(0,1fr);align-items:stretch;gap:10px}.harden-landing .mobile-scan-result section,.harden-landing .mobile-firewall-flow section{padding:18px;border:1px solid var(--line);background:#ffffffe6}.harden-landing .mobile-scan-result section.is-safe,.harden-landing .mobile-firewall-flow section.is-safe{border-color:#2e7d5b61;background:#e5f2ebad}.harden-landing .mobile-card-label{margin-bottom:12px;display:flex;align-items:center;gap:7px;color:var(--crimson);font-family:var(--font-mono);font-size:.63rem;font-weight:700;text-transform:uppercase}.harden-landing .mobile-card-label svg{width:14px}.harden-landing .mobile-scan-result section>strong,.harden-landing .mobile-firewall-flow section>strong{display:block;color:var(--ink);font-size:.86rem;line-height:1.4}.harden-landing .mobile-scan-result section>p,.harden-landing .mobile-firewall-flow section>p{margin:8px 0 0;color:var(--muted);font-size:.72rem;line-height:1.5}.harden-landing .mobile-result-arrow,.harden-landing .mobile-flow-route{align-self:center;justify-self:center;color:var(--crimson)}.harden-landing .mobile-result-arrow{width:18px}.harden-landing .mobile-connected-agents{padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line);background:var(--cream)}.harden-landing .mobile-connected-agents>span{color:var(--muted);font-size:.72rem}.harden-landing .mobile-connected-agents>div{display:flex;align-items:center}.harden-landing .mobile-connected-agents>div>span{width:34px;height:34px;margin-right:-5px;padding:5px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:#fff}.harden-landing .mobile-connected-agents img,.harden-landing .mobile-connected-agents svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.harden-landing .mobile-connected-agents b{margin-left:14px;color:var(--ink-soft);font-size:.66rem;font-weight:600}.harden-landing .mobile-firewall-flow{padding:20px;display:grid;grid-template-columns:minmax(0,.9fr) 30px minmax(0,1.05fr) 30px minmax(0,.9fr);align-items:stretch;gap:8px}.harden-landing .mobile-flow-index{margin-bottom:9px;display:block;color:var(--crimson);font-family:var(--font-mono);font-size:.6rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.harden-landing .mobile-firewall-flow code{margin-top:11px;padding:10px;display:block;overflow-wrap:anywhere;color:var(--ink-soft);background:var(--cream);font-family:var(--font-mono);font-size:.54rem;line-height:1.45}.harden-landing .mobile-firewall-flow section.is-safe code{color:var(--green);background:#ffffffb8}.harden-landing .mobile-flow-route{display:grid;place-items:center}.harden-landing .mobile-flow-route svg{width:17px;transform:rotate(-90deg)}.harden-landing .mobile-policy-chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:5px}.harden-landing .mobile-policy-chips span{padding:5px 7px;color:var(--crimson);border:1px solid var(--crimson-light);background:var(--cream);font-family:var(--font-mono);font-size:.42rem;text-transform:uppercase}.harden-landing .mobile-outcomes{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);background:#ffffffbf}.harden-landing .mobile-outcomes span{min-height:58px;padding:9px 4px;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);border-right:1px solid var(--line);font-size:.62rem;text-align:center}.harden-landing .mobile-outcomes span:last-child{border-right:0}.harden-landing .mobile-outcomes svg{width:14px;color:var(--crimson)}}@media(max-width:560px){.harden-landing .container{width:min(100% - 24px,520px)}.harden-landing .site-nav{padding-inline:14px}.harden-landing .mobile-nav{background:var(--paper)}.harden-landing .brand-link{width:125px}.harden-landing .hero{padding:64px 0 42px}.harden-landing .hero-atmosphere,.harden-landing .hero-visual-wrap,.harden-landing .scroll-cue{display:none}.harden-landing .hero h1{max-width:340px;margin-bottom:22px;font-size:clamp(2.7rem,11.6vw,3.55rem);line-height:.97}.harden-landing .hero-copy>.eyebrow{margin-bottom:20px;font-size:.66rem;letter-spacing:.13em}.harden-landing .hero-lede{max-width:340px;margin-bottom:22px;font-size:.84rem;line-height:1.65}.harden-landing .hero-actions{width:100%}.harden-landing .hero-actions .button{min-height:50px;width:100%}.harden-landing .mobile-hero-bridge{position:relative;width:100%;margin:18px auto 0;padding:16px 0;display:grid;grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);align-items:center;gap:7px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.harden-landing .mobile-hero-bridge:before{position:absolute;top:42px;right:12%;left:12%;height:1px;content:"";background:var(--crimson-light)}.harden-landing .mobile-bridge-side,.harden-landing .mobile-bridge-center{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;align-items:center;background:var(--cream);text-align:center}.harden-landing .mobile-bridge-side i{width:34px;height:34px;margin-bottom:8px;display:grid;place-items:center;color:var(--crimson);border:1px solid var(--line-strong);border-radius:5px;background:var(--paper);font-style:normal}.harden-landing .mobile-bridge-side svg{width:16px}.harden-landing .mobile-bridge-side small{margin-bottom:3px;color:var(--crimson);font-family:var(--font-mono);font-size:.5rem;letter-spacing:.04em;text-transform:uppercase}.harden-landing .mobile-bridge-side strong{color:var(--ink);font-size:.68rem}.harden-landing .mobile-bridge-center{min-height:64px;padding:9px 7px 7px;justify-content:center;border:1px solid var(--crimson-light);border-radius:6px;box-shadow:0 8px 20px #171a1d0f}.harden-landing .mobile-bridge-center img{width:28px;margin-bottom:4px}.harden-landing .mobile-bridge-center strong{color:var(--crimson);font-family:var(--font-mono);font-size:.58rem;letter-spacing:.05em;text-transform:uppercase}.harden-landing .hero-promise{display:none}.harden-landing .agent-rail-inner{min-height:0;padding-block:48px}.harden-landing .agent-rail-copy strong{font-size:1.4rem}.harden-landing .agent-rail-copy p{font-size:.72rem}.harden-landing .agent-list{grid-template-columns:repeat(2,minmax(0,1fr))}.harden-landing .agent-chip:nth-child(n+7){display:none}.harden-landing .agent-chip{min-height:62px;padding:9px}.harden-landing .agent-mark{width:34px;height:34px}.harden-landing .agent-chip strong{font-size:.63rem}.harden-landing .mobile-agent-more{margin:12px 0 0;display:block;color:var(--muted);font-size:.67rem;line-height:1.55}.harden-landing .agent-universal-note{align-items:flex-start;font-size:.61rem}.harden-landing .threat-section,.harden-landing .scanner-section,.harden-landing .evidence-section,.harden-landing .team-section{padding:72px 0}.harden-landing .section-heading{margin-bottom:34px}.harden-landing .section-heading h2{margin-bottom:20px;font-size:clamp(2.55rem,12vw,3.65rem);line-height:.99}.harden-landing .section-lede{font-size:.88rem;line-height:1.65}.harden-landing .context-cta{margin-top:42px;min-height:0;padding:22px 18px;grid-template-columns:42px minmax(0,1fr);gap:14px}.harden-landing .context-cta-icon{width:42px;height:42px}.harden-landing .context-cta-link{grid-column:2;width:-moz-max-content;width:max-content;margin-top:-5px}.harden-landing .threat-stage{min-height:0}.harden-landing .threat-side{min-height:0;padding:34px 22px}.harden-landing .threat-side h3{margin-bottom:15px;font-size:2.12rem}.harden-landing .threat-side>p:not(.eyebrow){margin-bottom:24px;font-size:.82rem;line-height:1.65}.harden-landing .threat-animation{aspect-ratio:3 / 2;margin-bottom:20px}.harden-landing .threat-route,.harden-landing .threat-core{display:none}.harden-landing .threat-product{width:100%;padding:12px 13px}.harden-landing .threat-number{right:20px}.harden-landing .mobile-product-summary{display:block;overflow:hidden;border:1px solid var(--line-strong);background:linear-gradient(rgba(135,41,33,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.026) 1px,transparent 1px),#ffffffe0;background-size:24px 24px;box-shadow:0 18px 42px #171a1d14}.harden-landing .mobile-product-head{min-height:78px;padding:13px;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;border-bottom:1px solid var(--line);background:#ffffffb8}.harden-landing .mobile-product-head>span:nth-child(2),.harden-landing .mobile-product-head small,.harden-landing .mobile-product-head strong{min-width:0;display:block}.harden-landing .mobile-product-head small{margin-bottom:4px;color:var(--crimson);font-family:var(--font-mono);font-size:.53rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.harden-landing .mobile-product-head strong{color:var(--ink);font-family:var(--font-display);font-size:1.04rem;font-weight:300;line-height:1.08}.harden-landing .mobile-product-icon{width:40px;height:40px;display:grid;place-items:center;color:var(--crimson);border:1px solid var(--crimson-light);background:var(--cream)}.harden-landing .mobile-product-icon svg{width:19px}.harden-landing .mobile-product-status{padding:5px 7px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;color:var(--green);background:var(--green-soft);font-family:var(--font-mono);font-size:.4rem;font-weight:700;text-transform:uppercase}.harden-landing .mobile-product-status svg{width:9px;height:9px}.harden-landing .mobile-step-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line);background:var(--cream)}.harden-landing .mobile-step-rail>button{min-width:0;min-height:62px;padding:10px 5px;display:flex;flex-direction:column;justify-content:center;border:0;border-right:1px solid var(--line);border-radius:0;color:var(--ink);background:transparent;text-align:center;cursor:pointer}.harden-landing .mobile-step-rail>button:last-child{border-right:0}.harden-landing .mobile-step-rail>button.active{background:#fff;box-shadow:inset 0 -3px 0 var(--crimson)}.harden-landing .mobile-step-rail span{margin-bottom:4px;color:var(--crimson);font-family:var(--font-mono);font-size:.5rem;font-weight:700}.harden-landing .mobile-step-rail strong{font-size:.65rem}.harden-landing .mobile-scanner-screen{margin:0;background:#fff}.harden-landing .mobile-scanner-crop{aspect-ratio:16 / 9;overflow:hidden;display:grid;place-items:center;border-bottom:1px solid var(--line);background:#f5f0e6}.harden-landing .mobile-scanner-crop img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.harden-landing .mobile-scan-result{padding:14px;display:grid;gap:8px}.harden-landing .mobile-scan-result section,.harden-landing .mobile-firewall-flow section{padding:15px;border:1px solid var(--line);background:#ffffffe0}.harden-landing .mobile-scan-result section.is-safe,.harden-landing .mobile-firewall-flow section.is-safe{border-color:#2e7d5b61;background:#e5f2ebad}.harden-landing .mobile-card-label{margin-bottom:10px;display:flex;align-items:center;gap:6px;color:var(--crimson);font-family:var(--font-mono);font-size:.56rem;font-weight:700;text-transform:uppercase}.harden-landing .mobile-card-label svg{width:13px}.harden-landing .mobile-scan-result section>strong{display:block;color:var(--ink);font-size:.78rem;line-height:1.4}.harden-landing .mobile-scan-result section>p{margin:7px 0 0;color:var(--muted);font-size:.66rem;line-height:1.55}.harden-landing .mobile-result-arrow{width:17px;justify-self:center;color:var(--crimson);transform:rotate(90deg)}.harden-landing .scanner-section .story-grid{display:none}.harden-landing .visual-label{font-size:.49rem}.harden-landing .product-window{min-height:455px;height:62vh}.harden-landing .scanner-switcher{padding:7px}.harden-landing .scanner-switcher button{min-height:44px;padding-inline:7px;font-size:.5rem}.harden-landing .scanner-switcher button span{font-size:.57rem}.harden-landing .decision-switcher button{min-width:0;padding-inline:2px;font-size:.4rem}.harden-landing .product-topbar{min-height:58px;padding-inline:16px}.harden-landing .scanner-panel-body{padding:18px 14px}.harden-landing .source-options{gap:7px}.harden-landing .source-option{min-height:112px;padding:12px}.harden-landing .source-option>svg:first-child{top:12px;left:12px}.harden-landing .source-check{top:10px;right:10px}.harden-landing .scan-module{min-width:108px;min-height:108px;padding:12px}.harden-landing .path-nodes{overflow-x:auto}.harden-landing .diff-file pre{font-size:.44rem}.harden-landing .review-grid{grid-template-columns:1fr}.harden-landing .review-grid>div{min-height:54px}.harden-landing .story-step{min-height:300px;padding:30px 22px}.harden-landing .firewall-section{padding:72px 0}.harden-landing .firewall-section .firewall-scroll-story{display:none}.harden-landing .mobile-connected-agents{padding:13px;border-bottom:1px solid var(--line);background:var(--cream)}.harden-landing .mobile-connected-agents>span{display:block;color:var(--muted);font-size:.62rem;line-height:1.45}.harden-landing .mobile-connected-agents>div{margin-top:10px;display:flex;align-items:center}.harden-landing .mobile-connected-agents>div>span{width:31px;height:31px;margin-right:-5px;padding:5px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:#fff}.harden-landing .mobile-connected-agents img,.harden-landing .mobile-connected-agents svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.harden-landing .mobile-connected-agents b{margin-left:14px;color:var(--ink-soft);font-size:.58rem;font-weight:600}.harden-landing .mobile-firewall-flow{padding:14px;display:grid;gap:7px}.harden-landing .mobile-firewall-flow section{position:relative}.harden-landing .mobile-flow-index{margin-bottom:8px;display:block;color:var(--crimson);font-family:var(--font-mono);font-size:.56rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.harden-landing .mobile-firewall-flow section>strong{display:block;color:var(--ink);font-size:.75rem;line-height:1.4}.harden-landing .mobile-firewall-flow code{margin-top:10px;padding:10px;display:block;overflow-wrap:anywhere;color:var(--ink-soft);background:var(--cream);font-family:var(--font-mono);font-size:.54rem;line-height:1.5}.harden-landing .mobile-firewall-flow section.is-safe code{color:var(--green);background:#ffffffb8}.harden-landing .mobile-firewall-flow section>p{margin:9px 0 0;color:var(--muted);font-size:.63rem;line-height:1.55}.harden-landing .mobile-flow-route{height:20px;display:grid;place-items:center;color:var(--crimson)}.harden-landing .mobile-flow-route svg{width:15px}.harden-landing .mobile-policy-chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:5px}.harden-landing .mobile-policy-chips span{padding:5px 7px;color:var(--crimson);border:1px solid var(--crimson-light);background:var(--cream);font-family:var(--font-mono);font-size:.41rem;text-transform:uppercase}.harden-landing .mobile-outcomes{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);background:#ffffffb8}.harden-landing .mobile-outcomes span{min-width:0;min-height:53px;padding:8px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted);border-right:1px solid var(--line);font-size:.42rem;text-align:center}.harden-landing .mobile-outcomes span:last-child{border-right:0}.harden-landing .mobile-outcomes svg{width:13px;color:var(--crimson)}.harden-landing .firewall-principles{margin:-16px 0 52px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 10px;overflow:visible;font-size:.5rem;line-height:1.45}.harden-landing .firewall-principles span{min-width:0}.harden-landing .firewall-machine{height:720px;min-height:720px;padding:16px}.harden-landing .agent-proposal,.harden-landing .enforced-result{min-height:205px;padding:14px}.harden-landing .agent-proposal>code{min-height:94px;font-size:.5rem}.harden-landing .firewall-core{min-height:225px}.harden-landing .firewall-gate-art{width:175px}.harden-landing .firewall-crown{width:205px}.harden-landing .byoc-section{padding:72px 0}.harden-landing .cloud-architecture{padding:10px;box-shadow:0 18px 42px #171a1d14}.harden-landing .architecture-topline{display:none}.harden-landing .architecture-node{min-height:64px;padding:10px}.harden-landing .harden-plane{width:100%}.harden-landing .cloud-choice{min-height:62px;padding:11px 2px}.harden-landing .cloud-choice strong{font-size:.61rem}.harden-landing .cloud-provider{min-height:70px;flex-direction:column;justify-content:center;gap:7px;padding-inline:6px;text-align:center}.harden-landing .cloud-provider>img{width:24px;height:24px}.harden-landing .cloud-provider small{display:none}.harden-landing .customer-cloud{padding:11px}.harden-landing .cloud-label{margin-bottom:11px}.harden-landing .cloud-services{gap:6px}.harden-landing .cloud-services .architecture-node{min-height:68px;padding:10px}.harden-landing .boundary-note{align-items:flex-start;margin-top:10px;padding:11px}.harden-landing .boundary-note svg{width:18px}.harden-landing .boundary-note strong{font-size:.58rem}.harden-landing .boundary-note span{font-size:.47rem}.harden-landing .evidence-body{padding:18px}.harden-landing .evidence-title{grid-template-columns:auto 1fr}.harden-landing .evidence-verified{display:none}.harden-landing .evidence-rows>div{grid-template-columns:1fr;gap:7px;padding:14px 0}.harden-landing .team-grid{grid-template-columns:1fr}.harden-landing .person,.harden-landing .person:nth-child(2n),.harden-landing .person:nth-child(4n){padding:18px 0;display:grid;grid-template-columns:72px minmax(0,1fr);grid-template-areas:"photo role" "photo name" "photo proof" "photo linkedin";align-items:start;-moz-column-gap:15px;column-gap:15px;border-right:0;border-bottom:1px solid var(--line)}.harden-landing .person:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.harden-landing .person:last-child{border-bottom:0}.harden-landing .person-photo{grid-area:photo;width:72px;height:72px;aspect-ratio:1;margin:0}.harden-landing .person-role{grid-area:role;font-size:.47rem}.harden-landing .person h3{grid-area:name;margin:4px 0 3px;font-size:1.25rem}.harden-landing .person p{grid-area:proof;font-size:.62rem;line-height:1.45}.harden-landing .person-linkedin{grid-area:linkedin;min-height:28px;margin-top:5px;font-size:.48rem}.harden-landing .person-linkedin img{width:17px;height:17px}.harden-landing .pedigree{min-height:0;padding:25px 0 0;gap:16px}.harden-landing .pedigree-logos{justify-content:flex-start;gap:20px}.harden-landing .pedigree-logos img{width:64px}.harden-landing .pedigree-logos img:nth-child(n+5){display:none}.harden-landing .final-cta{min-height:540px}.harden-landing .final-cta-art{display:none}.harden-landing .final-cta h2{font-size:clamp(3rem,13vw,4.3rem)}.harden-landing footer{padding-bottom:26px}.harden-landing .footer-inner{gap:40px}.harden-landing .footer-nav{grid-template-columns:1fr}.harden-landing .footer-nav a,.harden-landing .footer-nav a:nth-child(odd),.harden-landing .footer-nav a:nth-child(2n){min-height:62px;padding:16px 0;border-right:0}.harden-landing .footer-nav a:hover,.harden-landing .footer-nav a:nth-child(2n):hover{padding-left:8px}.harden-landing .footer-bottom{margin-top:0;flex-direction:column;align-items:flex-start;gap:10px}}@keyframes packet-vertical{0%{top:-8px}to{top:calc(100% + 8px)}}@keyframes threat-route-vertical{0%{top:0}48%{top:50%}to{top:calc(100% - 11px)}}@keyframes firewall-packet-vertical{0%{top:0}44%{top:49%}58%{top:49%}to{top:calc(100% - 10px)}}@keyframes firewall-stop-vertical{0%{top:0}to{top:49%}}@keyframes firewall-hold-vertical{0%{top:0}45%,80%{top:49%;box-shadow:0 0 0 11px #dcbe781f}to{top:49%}}@media(prefers-reduced-motion:reduce){.harden-landing{scroll-behavior:auto}.harden-landing *,.harden-landing *:before,.harden-landing *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.harden-landing .scanner-screen-shell{width:100%;overflow:hidden;border:1px solid #d9d1c1;border-radius:14px;background:#f5f0e6;box-shadow:0 24px 65px #261f161f}.harden-landing .scanner-screen-figure{margin:0;background:#f5f0e6}.harden-landing .scanner-screen-figure img{width:100%;aspect-ratio:1672 / 941;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.harden-landing .dashboard-window{height:min(69vh,720px);min-height:620px;grid-template-columns:190px 1fr;overflow:hidden;border-color:#d9d1c1;border-radius:14px;background:#f5f0e6;box-shadow:0 24px 65px #261f161f}.harden-landing .dashboard-sidebar{padding:18px 12px 14px;color:#bdb8ae;background:#191915}.harden-landing .dashboard-sidebar>img{width:120px;margin:2px 8px 28px}.harden-landing .dashboard-sidebar .side-nav{gap:5px}.harden-landing .dashboard-sidebar .side-nav>span{position:relative;min-height:41px;padding-inline:12px;border-radius:8px;color:#bdb8ae;font-size:.64rem;transition:color .18s ease,background .18s ease}.harden-landing .dashboard-sidebar .side-nav .active{color:#fffdf7;background:#292720}.harden-landing .dashboard-sidebar .side-nav .active:before{position:absolute;top:9px;bottom:9px;left:-12px;width:3px;border-radius:0 3px 3px 0;content:"";background:#bf1734}.harden-landing .dashboard-runtime-card{margin-top:auto;padding:13px;display:flex;flex-direction:column;gap:4px;border:1px solid #3a382f;border-radius:9px;background:#27251e}.harden-landing .dashboard-runtime-card>span{color:#aaa69c;font-family:var(--font-mono);font-size:.48rem;letter-spacing:.08em;text-transform:uppercase}.harden-landing .dashboard-runtime-card strong{color:#f5efe3;font-size:.61rem;font-weight:500}.harden-landing .dashboard-runtime-card small{color:#aaa69c;font-size:.48rem}.harden-landing .dashboard-runtime-card i{width:6px;height:6px;margin-right:5px;display:inline-block;border-radius:50%;background:#5bc49a}.harden-landing .dashboard-window .product-main{background:#f5f0e6}.harden-landing .dashboard-topbar{min-height:62px;padding-inline:22px;border-color:#ddd5c5;background:#f8f4ec}.harden-landing .product-tenant{display:flex;align-items:center;gap:9px}.harden-landing .product-tenant .tenant-mark{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;color:#fff;background:#191915;font-family:var(--font-body);font-size:.65rem}.harden-landing .product-tenant p{font-size:.7rem}.harden-landing .product-tenant>span:last-child{color:#989286;font-family:var(--font-mono);font-size:.51rem}.harden-landing .dashboard-topbar>button,.harden-landing .dashboard-screen-head>button,.harden-landing .dashboard-diff-foot button{min-height:34px;padding-inline:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:6px;color:#fff;background:#ba1833;font-size:.56rem;font-weight:600}.harden-landing .dashboard-panel-body{height:calc(100% - 62px);padding:24px;overflow:hidden}.harden-landing .dashboard-screen{height:100%}.harden-landing .dashboard-screen-head{min-height:44px;margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.harden-landing .dashboard-screen-head .product-eyebrow{margin-bottom:3px;color:#918b80;font-size:.48rem}.harden-landing .dashboard-screen-head h4{margin:0;font-size:1.35rem;line-height:1}.harden-landing .dashboard-metrics{margin-bottom:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px}.harden-landing .dashboard-metrics.intake-metrics,.harden-landing .dashboard-metrics.fix-metrics,.harden-landing .dashboard-metrics.enforce-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.harden-landing .dashboard-metric{min-height:88px;padding:14px 15px;display:flex;flex-direction:column;border:1px solid #ddd5c6;border-radius:9px;background:#fff;box-shadow:0 3px 8px #2a22170f}.harden-landing .dashboard-metric>span{color:#8d887f;font-family:var(--font-mono);font-size:.47rem;letter-spacing:.1em;text-transform:uppercase}.harden-landing .dashboard-metric strong{margin-top:auto;font-size:1.55rem;font-weight:400;line-height:1}.harden-landing .dashboard-metric small{margin-top:4px;color:#726d64;font-size:.48rem}.harden-landing .dashboard-metric.is-danger strong{color:#aa1530}.harden-landing .dashboard-metric.is-success strong{color:#246d50}.harden-landing .connection-strip{min-height:68px;margin-bottom:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #ddd5c6;border-radius:9px;background:#fff;box-shadow:0 3px 8px #2a22170d}.harden-landing .connection-strip>div{min-width:0;padding:10px 13px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;border-right:1px solid #ddd5c6}.harden-landing .connection-strip>div:last-child{border-right:0}.harden-landing .connection-strip svg{width:16px;color:#655f55}.harden-landing .connection-strip span,.harden-landing .connection-strip strong{min-width:0;display:block}.harden-landing .connection-strip strong{overflow:hidden;font-size:.58rem;text-overflow:ellipsis;white-space:nowrap}.harden-landing .connection-strip span{color:#777169;font-size:.46rem}.harden-landing .connection-strip small{padding:4px 7px;border-radius:999px;color:#1f6048;background:#dcefe6;font-size:.44rem;white-space:nowrap}.harden-landing .dashboard-table{overflow:hidden;border:1px solid #ddd5c6;border-radius:9px;background:#fff;box-shadow:0 3px 8px #2a22170d}.harden-landing .dashboard-table-row{min-height:59px;padding-inline:14px;display:grid;align-items:center;gap:12px;border-bottom:1px solid #e2dacb;color:#5e5a52;font-size:.52rem}.harden-landing .dashboard-table-row:last-child{border-bottom:0}.harden-landing .dashboard-table-row.table-head{min-height:38px;color:#918b80;font-family:var(--font-mono);font-size:.43rem;letter-spacing:.08em;text-transform:uppercase}.harden-landing .dashboard-table-row>strong,.harden-landing .dashboard-table-row span>strong{color:#1d1d1a;font-size:.58rem;font-weight:600}.harden-landing .dashboard-table-row code{color:#8b857a;font-family:var(--font-mono);font-size:.46rem}.harden-landing .app-dashboard-table .dashboard-table-row{grid-template-columns:1.15fr 1.6fr .7fr .8fr}.harden-landing .finding-dashboard-table .dashboard-table-row{grid-template-columns:.62fr 2.15fr 1.12fr .72fr}.harden-landing .finding-dashboard-table .dashboard-table-row>span:nth-child(2) strong,.harden-landing .finding-dashboard-table .dashboard-table-row>span:nth-child(2) code{display:block}.harden-landing .selected-row{background:#fbf7ef}.harden-landing .status-chip{width:-moz-max-content;width:max-content;max-width:100%;padding:4px 7px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;font-size:.44rem;font-weight:500;white-space:nowrap}.harden-landing .status-chip.success{color:#1f6048;background:#dcefe6}.harden-landing .status-chip.warning{color:#7a5a12;background:#f6e9c7}.harden-landing .status-chip.neutral{color:#68635a;background:#e8e5df}.harden-landing .runtime-banner{min-height:58px;margin-bottom:12px;padding:10px 13px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border:1px solid #ddd5c6;border-radius:9px;background:#fff}.harden-landing .runtime-banner-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:7px;color:#a81730;background:#faecee}.harden-landing .runtime-banner-icon svg{width:16px}.harden-landing .runtime-banner strong,.harden-landing .runtime-banner span{display:block}.harden-landing .runtime-banner strong{color:#1d1d1a;font-size:.58rem}.harden-landing .runtime-banner span{color:#746f66;font-size:.46rem}.harden-landing .runtime-banner>small{color:#a81730;font-family:var(--font-mono);font-size:.43rem;text-transform:uppercase}.harden-landing .findings-toolbar{min-height:34px;margin-bottom:8px;display:flex;align-items:center;gap:6px}.harden-landing .findings-toolbar span{padding:5px 8px;border:1px solid #d8d0c1;border-radius:6px;color:#6d685f;font-size:.47rem}.harden-landing .findings-toolbar span.active{color:#a81730;border-color:#e9bec7;background:#fff4f5}.harden-landing .findings-toolbar small{margin-left:auto;color:#8b857a;font-size:.46rem}.harden-landing .severity{width:-moz-max-content;width:max-content;padding:3px 6px;border:1px solid;border-radius:999px;font-size:.43rem}.harden-landing .severity.critical{color:#a81730;border-color:#f0b8c1;background:#fee9ec}.harden-landing .severity.high{color:#9a4f16;border-color:#ebc299;background:#fff0df}.harden-landing .fix-workspace,.harden-landing .enforcement-workspace{display:grid;grid-template-columns:.72fr 1.28fr;gap:13px}.harden-landing .fix-queue{min-height:305px;padding:14px;border:1px solid #ddd5c6;border-radius:9px;background:#fff}.harden-landing .fix-queue-label{display:block;color:#918b80;font-family:var(--font-mono);font-size:.45rem;letter-spacing:.08em;text-transform:uppercase}.harden-landing .fix-finding-card{margin-top:12px;padding:13px;border:1px solid #efc4cb;border-radius:8px;background:#fff7f7}.harden-landing .fix-finding-card>strong,.harden-landing .fix-finding-card>code{display:block}.harden-landing .fix-finding-card>strong{margin:12px 0 7px;font-size:.63rem;line-height:1.45}.harden-landing .fix-finding-card>code{color:#8b857a;font-family:var(--font-mono);font-size:.44rem}.harden-landing .fix-finding-card p{margin:14px 0 0;color:#a81730;font-size:.47rem;line-height:1.45}.harden-landing .fix-confidence{margin-top:12px;padding:10px;display:flex;align-items:center;gap:8px;border-radius:7px;color:#246d50;background:#e8f4ee}.harden-landing .fix-confidence svg{width:16px}.harden-landing .fix-confidence strong,.harden-landing .fix-confidence span{display:block}.harden-landing .fix-confidence strong{font-size:.51rem}.harden-landing .fix-confidence span{font-size:.43rem}.harden-landing .dashboard-diff{min-height:305px;display:flex;flex-direction:column}.harden-landing .dashboard-diff pre{flex:1}.harden-landing .dashboard-diff-foot{min-height:54px;padding:8px 12px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #2d333d;color:#8fc9ae;font-size:.48rem}.harden-landing .dashboard-diff-foot button{background:#2e7d5b}.harden-landing .runtime-strip{margin-bottom:13px}.harden-landing .enforcement-workspace{grid-template-columns:1.15fr .85fr}.harden-landing .policy-list{overflow:hidden;border:1px solid #ddd5c6;border-radius:9px;background:#fff}.harden-landing .policy-list>div{min-height:72px;padding:10px 13px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;border-bottom:1px solid #e2dacb}.harden-landing .policy-list>div:last-child{border-bottom:0}.harden-landing .policy-list>div>svg{width:17px;color:#2e7d5b}.harden-landing .policy-list strong,.harden-landing .policy-list span{display:block}.harden-landing .policy-list strong{font-size:.56rem}.harden-landing .policy-list span>small{color:#817b72;font-size:.44rem}.harden-landing .release-gate-card{padding:16px;display:flex;flex-direction:column;border:1px solid #d2c4a4;border-radius:9px;background:#fffaf0}.harden-landing .release-gate-card>svg{width:30px;margin:20px 0 12px;color:#2e7d5b}.harden-landing .release-gate-card>strong{font-family:var(--font-display);font-size:1.18rem;font-weight:300}.harden-landing .release-gate-card p{color:#6d685f;font-size:.5rem;line-height:1.55}.harden-landing .release-gate-card>div{margin-top:auto;padding-top:10px;display:flex;justify-content:space-between;border-top:1px solid #ded2b5;color:#817b72;font-size:.44rem}.harden-landing .release-gate-card code{font-family:var(--font-mono)}.harden-landing .firewall-experience{position:relative;width:100%;max-width:1280px;margin:0 auto;container-name:firewall-product;container-type:inline-size}.harden-landing .firewall-control-room{--decision: #b31834;--decision-soft: #fde9ed;height:min(69vh,720px);min-height:620px;grid-template-columns:170px 1fr;overflow:hidden;border:1px solid #d6cdbc;border-radius:14px;background:#f5f0e6;box-shadow:0 24px 65px #261f1621}.harden-landing .firewall-control-room.is-ask{--decision: #9b6b14;--decision-soft: #f9edcf}.harden-landing .firewall-control-room.is-rewrite{--decision: #6e56cf;--decision-soft: #ece9fb}.harden-landing .firewall-control-room.is-allow{--decision: #267457;--decision-soft: #dcefe6}.harden-landing .firewall-control-room.is-log{--decision: #625e56;--decision-soft: #e8e5df}.harden-landing .firewall-sidebar{min-width:0}.harden-landing .firewall-live-card strong{display:flex;align-items:center;gap:3px}.harden-landing .firewall-product-main{min-width:0;overflow:hidden}.harden-landing .firewall-on-chip{align-self:center}.harden-landing .firewall-panel-body{height:calc(100% - 62px);min-height:0;padding:16px 18px 14px;display:flex;flex-direction:column;background:linear-gradient(rgba(135,41,33,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.022) 1px,transparent 1px),#f5f0e6;background-size:28px 28px}.harden-landing .firewall-screen-head{min-height:50px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.harden-landing .firewall-screen-head h4{margin:2px 0 0;font-family:var(--font-display);font-size:1.35rem;font-weight:300;line-height:1.05}.harden-landing .firewall-session-chip{padding:7px 9px;display:inline-flex;align-items:center;gap:5px;border:1px solid #ddd5c6;border-radius:999px;color:#6f6a61;background:#ffffffc2;font-family:var(--font-mono);font-size:.53rem;white-space:nowrap}.harden-landing .aif-agent-strip{min-height:74px;margin:6px 0 10px;padding:8px 9px;display:grid;grid-template-columns:minmax(138px,.72fr) minmax(0,2.4fr);align-items:center;gap:10px;border:1px solid #ddd5c6;border-radius:9px;background:#ffffffe0;box-shadow:0 3px 8px #2a22170a}.harden-landing .aif-strip-label,.harden-landing .aif-strip-label strong{display:block}.harden-landing .aif-strip-label{color:#8c867b;font-size:.56rem;line-height:1.4}.harden-landing .aif-strip-label strong{margin-bottom:2px;color:#302d28;font-size:.72rem}.harden-landing .aif-agent-tabs{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(76px,1fr));gap:6px}.harden-landing .aif-agent-tabs button{position:relative;min-width:0;min-height:52px;padding:5px 7px;display:grid;grid-template-columns:27px minmax(0,1fr);align-items:center;gap:6px;border:1px solid #e0d9cc;border-radius:7px;color:#777168;background:#f8f5ee;cursor:pointer;transition:color .17s ease,border-color .17s ease,box-shadow .17s ease,transform .17s ease}.harden-landing .aif-agent-tabs button:hover{color:#2c2925;border-color:#c8bba4;transform:translateY(-1px)}.harden-landing .aif-agent-tabs button.active{color:#25221e;border-color:var(--decision);background:#fff;box-shadow:0 0 0 2px color-mix(in srgb,var(--decision) 10%,transparent)}.harden-landing .aif-agent-tabs button>span{width:27px;height:27px;padding:4px;display:grid;place-items:center;border:1px solid #ddd5c7;border-radius:6px;background:#fff}.harden-landing .aif-agent-tabs img,.harden-landing .aif-agent-tabs svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.harden-landing .aif-agent-tabs small{min-width:0;overflow:hidden;font-size:.6rem;font-weight:600;text-align:left;text-overflow:ellipsis;white-space:nowrap}.harden-landing .aif-agent-tabs i{position:absolute;top:5px;right:5px;width:5px;height:5px;border-radius:50%;background:#5aa987}.harden-landing .aif-agent-tabs button.active i{background:var(--decision);box-shadow:0 0 0 4px color-mix(in srgb,var(--decision) 10%,transparent)}.harden-landing .aif-decision-rail{min-height:55px;margin-bottom:10px;padding:7px 9px;display:grid;grid-template-columns:minmax(105px,.55fr) minmax(0,2.6fr);align-items:center;gap:9px;border:1px solid #ddd5c6;border-radius:9px;background:#ffffffe0}.harden-landing .decision-rail-label,.harden-landing .decision-rail-label strong{display:block}.harden-landing .decision-rail-label{color:#8c867b;font-size:.38rem;line-height:1.35}.harden-landing .decision-rail-label strong{margin-bottom:2px;color:#302d28;font-size:.5rem}.harden-landing .decision-track{position:relative;min-width:0;display:grid;grid-template-columns:repeat(5,minmax(52px,1fr));gap:0}.harden-landing .decision-track:before{position:absolute;z-index:0;top:50%;right:8%;left:8%;height:1px;content:"";background:#d6cec0}.harden-landing .decision-stop{position:relative;z-index:1;min-width:0;min-height:39px;padding:3px 4px;display:flex;align-items:center;justify-content:center;gap:6px;border:0;color:#817b72;background:transparent;cursor:pointer}.harden-landing .decision-stop>i{width:9px;height:9px;flex:0 0 auto;border:2px solid #f9f6ef;border-radius:50%;background:#9d968b;box-shadow:0 0 0 1px #cfc6b7}.harden-landing .decision-stop>span,.harden-landing .decision-stop small,.harden-landing .decision-stop strong{display:block;min-width:0}.harden-landing .decision-stop small{overflow:hidden;color:inherit;font-family:var(--font-mono);font-size:.34rem;letter-spacing:.035em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.harden-landing .decision-stop strong{margin-top:1px;color:#292621;font-family:var(--font-mono);font-size:.5rem;text-align:left}.harden-landing .decision-stop.is-block>i{background:#b31834}.harden-landing .decision-stop.is-ask>i{background:#a67418}.harden-landing .decision-stop.is-rewrite>i{background:#6e56cf}.harden-landing .decision-stop.is-allow>i{background:#267457}.harden-landing .decision-stop.is-log>i{background:#625e56}.harden-landing .decision-stop.active{color:var(--decision)}.harden-landing .decision-stop.active>i{width:13px;height:13px;background:var(--decision);box-shadow:0 0 0 1px var(--decision),0 0 0 5px color-mix(in srgb,var(--decision) 11%,transparent)}.harden-landing .aif-action-flow{min-height:300px;flex:1;display:grid;grid-template-columns:minmax(145px,.96fr) 28px minmax(155px,1fr) 28px minmax(155px,.98fr);align-items:stretch;gap:7px}.harden-landing .aif-request-card,.harden-landing .aif-policy-card,.harden-landing .aif-outcome-card{min-width:0;padding:13px;border:1px solid #ddd5c6;border-radius:10px;background:#fffffff5;box-shadow:0 4px 12px #2a22170e;display:flex;flex-direction:column}.harden-landing .aif-request-card h5,.harden-landing .aif-policy-card h5{margin:0 0 9px;color:#24211d;font-size:.62rem;line-height:1.32}.harden-landing .aif-request-card>code{min-height:80px;padding:10px;display:block;border:1px solid #ded8cd;border-radius:6px;color:#47433c;background:#f4f1ea;font-family:var(--font-mono);font-size:.45rem;line-height:1.6;overflow-wrap:anywhere}.harden-landing .aif-request-card .intercept-note{margin-top:auto;padding-top:10px;font-size:.42rem}.harden-landing .aif-flow-arrow{position:relative;display:grid;place-items:center;color:var(--decision)}.harden-landing .aif-flow-arrow:before{position:absolute;right:0;left:0;height:1px;content:"";background:color-mix(in srgb,var(--decision) 28%,transparent)}.harden-landing .aif-flow-arrow:after{position:absolute;left:0;width:6px;height:6px;border-radius:50%;content:"";background:var(--decision);box-shadow:0 0 0 5px color-mix(in srgb,var(--decision) 10%,transparent);animation:aif-flow-pulse 2.1s ease-in-out infinite}.harden-landing .aif-flow-arrow svg{position:relative;z-index:2;width:18px;height:18px;padding:4px;border:1px solid color-mix(in srgb,var(--decision) 32%,#ddd5c6);border-radius:50%;background:#f7f3ea}.harden-landing .aif-flow-arrow i{display:none}.harden-landing .aif-policy-list{display:flex;flex-direction:column;gap:6px}.harden-landing .aif-policy-list>div{min-height:50px;padding:7px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:7px;border:1px solid #e1dacd;border-radius:7px;background:#fbf9f4}.harden-landing .policy-indicator{width:24px;height:24px;display:grid;place-items:center;border-radius:6px}.harden-landing .policy-indicator svg{width:12px}.harden-landing .policy-indicator.risk{color:#a81730;background:#fee9ec}.harden-landing .policy-indicator.warn{color:#8a621b;background:#f7eacb}.harden-landing .policy-indicator.pass{color:#246d50;background:#dcefe6}.harden-landing .aif-policy-list small,.harden-landing .aif-policy-list strong{display:block}.harden-landing .aif-policy-list small{color:#918b80;font-family:var(--font-mono);font-size:.35rem;text-transform:uppercase}.harden-landing .aif-policy-list strong{margin-top:1px;font-size:.44rem;line-height:1.32}.harden-landing .aif-context-note{margin-top:auto;padding-top:8px;color:#817b72;font-size:.38rem;line-height:1.4}.harden-landing .aif-outcome-card{position:relative;border-top:3px solid var(--decision)}.harden-landing .aif-outcome-head{min-height:23px;display:flex;align-items:center;justify-content:space-between;gap:6px}.harden-landing .aif-outcome-head>span:last-child{color:#8b857a;font-family:var(--font-mono);font-size:.34rem;text-align:right;text-transform:uppercase}.harden-landing .aif-outcome-icon{width:38px;height:38px;margin:13px 0 9px;display:grid;place-items:center;border-radius:50%;color:var(--decision);background:var(--decision-soft)}.harden-landing .aif-outcome-icon svg{width:17px}.harden-landing .aif-outcome-card h4{margin:0 0 5px;font-family:var(--font-display);font-size:1.16rem;font-weight:300;line-height:1.05}.harden-landing .aif-outcome-card>p{margin:0;color:#6f6a61;font-size:.45rem;line-height:1.5}.harden-landing .aif-why{margin-top:10px;padding:8px;display:grid;grid-template-columns:18px 1fr;gap:6px;border:1px solid color-mix(in srgb,var(--decision) 18%,#ded7ca);border-radius:6px;color:#625d55;background:color-mix(in srgb,var(--decision-soft) 46%,white);font-size:.39rem;line-height:1.42}.harden-landing .aif-why svg{width:14px;color:var(--decision)}.harden-landing .aif-why small{margin-bottom:2px;display:block;color:var(--decision);font-family:var(--font-mono);font-size:.34rem;font-weight:700;text-transform:uppercase}.harden-landing .aif-outcome-card .rewrite-mini{margin-top:auto;max-height:70px;overflow:hidden}.harden-landing .aif-audit-strip{min-height:34px;margin-top:9px;padding:0 10px;display:flex;align-items:center;justify-content:space-between;gap:9px;border:1px solid #ddd5c6;border-radius:7px;color:#817b72;background:#ffffffc7;font-family:var(--font-mono);font-size:.35rem;text-transform:uppercase}.harden-landing .aif-audit-strip span{display:inline-flex;align-items:center;gap:5px}.harden-landing .aif-audit-strip svg{width:10px}@keyframes aif-flow-pulse{0%{transform:translate(0);opacity:0}25%{opacity:1}75%{opacity:1}to{transform:translate(23px);opacity:0}}@media(max-width:1240px){.harden-landing .dashboard-window{grid-template-columns:150px 1fr}.harden-landing .dashboard-panel-body{padding:18px}.harden-landing .dashboard-sidebar .side-nav>span{padding-inline:9px;font-size:.57rem}.harden-landing .dashboard-metric{padding:12px}.harden-landing .firewall-control-room{grid-template-columns:145px 1fr}.harden-landing .aif-agent-strip{grid-template-columns:120px minmax(0,1fr)}.harden-landing .aif-agent-tabs button{grid-template-columns:25px minmax(0,1fr);padding-inline:5px}.harden-landing .aif-agent-tabs button>span{width:25px;height:25px}}@media(max-width:1040px){.harden-landing .dashboard-window{grid-template-columns:1fr;min-height:620px}.harden-landing .dashboard-panel-body{padding:20px}.harden-landing .firewall-control-room{height:720px;min-height:720px;grid-template-columns:104px 1fr}.harden-landing .firewall-sidebar{display:flex}.harden-landing .firewall-sidebar>img{width:82px;margin-inline:0}.harden-landing .firewall-sidebar .side-nav>span{padding-inline:7px;font-size:.49rem}.harden-landing .firewall-panel-body{padding-inline:14px}.harden-landing .aif-agent-strip{grid-template-columns:105px minmax(0,1fr)}.harden-landing .aif-agent-tabs{grid-template-columns:repeat(5,minmax(62px,1fr))}.harden-landing .aif-agent-tabs button{grid-template-columns:1fr;place-items:center}.harden-landing .aif-agent-tabs small{display:none}.harden-landing .aif-action-flow{grid-template-columns:minmax(138px,.96fr) 22px minmax(145px,1fr) 22px minmax(145px,.98fr);gap:5px}.harden-landing .aif-flow-arrow:after{animation:none}.harden-landing .aif-request-card,.harden-landing .aif-policy-card,.harden-landing .aif-outcome-card{padding:11px}}@media(max-width:800px){.harden-landing .firewall-story-grid .story-copy{grid-template-columns:1fr}.harden-landing .dashboard-window{height:690px}.harden-landing .dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.harden-landing .dashboard-metrics.intake-metrics,.harden-landing .dashboard-metrics.fix-metrics,.harden-landing .dashboard-metrics.enforce-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.harden-landing .dashboard-metric{min-height:76px}.harden-landing .dashboard-metric strong{font-size:1.25rem}.harden-landing .connection-strip{grid-template-columns:repeat(3,minmax(175px,1fr));overflow-x:auto}.harden-landing .dashboard-table{overflow-x:auto}.harden-landing .dashboard-table-row{min-width:700px}.harden-landing .fix-workspace,.harden-landing .enforcement-workspace{grid-template-columns:1fr;max-height:430px;overflow-y:auto}.harden-landing .firewall-control-room{height:735px;min-height:735px;grid-template-columns:1fr}.harden-landing .firewall-sidebar{display:none}.harden-landing .firewall-panel-body{height:calc(100% - 62px)}.harden-landing .aif-agent-strip{grid-template-columns:118px minmax(0,1fr)}.harden-landing .aif-agent-tabs{grid-template-columns:repeat(5,minmax(66px,1fr))}.harden-landing .aif-action-flow{overflow:hidden;grid-template-columns:minmax(142px,.96fr) 22px minmax(150px,1fr) 22px minmax(150px,.98fr)}.harden-landing .aif-audit-strip{display:none}}@media(max-width:560px){.harden-landing .dashboard-window{height:690px;min-height:690px;border-radius:10px}.harden-landing .dashboard-topbar{min-height:56px;padding-inline:13px}.harden-landing .product-tenant>span:last-child{display:none}.harden-landing .dashboard-topbar>button{min-height:31px;padding-inline:9px}.harden-landing .dashboard-panel-body{height:calc(100% - 56px);padding:14px 12px;overflow-y:auto}.harden-landing .dashboard-screen-head{margin-bottom:13px}.harden-landing .dashboard-screen-head h4{font-size:1.15rem}.harden-landing .dashboard-metrics,.harden-landing .dashboard-metrics.intake-metrics,.harden-landing .dashboard-metrics.fix-metrics,.harden-landing .dashboard-metrics.enforce-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.harden-landing .dashboard-metric{min-height:74px;padding:11px}.harden-landing .dashboard-metric>span{font-size:.42rem}.harden-landing .connection-strip{grid-template-columns:repeat(3,minmax(200px,1fr))}.harden-landing .findings-toolbar{overflow-x:auto}.harden-landing .runtime-banner{grid-template-columns:auto 1fr}.harden-landing .runtime-banner>small{display:none}.harden-landing .fix-workspace,.harden-landing .enforcement-workspace{max-height:none;overflow:visible}.harden-landing .firewall-control-room{height:930px;min-height:930px;display:block;overflow:hidden;border-radius:10px}.harden-landing .firewall-product-main{height:100%}.harden-landing .firewall-on-chip{font-size:0}.harden-landing .firewall-on-chip svg{margin:0}.harden-landing .firewall-panel-body{height:calc(100% - 56px);padding:13px 11px 16px;overflow-y:auto}.harden-landing .firewall-screen-head{min-height:78px}.harden-landing .firewall-screen-copy{max-width:245px;display:-webkit-box;overflow:hidden;font-size:.34rem;-webkit-box-orient:vertical;-webkit-line-clamp:2}.harden-landing .firewall-screen-head h4{max-width:230px;font-size:1.2rem}.harden-landing .firewall-session-chip{padding:6px 7px;font-size:.34rem}.harden-landing .aif-agent-strip{min-height:112px;padding:9px;display:block}.harden-landing .aif-strip-label{margin-bottom:8px}.harden-landing .aif-agent-tabs{padding-bottom:3px;display:grid;grid-auto-columns:82px;grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;scrollbar-width:thin}.harden-landing .aif-agent-tabs button{min-height:48px;grid-template-columns:27px minmax(0,1fr);place-items:initial}.harden-landing .aif-agent-tabs small{display:block}.harden-landing .aif-decision-rail{min-height:96px;padding:9px;display:block}.harden-landing .decision-rail-label{margin-bottom:8px}.harden-landing .decision-track{padding:3px 0;grid-auto-columns:62px;grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;scrollbar-width:thin}.harden-landing .decision-track:before{right:auto;left:18px;width:270px}.harden-landing .aif-action-flow{min-height:0;display:flex;flex-direction:column;overflow:visible}.harden-landing .aif-flow-arrow{display:none}.harden-landing .aif-request-card,.harden-landing .aif-policy-card,.harden-landing .aif-outcome-card{min-height:230px;padding:14px}.harden-landing .aif-policy-card{min-height:260px}.harden-landing .aif-outcome-card{min-height:270px}.harden-landing .aif-request-card h5,.harden-landing .aif-policy-card h5{font-size:.7rem}.harden-landing .aif-request-card>code{min-height:74px;font-size:.5rem}.harden-landing .aif-policy-list strong,.harden-landing .aif-outcome-card>p,.harden-landing .aif-why{font-size:.48rem}.harden-landing .aif-outcome-card h4{font-size:1.32rem}}@container firewall-product (max-width: 1000px){.harden-landing .firewall-control-room{height:820px;min-height:820px;grid-template-columns:132px minmax(0,1fr)}.harden-landing .firewall-sidebar>img{width:100px;margin-inline:4px}.harden-landing .firewall-sidebar .side-nav>span{padding-inline:8px;font-size:.51rem}.harden-landing .firewall-panel-body{padding-inline:14px}.harden-landing .aif-agent-strip{grid-template-columns:112px minmax(0,1fr)}.harden-landing .aif-agent-tabs{grid-template-columns:repeat(5,minmax(46px,1fr))}.harden-landing .aif-agent-tabs button{grid-template-columns:1fr;place-items:center}.harden-landing .aif-agent-tabs small{display:none}.harden-landing .aif-decision-rail{grid-template-columns:96px minmax(0,1fr)}.harden-landing .aif-action-flow{min-height:474px;grid-template-areas:"request arrow review" "outcome outcome outcome";grid-template-columns:minmax(0,.95fr) 26px minmax(0,1.05fr);grid-template-rows:minmax(245px,1fr) minmax(190px,.76fr);gap:8px}.harden-landing .aif-request-card{grid-area:request}.harden-landing .aif-policy-card{grid-area:review}.harden-landing .aif-flow-arrow:first-of-type{grid-area:arrow}.harden-landing .aif-flow-arrow:last-of-type{display:none}.harden-landing .aif-outcome-card{grid-area:outcome;display:grid;grid-template-columns:48px minmax(125px,.72fr) minmax(180px,1.28fr);grid-template-rows:auto auto auto;align-items:center;-moz-column-gap:10px;column-gap:10px}.harden-landing .aif-outcome-card>.machine-step,.harden-landing .aif-outcome-head{grid-column:1 / -1}.harden-landing .aif-outcome-icon{grid-column:1;grid-row:3 / span 2;margin:8px 0 0}.harden-landing .aif-outcome-card h4{grid-column:2;grid-row:3;margin-top:8px}.harden-landing .aif-outcome-card>p{grid-column:2;grid-row:4}.harden-landing .aif-why{grid-column:3;grid-row:3 / span 2;margin-top:8px}.harden-landing .aif-outcome-card .rewrite-mini{grid-column:1 / -1}}@container firewall-product (max-width: 720px){.harden-landing .firewall-control-room{height:790px;min-height:790px;grid-template-columns:1fr}.harden-landing .firewall-sidebar{display:none}.harden-landing .firewall-panel-body{height:calc(100% - 62px)}.harden-landing .aif-agent-strip{grid-template-columns:104px minmax(0,1fr)}.harden-landing .aif-decision-rail{grid-template-columns:86px minmax(0,1fr)}.harden-landing .decision-stop{gap:4px}.harden-landing .decision-stop small{font-size:.36rem}.harden-landing .decision-stop strong{font-size:.54rem}}@container firewall-product (max-width: 520px){.harden-landing .firewall-control-room{height:930px;min-height:930px;display:block}.harden-landing .firewall-panel-body{height:calc(100% - 56px);overflow-y:auto}.harden-landing .aif-action-flow{min-height:0;display:flex;flex-direction:column;overflow:visible}.harden-landing .aif-flow-arrow{display:none}.harden-landing .aif-outcome-card{min-height:270px;display:flex}.harden-landing .aif-outcome-icon{margin:13px 0 9px}.harden-landing .aif-why{margin-top:10px}}.harden-landing .firewall-scroll-story{position:relative;display:grid;grid-template-columns:minmax(235px,.34fr) minmax(0,1fr);align-items:start;gap:clamp(30px,4vw,68px)}.harden-landing .firewall-scroll-copy{position:relative;padding-left:32px}.harden-landing .firewall-progress-line{position:absolute;top:8vh;bottom:10vh;left:5px;width:1px;overflow:hidden;background:#d8cfbf}.harden-landing .firewall-progress-line i{position:absolute;top:0;right:0;bottom:0;left:0;display:block;background:var(--crimson);transform-origin:top}.harden-landing .firewall-scroll-step{min-height:68vh;display:flex;flex-direction:column;justify-content:center;opacity:.38;transform:translate(-8px);transition:opacity .26s ease,transform .32s ease}.harden-landing .firewall-scroll-step:first-of-type{min-height:74vh}.harden-landing .firewall-scroll-step:last-child{min-height:82vh}.harden-landing .firewall-scroll-step.active{opacity:1;transform:translate(0)}.harden-landing .firewall-scroll-step>button{width:-moz-fit-content;width:fit-content;min-height:34px;margin:0 0 20px;padding:0;display:inline-flex;align-items:center;gap:12px;border:0;color:var(--crimson);background:transparent;font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.065em;text-align:left;text-transform:uppercase;cursor:pointer}.harden-landing .firewall-scroll-step>button span{width:34px;height:34px;display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:.6rem}.harden-landing .firewall-scroll-step h3{max-width:310px;margin:0;color:var(--ink);font-family:var(--font-display);font-size:clamp(1.85rem,2.7vw,2.75rem);font-weight:300;line-height:.98;letter-spacing:-.035em}.harden-landing .firewall-scroll-step p{max-width:300px;margin:18px 0 22px;color:var(--muted);font-size:.9rem;line-height:1.65}.harden-landing .firewall-scroll-step>small{width:-moz-fit-content;width:fit-content;max-width:none;min-height:34px;padding:8px 10px;display:flex;align-items:center;gap:8px;border:1px solid rgba(135,41,33,.2);border-radius:4px;color:var(--crimson);background:#8729210b;font-family:var(--font-mono);font-size:.66rem;font-weight:700;line-height:1.35;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}.harden-landing .firewall-scroll-step>small svg{flex:0 0 auto;width:15px}@media(min-width:1181px)and (max-width:1400px){.harden-landing .firewall-scroll-story{grid-template-columns:minmax(300px,.4fr) minmax(0,1fr);gap:clamp(24px,2.5vw,36px)}.harden-landing .firewall-scroll-copy{padding-left:24px}.harden-landing .firewall-scroll-step>small{padding:7px 8px;gap:6px;font-size:.56rem;letter-spacing:.02em}}.harden-landing .firewall-sticky-stage{position:sticky;top:82px;min-width:0;padding:4px 0 58px}.harden-landing .firewall-scroll-story .firewall-experience{max-width:none}.harden-landing .firewall-scroll-story .firewall-control-room{height:min(74vh,690px);min-height:640px}.harden-landing .firewall-screen-head{min-height:86px}.harden-landing .firewall-screen-head>div{min-width:0}.harden-landing .firewall-screen-head h4{max-width:640px;min-height:1.2em;overflow:hidden;font-size:clamp(1.12rem,1.6vw,1.42rem)}.harden-landing .firewall-screen-copy{max-width:640px;margin:5px 0 0;color:#777066;font-size:.57rem;line-height:1.45}.harden-landing .firewall-session-chip img{width:15px;height:15px;-o-object-fit:contain;object-fit:contain}.harden-landing .aif-live-path{min-height:42px;margin-bottom:9px;padding:6px 9px;display:grid;grid-template-columns:58px minmax(250px,1fr) minmax(155px,.72fr);align-items:center;gap:9px;border:1px solid #ddd5c6;border-radius:8px;background:#ffffffd1}.harden-landing .aif-path-caption{color:#8c867b;font-family:var(--font-mono);font-size:.36rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.harden-landing .aif-path-track{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(38px,1fr))}.harden-landing .aif-path-track>span{position:relative;min-width:0;display:grid;grid-template-columns:8px minmax(0,1fr) 11px;align-items:center;gap:4px;color:#aaa398;transition:color .22s ease}.harden-landing .aif-path-track>span:last-child{grid-template-columns:8px minmax(0,1fr)}.harden-landing .aif-path-track i{width:7px;height:7px;border:1px solid currentColor;border-radius:50%;background:#f5f0e6}.harden-landing .aif-path-track small{overflow:hidden;font-family:var(--font-mono);font-size:.34rem;font-weight:700;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.harden-landing .aif-path-track svg{width:10px}.harden-landing .aif-path-track>span.passed{color:color-mix(in srgb,var(--decision) 66%,#736d64)}.harden-landing .aif-path-track>span.active{color:var(--decision)}.harden-landing .aif-path-track>span.active i{border-color:var(--decision);background:var(--decision);box-shadow:0 0 0 4px color-mix(in srgb,var(--decision) 12%,transparent)}.harden-landing .aif-path-annotation{min-width:0;padding:6px 8px;display:flex;align-items:center;gap:6px;overflow:hidden;border-radius:5px;color:var(--decision);background:var(--decision-soft);font-size:.42rem;line-height:1.25;text-overflow:ellipsis}.harden-landing .aif-path-annotation svg{width:12px;flex:0 0 auto}.harden-landing .aif-action-flow>section{transition:opacity .26s ease,transform .3s ease,filter .26s ease}.harden-landing .story-phase-intercept .aif-policy-card{opacity:.38;transform:translate(-4px);filter:saturate(.45)}.harden-landing .story-phase-intercept .aif-outcome-card,.harden-landing .story-phase-inspect .aif-outcome-card{opacity:.24;transform:translate(-5px);filter:saturate(.35)}.harden-landing .story-phase-overview .aif-action-flow>section{opacity:.72}.harden-landing .story-phase-overview .aif-request-card{opacity:1}.harden-landing .aif-flow-arrow{grid-template-rows:1fr auto 1fr}.harden-landing .aif-flow-arrow small{position:relative;z-index:3;grid-row:3;align-self:start;padding-top:6px;color:var(--decision);font-family:var(--font-mono);font-size:.32rem;font-weight:700;text-align:center;text-transform:uppercase;white-space:nowrap}.harden-landing .aif-flow-arrow:after{animation-duration:1.65s}.harden-landing .aif-execution-receipt{margin-top:8px;padding:7px 8px;display:grid;grid-template-columns:24px 1fr;align-items:center;gap:7px;border:1px solid #b9d9ca;border-radius:6px;color:#256c51;background:#e8f4ee}.harden-landing .aif-execution-receipt svg{width:20px}.harden-landing .aif-execution-receipt span,.harden-landing .aif-execution-receipt strong{display:block}.harden-landing .aif-execution-receipt span{font-size:.38rem;line-height:1.35}.harden-landing .aif-execution-receipt strong{margin-bottom:1px;font-size:.44rem}@media(max-width:1180px){.harden-landing .firewall-scroll-story{min-height:520vh;display:block}.harden-landing .firewall-scroll-copy{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;padding:0;opacity:0;pointer-events:none}.harden-landing .firewall-scroll-step,.harden-landing .firewall-scroll-step:first-of-type,.harden-landing .firewall-scroll-step:last-child{min-height:70vh}.harden-landing .firewall-scroll-step:last-child{min-height:100vh}.harden-landing .firewall-progress-line{display:none}.harden-landing .firewall-sticky-stage{z-index:1;top:74px;padding-bottom:24px}.harden-landing .firewall-scroll-story .firewall-control-room{height:min(78vh,720px);min-height:660px}}@container firewall-product (min-width: 851px) and (max-width: 1000px){.harden-landing .firewall-scroll-story .firewall-control-room{grid-template-columns:132px minmax(0,1fr)}.harden-landing .firewall-scroll-story .aif-action-flow{min-height:300px;grid-template-areas:none;grid-template-columns:minmax(145px,.96fr) 24px minmax(155px,1fr) 24px minmax(155px,.98fr);grid-template-rows:minmax(0,1fr);gap:6px}.harden-landing .firewall-scroll-story .aif-request-card,.harden-landing .firewall-scroll-story .aif-policy-card,.harden-landing .firewall-scroll-story .aif-outcome-card,.harden-landing .firewall-scroll-story .aif-flow-arrow:first-of-type,.harden-landing .firewall-scroll-story .aif-flow-arrow:last-of-type{grid-area:auto}.harden-landing .firewall-scroll-story .aif-flow-arrow:last-of-type{display:grid}.harden-landing .firewall-scroll-story .aif-outcome-card{display:flex}}@media(max-width:800px){.harden-landing .firewall-scroll-story{min-height:520vh}.harden-landing .firewall-sticky-stage{top:66px}.harden-landing .firewall-scroll-story .firewall-control-room{height:720px;min-height:720px;grid-template-columns:1fr}.harden-landing .firewall-scroll-story .firewall-sidebar{display:none}.harden-landing .aif-live-path{grid-template-columns:minmax(230px,1fr) minmax(150px,.72fr)}.harden-landing .aif-path-caption{display:none}.harden-landing .firewall-scroll-story .aif-action-flow{min-height:300px;display:block;overflow:hidden}.harden-landing .firewall-scroll-story .aif-action-flow>.aif-flow-arrow{display:none}.harden-landing .firewall-scroll-story .aif-action-flow>section{min-height:300px;height:300px;display:none;overflow:hidden;opacity:1;transform:none;filter:none}.harden-landing .firewall-scroll-story .story-phase-overview .aif-request-card,.harden-landing .firewall-scroll-story .story-phase-intercept .aif-request-card,.harden-landing .firewall-scroll-story .story-phase-inspect .aif-policy-card,.harden-landing .firewall-scroll-story .story-phase-decide .aif-outcome-card,.harden-landing .firewall-scroll-story .story-phase-execute .aif-outcome-card{display:flex}.harden-landing .firewall-scroll-story .story-phase-decide.is-rewrite .rewrite-mini{margin-top:8px;display:block}.harden-landing .firewall-scroll-story .story-phase-decide.is-rewrite .aif-why,.harden-landing .firewall-scroll-story .story-phase-execute .rewrite-mini{display:none}}@media(max-width:560px){.harden-landing .firewall-scroll-story{min-height:520vh}.harden-landing .firewall-scroll-story .firewall-experience{position:relative}.harden-landing .firewall-sticky-stage{top:72px;padding-bottom:12px}.harden-landing .firewall-scroll-story .visual-label{min-height:22px;font-size:.38rem}.harden-landing .firewall-scroll-story .firewall-control-room{height:700px;min-height:700px;display:block}.harden-landing .firewall-scroll-story .firewall-panel-body{height:calc(100% - 56px);padding:11px 10px 12px;overflow:hidden}.harden-landing .firewall-screen-head{min-height:72px}.harden-landing .firewall-screen-head h4{max-width:245px;font-size:1.05rem;line-height:1.02}.harden-landing .firewall-session-chip{max-width:86px}.harden-landing .firewall-session-prefix{display:none}.harden-landing .aif-agent-strip{min-height:66px;margin:4px 0 7px;padding:6px;display:grid;grid-template-columns:92px minmax(0,1fr)}.harden-landing .aif-strip-label{margin:0}.harden-landing .aif-agent-tabs{padding:0;display:grid;grid-template-columns:repeat(5,minmax(35px,1fr));gap:4px;overflow:visible}.harden-landing .aif-agent-tabs button{min-height:44px;padding:4px;display:grid;grid-template-columns:1fr;place-items:center}.harden-landing .aif-agent-tabs button>span{width:24px;height:24px}.harden-landing .aif-agent-tabs small{display:none}.harden-landing .aif-decision-rail{min-height:70px;margin-bottom:7px;padding:6px;display:grid;grid-template-columns:80px minmax(0,1fr)}.harden-landing .decision-rail-label{margin:0}.harden-landing .decision-track{padding:0;display:grid;grid-auto-flow:initial;grid-template-columns:repeat(5,minmax(36px,1fr));overflow:visible}.harden-landing .decision-track:before{right:7%;left:7%;width:auto}.harden-landing .decision-stop{min-height:44px;padding:2px;display:grid;place-items:center;gap:2px}.harden-landing .decision-stop>i{width:8px;height:8px}.harden-landing .decision-stop.active>i{width:11px;height:11px}.harden-landing .decision-stop small{max-width:42px;font-size:.28rem;text-align:center}.harden-landing .decision-stop strong{font-size:.45rem;text-align:center}.harden-landing .aif-live-path{min-height:72px;margin-bottom:7px;padding:6px;display:block}.harden-landing .aif-path-track{min-height:27px}.harden-landing .aif-path-track small{font-size:.27rem}.harden-landing .aif-path-annotation{width:100%;margin-top:5px;padding:5px 7px;font-size:.36rem}.harden-landing .firewall-scroll-story .aif-action-flow{min-height:258px;display:block;overflow:hidden}.harden-landing .firewall-scroll-story .aif-action-flow>.aif-flow-arrow{display:none}.harden-landing .firewall-scroll-story .aif-action-flow>section{min-height:258px;height:258px;padding:13px;display:none;overflow:hidden;opacity:1;transform:none;filter:none}.harden-landing .firewall-scroll-story .story-phase-overview .aif-request-card,.harden-landing .firewall-scroll-story .story-phase-intercept .aif-request-card,.harden-landing .firewall-scroll-story .story-phase-inspect .aif-policy-card,.harden-landing .firewall-scroll-story .story-phase-decide .aif-outcome-card,.harden-landing .firewall-scroll-story .story-phase-execute .aif-outcome-card{display:flex}.harden-landing .aif-request-card>code{min-height:78px;max-height:96px}.harden-landing .aif-policy-list{gap:5px}.harden-landing .aif-policy-list>div{min-height:48px}.harden-landing .aif-outcome-card .rewrite-mini{max-height:65px}.harden-landing .aif-outcome-icon{width:38px;height:38px;margin:8px 0 5px}.harden-landing .aif-outcome-card h4{font-size:1.18rem}.harden-landing .aif-outcome-card>p{margin-bottom:5px}.harden-landing .aif-why{margin-top:5px;padding:6px}.harden-landing .aif-execution-receipt{margin-top:5px}.harden-landing .aif-audit-strip{display:none}}@media(prefers-reduced-motion:reduce){.harden-landing .firewall-scroll-step,.harden-landing .aif-action-flow>section,.harden-landing .aif-path-track>span{transition:none}.harden-landing .aif-flow-arrow:after{display:none}}.harden-landing .firewall-scroll-step:first-of-type{min-height:72vh}.harden-landing .firewall-scroll-step:last-child{min-height:80vh}.harden-landing .aif-agent-tabs button{grid-template-rows:auto auto}.harden-landing .aif-agent-tabs button>span{grid-row:1 / 3}.harden-landing .aif-agent-tabs button em{min-width:0;overflow:hidden;color:#a19a8f;font-family:var(--font-mono);font-size:.47rem;font-style:normal;text-align:left;text-overflow:ellipsis;white-space:nowrap}.harden-landing .aif-summary-grid{min-height:78px;margin-bottom:9px;display:grid;grid-template-columns:1.08fr repeat(5,minmax(68px,.92fr));gap:7px}.harden-landing .aif-total-card,.harden-landing .aif-summary-card{position:relative;min-width:0;padding:9px 10px 8px;overflow:hidden;border:1px solid #ddd5c6;border-radius:9px;color:#7f786e;background:#ffffffe6;text-align:left;box-shadow:0 3px 8px #2a221709}.harden-landing .aif-total-card span,.harden-landing .aif-summary-card span{display:block;overflow:hidden;font-family:var(--font-mono);font-size:.53rem;font-weight:700;letter-spacing:.055em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.harden-landing .aif-total-card strong,.harden-landing .aif-summary-card strong{margin-top:4px;display:block;color:#27241f;font-family:var(--font-mono);font-size:1.2rem;font-weight:700;line-height:1}.harden-landing .aif-total-card small{margin-top:3px;display:block;color:#a39c91;font-size:.48rem}.harden-landing .aif-summary-card{--tile-color: #746f67;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.harden-landing .aif-summary-card:after{position:absolute;right:0;bottom:0;left:0;height:3px;content:"";background:var(--tile-color)}.harden-landing .aif-summary-card:hover,.harden-landing .aif-summary-card.active{border-color:color-mix(in srgb,var(--tile-color) 52%,#ddd5c6);transform:translateY(-1px);box-shadow:0 5px 14px color-mix(in srgb,var(--tile-color) 10%,transparent)}.harden-landing .aif-summary-card i{position:absolute;top:10px;right:9px;width:6px;height:6px;border-radius:50%;background:var(--tile-color)}.harden-landing .aif-summary-card.is-block{--tile-color: #b31834}.harden-landing .aif-summary-card.is-ask{--tile-color: #a67418}.harden-landing .aif-summary-card.is-rewrite{--tile-color: #6e56cf}.harden-landing .aif-summary-card.is-allow{--tile-color: #267457}.harden-landing .aif-ledger-toolbar{min-height:49px;padding:5px 7px 5px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #ddd5c6;border-bottom:0;border-radius:9px 9px 0 0;background:#f9f6eff0}.harden-landing .aif-ledger-toolbar>span,.harden-landing .aif-ledger-toolbar>span strong,.harden-landing .aif-ledger-toolbar>span small{display:block}.harden-landing .aif-ledger-toolbar>span strong{color:#2d2924;font-size:.68rem}.harden-landing .aif-ledger-toolbar>span small{margin-top:1px;color:#918a7f;font-family:var(--font-mono);font-size:.47rem}.harden-landing .aif-ledger-toolbar>div{min-width:0;display:flex;gap:4px}.harden-landing .aif-ledger-toolbar button{min-height:28px;padding:5px 8px;border:1px solid transparent;border-radius:999px;color:#80796f;background:transparent;font-size:.55rem;font-weight:700;cursor:pointer;white-space:nowrap}.harden-landing .aif-ledger-toolbar button:hover,.harden-landing .aif-ledger-toolbar button.active{border-color:#d4cab9;color:#342f29;background:#fff}.harden-landing .aif-ledger-layout{min-height:284px;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(230px,.82fr);overflow:hidden;border:1px solid #ddd5c6;border-radius:0 0 10px 10px;background:#ffffffe6}.harden-landing .aif-call-list{min-width:0;border-right:1px solid #ddd5c6}.harden-landing .aif-call-header{min-height:30px;padding:0 34px 0 12px;display:grid;grid-template-columns:minmax(0,1fr) 64px 94px;align-items:center;gap:8px;border-bottom:1px solid #e3dccf;color:#989186;font-family:var(--font-mono);font-size:.47rem;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.harden-landing .aif-call-list>button{position:relative;width:100%;min-height:66px;padding:8px 11px;display:grid;grid-template-columns:minmax(0,1fr) 64px 94px 13px;align-items:center;gap:8px;border:0;border-bottom:1px solid #e7e0d5;color:#756f66;background:transparent;text-align:left;cursor:pointer}.harden-landing .aif-call-list>button:last-child{border-bottom:0}.harden-landing .aif-call-list>button:hover,.harden-landing .aif-call-list>button.active{background:color-mix(in srgb,var(--decision) 5%,white)}.harden-landing .aif-call-list>button.active:before{position:absolute;top:8px;bottom:8px;left:0;width:3px;border-radius:0 3px 3px 0;content:"";background:var(--decision)}.harden-landing .aif-call-list>button>svg{width:12px;color:#aaa297}.harden-landing .aif-call-list time{font-family:var(--font-mono);font-size:.47rem;white-space:nowrap}.harden-landing .aif-call-main{min-width:0;display:grid;grid-template-columns:27px minmax(0,1fr);align-items:center;gap:8px}.harden-landing .aif-call-main>i{width:27px;height:27px;display:grid;place-items:center;border:1px solid #ded6c9;border-radius:6px;color:#7b746a;background:#f8f5ef}.harden-landing .aif-call-main svg{width:13px}.harden-landing .aif-call-main>span,.harden-landing .aif-call-main strong,.harden-landing .aif-call-main small{min-width:0;display:block}.harden-landing .aif-call-main strong{overflow:hidden;color:#302c27;font-size:.63rem;text-overflow:ellipsis;white-space:nowrap}.harden-landing .aif-call-main small{margin-top:2px;overflow:hidden;color:#999186;font-family:var(--font-mono);font-size:.48rem;text-overflow:ellipsis;white-space:nowrap}.harden-landing .aif-call-detail{min-width:0;padding:13px 14px 11px;display:flex;flex-direction:column;background:linear-gradient(rgba(135,41,33,.018) 1px,transparent 1px),#fbf9f4;background-size:22px 22px}.harden-landing .aif-detail-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#989085;font-family:var(--font-mono);font-size:.48rem;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.harden-landing .aif-pending-badge{padding:4px 7px;display:inline-flex;align-items:center;gap:4px;border:1px solid #d8b86d;border-radius:999px;color:#80631d;background:#fbf2da;font-family:var(--font-mono);font-size:.4rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.harden-landing .aif-pending-badge svg{width:10px;height:10px}.harden-landing .aif-call-pending{justify-self:start;padding:3px 6px;font-size:.38rem}.harden-landing .aif-call-list .decision-badge,.harden-landing .aif-call-detail .decision-badge{min-height:28px;padding:4px 9px;font-size:.61rem}.harden-landing .aif-detail-title{margin:11px 0 9px;display:grid;grid-template-columns:35px minmax(0,1fr);align-items:center;gap:9px}.harden-landing .aif-detail-title>span{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;color:var(--decision);background:var(--decision-soft)}.harden-landing .aif-detail-title svg{width:17px}.harden-landing .aif-detail-title h4{margin:0;color:#2a2621;font-family:var(--font-display);font-size:1.2rem;font-weight:300;line-height:1}.harden-landing .aif-detail-title small{margin-top:3px;display:block;color:#958e83;font-size:.48rem}.harden-landing .aif-detail-signal{margin-bottom:8px;padding:7px 8px;display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:7px;border:1px solid color-mix(in srgb,var(--decision) 24%,#ddd5c6);border-radius:6px;color:var(--decision);background:var(--decision-soft)}.harden-landing .aif-detail-signal svg{width:15px}.harden-landing .aif-detail-signal small,.harden-landing .aif-detail-signal strong{display:block}.harden-landing .aif-detail-signal small{font-size:.46rem;text-transform:uppercase}.harden-landing .aif-detail-signal strong{margin-top:1px;color:#322d27;font-size:.56rem}.harden-landing .aif-command-block{margin-top:6px;padding:7px 8px;border:1px solid #ddd5c6;border-radius:6px;background:#fff}.harden-landing .aif-command-block.safe{border-color:color-mix(in srgb,var(--decision) 26%,#ddd5c6);background:var(--decision-soft)}.harden-landing .aif-command-block>span{display:flex;align-items:center;gap:4px;color:#8f887e;font-family:var(--font-mono);font-size:.46rem;font-weight:700;text-transform:uppercase}.harden-landing .aif-command-block>span svg{width:10px}.harden-landing .aif-command-block code{margin-top:5px;display:block;overflow-wrap:anywhere;color:#38332d;font-family:var(--font-mono);font-size:.48rem;line-height:1.45}.harden-landing .aif-call-detail>p{margin:8px 0 0;color:#706960;font-size:.54rem;line-height:1.45}.harden-landing .aif-detail-footer{margin-top:auto;padding-top:8px;display:flex;align-items:center;gap:5px;border-top:1px solid #e0d8cb;color:#8c857b;font-size:.48rem}.harden-landing .aif-detail-footer svg{width:12px}.harden-landing .aif-detail-signal,.harden-landing .aif-command-block.safe,.harden-landing .aif-call-detail>p,.harden-landing .aif-detail-footer{transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.harden-landing .story-phase-intercept .aif-detail-signal,.harden-landing .story-phase-intercept .aif-command-block.safe,.harden-landing .story-phase-intercept .aif-call-detail>p,.harden-landing .story-phase-intercept .aif-detail-footer,.harden-landing .story-phase-inspect .aif-call-detail>p,.harden-landing .story-phase-inspect .aif-detail-footer{visibility:hidden;opacity:0;transform:translateY(4px)}@media(max-width:1180px){.harden-landing .firewall-scroll-story{min-height:260vh}.harden-landing .firewall-scroll-step,.harden-landing .firewall-scroll-step:first-of-type{min-height:70vh}.harden-landing .firewall-scroll-step:last-child{min-height:100vh}}@media(max-width:800px){.harden-landing .firewall-scroll-story{min-height:260vh}.harden-landing .aif-summary-grid{grid-template-columns:repeat(6,minmax(76px,1fr))}.harden-landing .aif-ledger-layout{grid-template-columns:minmax(0,1.25fr) minmax(220px,.82fr)}}@media(max-width:560px){.harden-landing .firewall-scroll-story{min-height:260vh}.harden-landing .firewall-scroll-story .firewall-control-room{height:700px;min-height:700px}.harden-landing .firewall-screen-head{min-height:58px}.harden-landing .aif-agent-strip{min-height:60px;grid-template-columns:84px minmax(0,1fr)}.harden-landing .aif-agent-tabs button{min-height:44px;grid-template-columns:1fr;grid-template-rows:1fr}.harden-landing .aif-agent-tabs button>span{grid-row:auto}.harden-landing .aif-agent-tabs button em{display:none}.harden-landing .aif-summary-grid{min-height:92px;margin-bottom:7px;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.harden-landing .aif-total-card,.harden-landing .aif-summary-card{min-height:44px;padding:5px 7px}.harden-landing .aif-total-card strong,.harden-landing .aif-summary-card strong{margin-top:2px;font-size:.65rem}.harden-landing .aif-total-card small{display:none}.harden-landing .aif-ledger-toolbar{min-height:67px;padding:5px 6px;display:block}.harden-landing .aif-ledger-toolbar>span{padding:0 3px 4px}.harden-landing .aif-ledger-toolbar>div{width:100%;overflow-x:auto;scrollbar-width:none}.harden-landing .aif-ledger-toolbar button{min-height:44px}.harden-landing .aif-ledger-layout{min-height:328px;display:grid;grid-template-columns:1fr;grid-template-rows:84px minmax(0,1fr);overflow:hidden}.harden-landing .aif-call-list{overflow:hidden;border-right:0;border-bottom:1px solid #ddd5c6}.harden-landing .aif-call-header{min-height:26px;padding-right:29px;grid-template-columns:minmax(0,1fr) 64px}.harden-landing .aif-call-header span:nth-child(2){display:none}.harden-landing .aif-call-list>button{min-height:55px;padding:6px 8px;grid-template-columns:minmax(0,1fr) 68px 11px}.harden-landing .aif-call-list .decision-badge,.harden-landing .aif-call-detail .decision-badge{min-height:24px;padding:3px 7px;font-size:.48rem}.harden-landing .aif-call-list>button:nth-of-type(n+3){display:none}.harden-landing .aif-call-list>button:nth-of-type(n+2){display:none}.harden-landing .aif-call-list time{display:none}.harden-landing .aif-call-main{grid-template-columns:25px minmax(0,1fr);gap:6px}.harden-landing .aif-call-main>i{width:25px;height:25px}.harden-landing .aif-call-detail{min-height:238px;padding:9px 10px 10px;overflow:hidden}.harden-landing .aif-detail-title{margin:7px 0}.harden-landing .aif-detail-signal{margin-bottom:5px;padding:5px 6px}.harden-landing .aif-command-block{margin-top:4px;padding:5px 7px}.harden-landing .aif-command-block code{margin-top:3px;font-size:.3rem}.harden-landing .aif-call-detail>p,.harden-landing .aif-detail-footer{display:none}}@media(prefers-reduced-motion:reduce){.harden-landing .aif-summary-card,.harden-landing .aif-call-list>button{transition:none}}.harden-landing .firewall-boundary-demo{--boundary-tone: #872921;--boundary-soft: #f4dfdc;position:relative;margin:clamp(48px,6vw,82px) 0 clamp(84px,9vw,128px);overflow:hidden;border:1px solid #cfc8bb;border-radius:22px;background:#fbfaf6f5;box-shadow:0 32px 85px #2f261b1c,inset 0 1px #ffffffe6}.harden-landing .firewall-boundary-demo.is-block{--boundary-tone: #b51f35;--boundary-soft: #fbe6e9}.harden-landing .firewall-boundary-demo.is-ask{--boundary-tone: #9b6f13;--boundary-soft: #fbf0d3}.harden-landing .firewall-boundary-demo.is-rewrite{--boundary-tone: #6e56cf;--boundary-soft: #eeebff}.harden-landing .firewall-boundary-demo.is-allow{--boundary-tone: #237654;--boundary-soft: #e1f2e9}.harden-landing .firewall-boundary-demo.is-log{--boundary-tone: #65645f;--boundary-soft: #eeece7}.harden-landing .boundary-demo-header{min-height:190px;padding:clamp(28px,4vw,56px);display:flex;align-items:flex-end;justify-content:space-between;gap:40px;border-bottom:1px solid #d8d2c7;background:linear-gradient(90deg,rgba(135,41,33,.05),transparent 48%),#fbfaf6}.harden-landing .boundary-demo-header>div{max-width:820px}.harden-landing .boundary-kicker{margin-bottom:17px;display:flex;align-items:center;gap:9px;color:var(--crimson);font-family:var(--font-mono);font-size:.7rem;font-weight:700;letter-spacing:.085em;text-transform:uppercase}.harden-landing .boundary-kicker i{width:8px;height:8px;border-radius:50%;background:#2e7d5b;box-shadow:0 0 0 6px #2e7d5b1a}.harden-landing .boundary-demo-header h3{margin:0 0 12px;font-family:var(--font-display);font-size:clamp(2.45rem,4.2vw,4.5rem);font-weight:300;line-height:.96;letter-spacing:-.035em}.harden-landing .boundary-demo-header p{max-width:760px;margin:0;color:var(--muted);font-size:clamp(.9rem,1.15vw,1.06rem);line-height:1.75}.harden-landing .boundary-live-status{flex:0 0 auto;min-height:45px;padding:0 17px;display:inline-flex;align-items:center;gap:9px;border:1px solid #bdd8ca;border-radius:999px;color:#1e684a;background:#e3f2ea;font-family:var(--font-mono);font-size:.66rem;font-weight:700;letter-spacing:.045em;text-transform:uppercase}.harden-landing .boundary-live-status svg{width:16px}.harden-landing .firewall-boundary-stage{position:relative;isolation:isolate;min-height:720px;display:grid;grid-template-columns:minmax(235px,.9fr) minmax(385px,1.22fr) minmax(235px,.9fr);background:linear-gradient(rgba(135,41,33,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.025) 1px,transparent 1px),#f6f3eb;background-size:38px 38px}.harden-landing .boundary-route-track{position:absolute;z-index:4;top:51.5%;right:0;left:0;height:1px;pointer-events:none;background:linear-gradient(90deg,transparent 2%,#cfc9bc 9%,#cfc9bc 45%,var(--boundary-tone) 50%,#cfc9bc 55%,#cfc9bc 91%,transparent 98%)}.harden-landing .boundary-packet{position:absolute;top:-17px;width:34px;height:34px;display:grid;place-items:center;border:1px solid #cfc8ba;border-radius:50%;color:var(--ink);background:#fff;box-shadow:0 5px 18px #231d1629}.harden-landing .boundary-packet.outbound{color:#fff;border-color:var(--boundary-tone);background:var(--boundary-tone)}.harden-landing .boundary-packet svg{width:14px}.harden-landing .boundary-side{position:relative;z-index:1;padding:30px 22px 24px;display:flex;flex-direction:column;background:#fbfaf6d6}.harden-landing .boundary-agent-side{border-right:1px solid #d8d2c7}.harden-landing .boundary-destination-side{border-left:1px solid #d8d2c7}.harden-landing .boundary-side-heading{min-height:112px;display:flex;flex-direction:column}.harden-landing .boundary-side-heading>span{margin-bottom:10px;color:var(--crimson);font-family:var(--font-mono);font-size:.62rem;font-weight:700;letter-spacing:.075em;text-transform:uppercase}.harden-landing .boundary-side-heading strong{margin-bottom:8px;font-size:.97rem}.harden-landing .boundary-side-heading small{color:var(--muted);font-size:.7rem;line-height:1.55}.harden-landing .boundary-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.harden-landing .boundary-system-card{position:relative;min-width:0;min-height:61px;padding:9px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;overflow:hidden;border:1px solid #d8d2c7;border-radius:10px;background:#fffc;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease,transform .22s ease}.harden-landing .boundary-system-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.harden-landing .boundary-system-card strong,.harden-landing .boundary-system-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.harden-landing .boundary-system-card strong{font-size:.7rem;line-height:1.3}.harden-landing .boundary-system-card small{margin-top:2px;color:var(--muted-light);font-family:var(--font-mono);font-size:.46rem;text-transform:uppercase}.harden-landing .boundary-system-card>i{position:absolute;top:9px;right:9px;width:6px;height:6px;border-radius:50%;background:#a8aaa5}.harden-landing .boundary-system-card.active{z-index:2;border-color:var(--boundary-tone);background:var(--boundary-soft);box-shadow:0 0 0 2px color-mix(in srgb,var(--boundary-tone) 12%,transparent),0 10px 22px #2b231b1a;transform:translateY(-1px)}.harden-landing .boundary-system-card.active>i{background:var(--boundary-tone);box-shadow:0 0 0 4px color-mix(in srgb,var(--boundary-tone) 12%,transparent)}.harden-landing .boundary-system-card.held{border-style:dashed}.harden-landing .boundary-logo{width:34px;height:34px;display:grid;place-items:center;overflow:hidden;border:1px solid #d6d0c4;border-radius:8px;color:#34373b;background:#fff}.harden-landing .boundary-logo img,.harden-landing .boundary-logo svg{width:21px;height:21px;-o-object-fit:contain;object-fit:contain}.harden-landing .boundary-logo b{font-family:var(--font-mono);font-size:.62rem;letter-spacing:-.04em}.harden-landing .boundary-side>p{margin:auto 0 0;padding-top:22px;color:var(--muted);font-size:.66rem;line-height:1.55}.harden-landing .boundary-gate{position:relative;z-index:5;align-self:center;min-width:0;margin:32px 18px;overflow:hidden;border:1px solid #bdb5a7;border-top:4px solid var(--crimson);border-radius:16px;background:#fffefa;box-shadow:0 28px 55px #2f261b26,0 0 0 8px #f4f2eabf}.harden-landing .boundary-gate:before,.harden-landing .boundary-gate:after{position:absolute;top:-4px;width:38px;height:14px;content:"";background:var(--crimson)}.harden-landing .boundary-gate:before{left:0;clip-path:polygon(0 0,100% 0,72% 100%,0 100%)}.harden-landing .boundary-gate:after{right:0;clip-path:polygon(0 0,100% 0,100% 100%,28% 100%)}.harden-landing .boundary-gate-cap{min-height:84px;padding:16px 18px;display:grid;grid-template-columns:45px minmax(0,1fr);align-items:center;gap:12px;border-bottom:1px solid #ded8cd;background:#f8f5ed}.harden-landing .boundary-harden-mark{width:45px;height:45px;display:grid;place-items:center;border-radius:10px;background:var(--crimson)}.harden-landing .boundary-harden-mark img{width:23px;filter:brightness(0) invert(1)}.harden-landing .boundary-gate-cap>span:nth-child(2){display:flex;flex-direction:column}.harden-landing .boundary-gate-cap small{color:var(--crimson);font-family:var(--font-mono);font-size:.56rem;font-weight:700;letter-spacing:.075em;text-transform:uppercase}.harden-landing .boundary-gate-cap strong{margin-top:2px;font-size:.92rem}.harden-landing .boundary-action{min-height:215px;padding:22px 22px 20px;border-bottom:1px solid #e1dcd1}.harden-landing .boundary-action-route{margin-bottom:21px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px}.harden-landing .boundary-action-route>span{min-width:0;min-height:38px;padding:6px 8px;display:flex;align-items:center;gap:7px;overflow:hidden;border:1px solid #ddd7cb;border-radius:8px;background:#f8f6f0;font-size:.63rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.harden-landing .boundary-action-route img,.harden-landing .boundary-action-route span svg{width:20px;height:20px;flex:0 0 auto;-o-object-fit:contain;object-fit:contain}.harden-landing .boundary-action-route>svg{width:15px;color:var(--crimson)}.harden-landing .boundary-action>small{display:block;color:var(--crimson);font-family:var(--font-mono);font-size:.58rem;font-weight:700;letter-spacing:.065em;text-transform:uppercase}.harden-landing .boundary-action h4{margin:8px 0 15px;font-family:var(--font-display);font-size:clamp(1.55rem,2.3vw,2.15rem);font-weight:300;line-height:1.02}.harden-landing .boundary-action code{min-height:46px;padding:12px 13px;display:flex;align-items:center;border:1px solid #d7d0c3;color:#3b3d40;background:#f4f1e9;font-family:var(--font-mono);font-size:.58rem;line-height:1.45;overflow-wrap:anywhere}.harden-landing .boundary-inspection{padding:17px 22px;border-bottom:1px solid #e1dcd1;background:linear-gradient(90deg,rgba(135,41,33,.025),transparent),#fbfaf6}.harden-landing .boundary-inspection>span{display:block;margin-bottom:10px;color:var(--muted);font-family:var(--font-mono);font-size:.54rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.harden-landing .boundary-inspection>div{display:flex;flex-wrap:wrap;gap:5px}.harden-landing .boundary-inspection>div span{min-height:25px;padding:4px 7px;display:inline-flex;align-items:center;gap:4px;border:1px solid #d8d2c7;border-radius:999px;color:#55575a;background:#fff;font-family:var(--font-mono);font-size:.46rem}.harden-landing .boundary-inspection svg{width:11px;color:#2e7d5b}.harden-landing .boundary-decision{margin:18px 22px 12px;min-height:74px;padding:12px 14px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;border:1px solid color-mix(in srgb,var(--boundary-tone) 46%,white);border-radius:10px;background:var(--boundary-soft)}.harden-landing .boundary-decision>span:first-child{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--boundary-tone)}.harden-landing .boundary-decision svg{width:18px}.harden-landing .boundary-decision>span:last-child{min-width:0;display:flex;flex-direction:column}.harden-landing .boundary-decision small{color:var(--boundary-tone);font-family:var(--font-mono);font-size:.56rem;font-weight:800;letter-spacing:.075em;text-transform:uppercase}.harden-landing .boundary-decision strong{margin-top:3px;overflow:hidden;font-size:.7rem;text-overflow:ellipsis;white-space:nowrap}.harden-landing .boundary-outcome{min-height:59px;padding:0 22px 15px;display:flex;align-items:flex-start;gap:10px}.harden-landing .boundary-outcome span{padding-top:2px;color:var(--muted-light);font-family:var(--font-mono);font-size:.48rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.harden-landing .boundary-outcome strong{font-size:.68rem;line-height:1.5}.harden-landing .boundary-demo-footer{min-height:86px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid #d8d2c7;background:#fbfaf6}.harden-landing .boundary-footer-statement{flex:0 0 auto;font-family:var(--font-display);font-size:1.05rem}.harden-landing .boundary-footer-statement strong{color:var(--crimson);font-weight:300}.harden-landing .boundary-demo-footer nav{display:flex;align-items:center;justify-content:flex-end;gap:6px}.harden-landing .boundary-demo-footer button{min-height:35px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid #d5cfc3;border-radius:999px;color:var(--muted);background:#fff;cursor:pointer;font-family:var(--font-mono);font-size:.5rem;font-weight:700;text-transform:uppercase;transition:color .18s ease,border-color .18s ease,background .18s ease}.harden-landing .boundary-demo-footer button svg{width:13px}.harden-landing .boundary-demo-footer button.active{color:#fff;border-color:var(--boundary-tone);background:var(--boundary-tone)}.harden-landing .firewall-boundary-demo+.mobile-firewall-summary{display:none!important}@media(max-width:1180px){.harden-landing .firewall-boundary-stage{grid-template-columns:minmax(210px,.78fr) minmax(355px,1.2fr) minmax(210px,.78fr)}.harden-landing .boundary-side{padding-inline:15px}.harden-landing .boundary-system-card{grid-template-columns:31px minmax(0,1fr);gap:7px;padding-inline:7px}.harden-landing .boundary-logo{width:31px;height:31px}.harden-landing .boundary-system-card strong{font-size:.63rem}.harden-landing .boundary-gate{margin-inline:12px}}@media(max-width:960px){.harden-landing .boundary-demo-header{min-height:0;align-items:flex-start}.harden-landing .firewall-boundary-stage{min-height:0;grid-template-columns:minmax(0,1fr)}.harden-landing .boundary-route-track{display:none}.harden-landing .boundary-side{padding:25px 28px}.harden-landing .boundary-agent-side,.harden-landing .boundary-destination-side{border:0}.harden-landing .boundary-agent-side{border-bottom:1px solid #d8d2c7}.harden-landing .boundary-destination-side{border-top:1px solid #d8d2c7}.harden-landing .boundary-side-heading{min-height:0;margin-bottom:18px}.harden-landing .boundary-card-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.harden-landing .boundary-system-card{grid-template-columns:31px minmax(0,1fr)}.harden-landing .boundary-side>p{margin-top:16px;padding-top:0}.harden-landing .boundary-gate{width:min(610px,calc(100% - 56px));margin:38px auto}.harden-landing .boundary-demo-footer{align-items:flex-start;flex-direction:column}.harden-landing .boundary-demo-footer nav{width:100%;justify-content:flex-start}}@media(max-width:700px){.harden-landing .firewall-boundary-demo{margin:36px -2px 72px;border-radius:15px}.harden-landing .boundary-demo-header{padding:28px 21px;display:block}.harden-landing .boundary-demo-header h3{font-size:clamp(2.25rem,12vw,3.35rem)}.harden-landing .boundary-demo-header p{font-size:.82rem;line-height:1.65}.harden-landing .boundary-live-status{min-height:37px;margin-top:22px;font-size:.56rem}.harden-landing .boundary-side{padding:23px 18px}.harden-landing .boundary-side-heading strong{font-size:.9rem}.harden-landing .boundary-card-grid{margin-inline:-18px;padding:0 18px 7px;display:flex;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none}.harden-landing .boundary-card-grid::-webkit-scrollbar{display:none}.harden-landing .boundary-system-card{flex:0 0 145px;display:grid;scroll-snap-align:start}.harden-landing .boundary-gate{width:100%;margin:0;border-right:0;border-left:0;border-radius:0;box-shadow:none}.harden-landing .boundary-gate:before,.harden-landing .boundary-gate:after{width:28px}.harden-landing .boundary-gate-cap{padding-inline:18px}.harden-landing .boundary-action{min-height:205px;padding:20px 18px 18px}.harden-landing .boundary-action h4{font-size:1.75rem}.harden-landing .boundary-inspection{padding-inline:18px}.harden-landing .boundary-decision{margin-inline:18px}.harden-landing .boundary-outcome{padding-inline:18px}.harden-landing .boundary-demo-footer{padding:19px 18px 22px}.harden-landing .boundary-demo-footer nav{max-width:100%;padding-bottom:4px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}.harden-landing .boundary-demo-footer nav::-webkit-scrollbar{display:none}.harden-landing .boundary-demo-footer button{flex:0 0 auto}}@media(max-width:420px){.harden-landing .boundary-kicker{font-size:.57rem}.harden-landing .boundary-demo-header h3{font-size:2.38rem}.harden-landing .boundary-action-route{grid-template-columns:minmax(0,1fr) 13px minmax(0,1fr);gap:5px}.harden-landing .boundary-action-route>span{padding-inline:6px;font-size:.56rem}.harden-landing .boundary-action-route img,.harden-landing .boundary-action-route span svg{width:17px;height:17px}.harden-landing .boundary-gate-cap{grid-template-columns:40px minmax(0,1fr)}.harden-landing .boundary-harden-mark{width:40px;height:40px}.harden-landing .boundary-action code{font-size:.52rem}.harden-landing .boundary-decision{grid-template-columns:37px minmax(0,1fr);gap:9px;padding:10px}.harden-landing .boundary-decision>span:first-child{width:37px;height:37px}.harden-landing .boundary-decision strong{white-space:normal}.harden-landing .boundary-footer-statement{font-size:.95rem}}@media(prefers-reduced-motion:reduce){.harden-landing .boundary-system-card{transition:none}}.harden-landing .firewall-boundary-demo{margin-top:clamp(38px,5vw,64px);margin-bottom:clamp(48px,6vw,76px)}.harden-landing .firewall-boundary-demo~.firewall-scroll-story{display:none}.harden-landing .firewall-boundary-demo .boundary-demo-header{min-height:145px;padding-block:clamp(25px,3.2vw,42px);align-items:center}.harden-landing .firewall-boundary-demo .boundary-demo-header h3{margin-bottom:7px;font-size:clamp(2.35rem,3.5vw,3.85rem)}.harden-landing .firewall-boundary-demo .boundary-demo-header p{font-size:.88rem}.harden-landing .firewall-boundary-demo .firewall-boundary-stage{min-height:590px;grid-template-columns:minmax(260px,1fr) minmax(370px,1.1fr) minmax(220px,.78fr)}.harden-landing .boundary-side.compact{padding:26px 22px}.harden-landing .boundary-column-label{margin-bottom:16px;color:var(--crimson);font-family:var(--font-mono);font-size:.62rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.harden-landing .boundary-source-groups{flex:1;display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:10px}.harden-landing .boundary-source-group{position:relative;min-height:0;padding:16px 14px;display:flex;flex-direction:column;justify-content:center;border:1px solid #d8d2c7;border-radius:12px;background:#ffffffc7;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease}.harden-landing .boundary-source-group:after{position:absolute;top:50%;right:-23px;width:23px;height:1px;content:"";background:#cfc9bc}.harden-landing .boundary-source-group.active{border-color:var(--boundary-tone);background:var(--boundary-soft);box-shadow:0 12px 28px #2b231b1a}.harden-landing .boundary-source-group.active:after{height:2px;background:var(--boundary-tone)}.harden-landing .boundary-source-group>strong{margin-bottom:12px;font-size:.78rem}.harden-landing .boundary-source-group>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.harden-landing .boundary-agent-token{min-width:0;min-height:59px;padding:7px 3px 5px;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:5px;overflow:hidden;border:1px solid #ded8cd;border-radius:9px;color:#505257;background:#fff;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.harden-landing .boundary-agent-token img,.harden-landing .boundary-agent-token>svg{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.harden-landing .boundary-agent-token b{font-family:var(--font-mono);font-size:.58rem}.harden-landing .boundary-agent-token small{max-width:100%;overflow:hidden;color:#6f7175;font-size:.43rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.harden-landing .boundary-agent-token.active{border-color:var(--boundary-tone);box-shadow:0 0 0 2px color-mix(in srgb,var(--boundary-tone) 12%,transparent);transform:translateY(-2px)}.harden-landing .boundary-agent-token.active small{color:var(--boundary-tone)}.harden-landing .firewall-boundary-demo .boundary-gate{margin-block:42px;align-self:stretch;display:flex;flex-direction:column}.harden-landing .firewall-boundary-demo .boundary-action{min-height:200px;flex:1;display:flex;flex-direction:column;justify-content:center}.harden-landing .firewall-boundary-demo .boundary-action h4{font-size:clamp(1.65rem,2.15vw,2.05rem)}.harden-landing .boundary-scan{position:relative;min-height:82px;padding:16px 20px 13px;overflow:hidden;border-bottom:1px solid #e1dcd1;background:repeating-linear-gradient(90deg,transparent 0,transparent 31px,rgba(135,41,33,.035) 32px),#f8f5ee}.harden-landing .boundary-scan>span{position:absolute;top:0;bottom:0;left:50%;width:28%;pointer-events:none;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--boundary-tone) 14%,transparent),transparent)}.harden-landing .boundary-scan>div{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.harden-landing .boundary-scan i{width:26px;height:26px;display:grid;place-items:center;border:1px solid color-mix(in srgb,var(--boundary-tone) 40%,white);border-radius:50%;color:var(--boundary-tone);background:#fff}.harden-landing .boundary-scan i svg{width:12px}.harden-landing .boundary-scan small{position:relative;z-index:1;margin-top:9px;display:block;color:#83837f;font-family:var(--font-mono);font-size:.45rem;letter-spacing:.035em;text-align:center;text-transform:uppercase;white-space:nowrap}.harden-landing .firewall-boundary-demo .boundary-decision{margin-block:16px}.harden-landing .boundary-destination-list{flex:1;display:grid;grid-template-rows:repeat(5,minmax(0,1fr));gap:9px}.harden-landing .boundary-destination-card{position:relative;min-height:0;padding:10px 12px;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:11px;border:1px solid #d8d2c7;border-radius:11px;background:#ffffffd1;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.harden-landing .boundary-destination-card:before{position:absolute;top:50%;left:-23px;width:23px;height:1px;content:"";background:#cfc9bc}.harden-landing .boundary-destination-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column}.harden-landing .boundary-destination-card strong{font-size:.76rem}.harden-landing .boundary-destination-card small{margin-top:2px;color:#8d8d89;font-family:var(--font-mono);font-size:.46rem;text-transform:uppercase}.harden-landing .boundary-destination-card>i{position:absolute;top:12px;right:11px;width:6px;height:6px;border-radius:50%;background:#b8b7b2}.harden-landing .boundary-destination-card.active{border-color:var(--boundary-tone);background:var(--boundary-soft);box-shadow:0 12px 26px #2b231b1a}.harden-landing .boundary-destination-card.active:before{height:2px;background:var(--boundary-tone)}.harden-landing .boundary-destination-card.active>i{background:var(--boundary-tone);box-shadow:0 0 0 4px color-mix(in srgb,var(--boundary-tone) 12%,transparent)}.harden-landing .boundary-destination-card.held{border-style:dashed}.harden-landing .boundary-destination-logo{width:46px;height:43px;padding:8px;display:grid;place-items:center;border:1px solid #ddd7cc;border-radius:9px;background:#fff}.harden-landing .boundary-destination-logo>img,.harden-landing .boundary-destination-logo>svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.harden-landing .boundary-action-route .boundary-destination-logo{display:contents}.harden-landing .firewall-boundary-demo .boundary-demo-footer{min-height:72px;padding-block:12px}.harden-landing .firewall-boundary-demo .boundary-demo-footer nav{justify-content:flex-start}.harden-landing .firewall-boundary-demo .boundary-footer-statement{margin-left:auto;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.04em;text-transform:uppercase}.harden-landing .firewall-boundary-demo .boundary-footer-statement strong{font-family:inherit;font-weight:800}@media(max-width:1100px){.harden-landing .firewall-boundary-demo .firewall-boundary-stage{grid-template-columns:minmax(225px,.95fr) minmax(340px,1.1fr) minmax(205px,.76fr)}.harden-landing .boundary-side.compact{padding-inline:15px}.harden-landing .boundary-source-group{padding-inline:10px}.harden-landing .boundary-source-group:after,.harden-landing .boundary-destination-card:before{width:16px}.harden-landing .boundary-source-group:after{right:-16px}.harden-landing .boundary-destination-card:before{left:-16px}}@media(max-width:960px){.harden-landing .firewall-boundary-demo .firewall-boundary-stage{grid-template-columns:minmax(0,1fr)}.harden-landing .boundary-side.compact{padding:24px 28px}.harden-landing .boundary-source-groups{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:none}.harden-landing .boundary-source-group:after,.harden-landing .boundary-destination-card:before{display:none}.harden-landing .boundary-source-group>div{grid-template-columns:repeat(2,minmax(0,1fr))}.harden-landing .firewall-boundary-demo .boundary-gate{width:min(560px,calc(100% - 56px));min-height:500px}.harden-landing .boundary-destination-list{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:none}.harden-landing .boundary-destination-card{min-height:84px;padding:9px 7px;grid-template-columns:minmax(0,1fr);justify-items:center;gap:5px;text-align:center}.harden-landing .boundary-destination-card>i{top:8px;right:8px}.harden-landing .boundary-destination-logo{width:40px;height:37px;padding:7px}.harden-landing .boundary-destination-card small{display:none}.harden-landing .firewall-boundary-demo .boundary-demo-footer{align-items:center;flex-direction:row}}@media(max-width:700px){.harden-landing .firewall-boundary-demo .boundary-demo-header{padding:25px 20px}.harden-landing .firewall-boundary-demo .boundary-demo-header h3{font-size:2.55rem}.harden-landing .firewall-boundary-demo .boundary-demo-header p{font-size:.78rem}.harden-landing .boundary-source-groups{margin-inline:-18px;padding:0 18px 5px;display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.harden-landing .boundary-source-groups::-webkit-scrollbar,.harden-landing .boundary-destination-list::-webkit-scrollbar{display:none}.harden-landing .boundary-source-group{flex:0 0 235px;min-height:130px;scroll-snap-align:start}.harden-landing .boundary-agent-token small{font-size:.42rem}.harden-landing .firewall-boundary-demo .boundary-gate{width:100%;min-height:0}.harden-landing .boundary-destination-list{margin-inline:-18px;padding:0 18px 5px;display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.harden-landing .boundary-destination-card{flex:0 0 105px;min-height:88px;scroll-snap-align:start}.harden-landing .firewall-boundary-demo .boundary-demo-footer{align-items:flex-start;flex-direction:column}.harden-landing .firewall-boundary-demo .boundary-footer-statement{margin-left:0}}@media(max-width:420px){.harden-landing .firewall-boundary-demo .boundary-demo-header h3{font-size:2.25rem}.harden-landing .boundary-source-group{flex-basis:218px}.harden-landing .boundary-scan{padding-inline:15px}.harden-landing .boundary-scan small{font-size:.39rem}}@media(prefers-reduced-motion:reduce){.harden-landing .boundary-source-group,.harden-landing .boundary-agent-token,.harden-landing .boundary-destination-card{transition:none}}.harden-landing .firewall-boundary-demo .boundary-kicker{font-size:.9rem}.harden-landing .firewall-boundary-demo .boundary-demo-header p{font-size:1.08rem}.harden-landing .firewall-boundary-demo .boundary-live-status{min-height:49px;padding-inline:19px;font-size:.84rem}.harden-landing .firewall-boundary-demo .firewall-boundary-stage{min-height:0}.harden-landing .firewall-boundary-demo .boundary-column-label{font-size:.84rem}.harden-landing .firewall-boundary-demo .boundary-source-group:after,.harden-landing .firewall-boundary-demo .boundary-destination-card:before{opacity:0}.harden-landing .firewall-boundary-demo .boundary-source-group.active:after{right:-66px;width:66px;height:12px;opacity:1;clip-path:polygon(0 42%,84% 42%,84% 12%,100% 50%,84% 88%,84% 58%,0 58%);background:var(--boundary-tone);animation:boundary-connector-in 1.15s ease-in-out infinite}.harden-landing .firewall-boundary-demo .boundary-destination-card.active:before{left:-66px;width:66px;height:12px;opacity:1;clip-path:polygon(0 42%,84% 42%,84% 12%,100% 50%,84% 88%,84% 58%,0 58%);background:var(--boundary-tone);animation:boundary-connector-out 1.15s .45s ease-in-out infinite}.harden-landing .firewall-boundary-demo .boundary-destination-card.active.held:before{opacity:0;animation:none}.harden-landing .firewall-boundary-demo .boundary-source-group>strong{font-size:1.03rem;overflow-wrap:anywhere}.harden-landing .firewall-boundary-demo .boundary-agent-token{min-height:70px}.harden-landing .firewall-boundary-demo .boundary-agent-token img,.harden-landing .firewall-boundary-demo .boundary-agent-token>svg{width:29px;height:29px}.harden-landing .firewall-boundary-demo .boundary-agent-token small{font-size:.72rem}.harden-landing .firewall-boundary-demo .boundary-agent-token b{font-size:.78rem}.harden-landing .firewall-boundary-demo .boundary-gate-cap small{font-size:.73rem}.harden-landing .firewall-boundary-demo .boundary-gate-cap strong{font-size:1.12rem}.harden-landing .firewall-boundary-demo .boundary-action{min-height:0}.harden-landing .firewall-boundary-demo .boundary-action-route>span{min-height:46px;font-size:.84rem}.harden-landing .firewall-boundary-demo .boundary-action>small{font-size:.78rem}.harden-landing .firewall-boundary-demo .boundary-action code{min-height:54px;font-size:.78rem}.harden-landing .firewall-boundary-demo .boundary-scan{min-height:64px;margin:13px -18px 15px;padding:10px 18px 9px;border-top:1px solid #e1dcd1}.harden-landing .firewall-boundary-demo .boundary-scan i{width:27px;height:27px}.harden-landing .firewall-boundary-demo .boundary-scan i svg{width:14px}.harden-landing .firewall-boundary-demo .boundary-scan small{margin-top:6px;font-size:.7rem}.harden-landing .firewall-boundary-demo .boundary-decision{min-height:88px}.harden-landing .firewall-boundary-demo .boundary-decision small{font-size:.78rem}.harden-landing .firewall-boundary-demo .boundary-decision strong{font-size:.93rem;overflow-wrap:anywhere}.harden-landing .firewall-boundary-demo .boundary-destination-card strong{font-size:1rem;overflow-wrap:anywhere}.harden-landing .firewall-boundary-demo .boundary-destination-card small{font-size:.7rem}.harden-landing .firewall-boundary-demo .boundary-demo-footer button{min-height:43px;padding-inline:13px;font-size:.74rem}.harden-landing .firewall-boundary-demo .boundary-footer-statement{font-size:.82rem}@media(min-width:961px){.harden-landing .firewall-boundary-demo{height:clamp(600px,calc(100svh - 104px),810px);margin-top:clamp(28px,4vh,46px);margin-bottom:clamp(24px,4vh,44px);display:grid;grid-template-rows:auto minmax(0,1fr) auto}.harden-landing .firewall-boundary-demo .boundary-demo-header{min-height:0;padding:clamp(18px,2.8vh,28px) clamp(28px,3vw,44px)}.harden-landing .firewall-boundary-demo .boundary-demo-header h3{margin-bottom:5px;font-size:clamp(2.7rem,4.2vw,4rem)}.harden-landing .firewall-boundary-demo .boundary-kicker{margin-bottom:8px}.harden-landing .firewall-boundary-demo .firewall-boundary-stage{height:100%;overflow:hidden}.harden-landing .firewall-boundary-demo .boundary-side.compact{padding-block:clamp(16px,2.2vh,24px)}.harden-landing .firewall-boundary-demo .boundary-column-label{margin-bottom:10px}.harden-landing .firewall-boundary-demo .boundary-source-groups,.harden-landing .firewall-boundary-demo .boundary-destination-list{gap:7px}.harden-landing .firewall-boundary-demo .boundary-source-group{padding-block:clamp(9px,1.45vh,14px)}.harden-landing .firewall-boundary-demo .boundary-source-group>strong{margin-bottom:8px}.harden-landing .firewall-boundary-demo .boundary-agent-token{min-height:clamp(52px,7.4vh,65px)}.harden-landing .firewall-boundary-demo .boundary-gate{margin-block:clamp(14px,2.4vh,24px)}.harden-landing .firewall-boundary-demo .boundary-gate-cap{min-height:66px;padding-block:9px}.harden-landing .firewall-boundary-demo .boundary-harden-mark{width:39px;height:39px}.harden-landing .firewall-boundary-demo .boundary-action{padding:clamp(12px,1.8vh,18px) 18px 13px;justify-content:flex-start}.harden-landing .firewall-boundary-demo .boundary-action-route{margin-bottom:0}.harden-landing .firewall-boundary-demo .boundary-action-route>span{min-height:42px}.harden-landing .firewall-boundary-demo .boundary-scan{min-height:54px;margin-block:8px 10px;padding-block:7px 6px}.harden-landing .firewall-boundary-demo .boundary-scan i{width:24px;height:24px}.harden-landing .firewall-boundary-demo .boundary-scan small{margin-top:4px}.harden-landing .firewall-boundary-demo .boundary-action h4{margin:4px 0 7px;font-size:clamp(1.5rem,2vw,1.95rem)}.harden-landing .firewall-boundary-demo .boundary-action code{min-height:42px;padding-block:9px}.harden-landing .firewall-boundary-demo .boundary-decision{min-height:68px;margin:10px 18px;padding-block:9px}.harden-landing .firewall-boundary-demo .boundary-decision>span:first-child{width:38px;height:38px}.harden-landing .firewall-boundary-demo .boundary-destination-card{min-height:0;padding-block:7px}.harden-landing .firewall-boundary-demo .boundary-destination-logo{width:41px;height:39px}.harden-landing .firewall-boundary-demo .boundary-demo-footer{min-height:58px;padding-block:7px}}@keyframes boundary-connector-in{0%{opacity:.38;transform:scaleX(.35);transform-origin:left center}65%,to{opacity:1;transform:scaleX(1);transform-origin:left center}}@keyframes boundary-connector-out{0%{opacity:.25;transform:scaleX(.35);transform-origin:left center}65%,to{opacity:1;transform:scaleX(1);transform-origin:left center}}@media(max-width:1180px)and (min-width:961px){.harden-landing .firewall-boundary-demo .boundary-source-group.active:after{right:-50px;width:50px}.harden-landing .firewall-boundary-demo .boundary-destination-card.active:before{left:-50px;width:50px}.harden-landing .firewall-boundary-demo .boundary-agent-token small{font-size:.68rem}}@media(max-width:700px){.harden-landing .firewall-boundary-demo .boundary-kicker{font-size:.7rem}.harden-landing .firewall-boundary-demo .boundary-demo-header p{font-size:.9rem}.harden-landing .firewall-boundary-demo .boundary-live-status{min-height:40px;font-size:.72rem}.harden-landing .firewall-boundary-demo .boundary-column-label{font-size:.74rem}.harden-landing .firewall-boundary-demo .boundary-source-group>strong{font-size:.9rem}.harden-landing .firewall-boundary-demo .boundary-agent-token small{font-size:.62rem}.harden-landing .firewall-boundary-demo .boundary-gate-cap small{font-size:.65rem}.harden-landing .firewall-boundary-demo .boundary-gate-cap strong{font-size:1rem}.harden-landing .firewall-boundary-demo .boundary-action-route>span,.harden-landing .firewall-boundary-demo .boundary-action>small,.harden-landing .firewall-boundary-demo .boundary-action code{font-size:.68rem}.harden-landing .firewall-boundary-demo .boundary-scan small{font-size:.58rem}.harden-landing .firewall-boundary-demo .boundary-decision small{font-size:.64rem}.harden-landing .firewall-boundary-demo .boundary-decision strong{font-size:.82rem}.harden-landing .firewall-boundary-demo .boundary-destination-card strong{font-size:.85rem}.harden-landing .firewall-boundary-demo .boundary-demo-footer button{min-height:39px;font-size:.66rem}.harden-landing .firewall-boundary-demo .boundary-footer-statement{font-size:.7rem}}@media(prefers-reduced-motion:reduce){.harden-landing .firewall-boundary-demo .boundary-source-group.active:after,.harden-landing .firewall-boundary-demo .boundary-destination-card.active:before{animation:none}}.harden-landing .eyebrow{font-size:.75rem}.harden-landing .hero-promise,.harden-landing .scroll-cue,.harden-landing .agent-chip strong,.harden-landing .agent-universal-note,.harden-landing .context-cta-link,.harden-landing .story-step>small,.harden-landing .story-step>button,.harden-landing .visual-label,.harden-landing .scanner-switcher button,.harden-landing .architecture-topline,.harden-landing .cloud-choice small,.harden-landing .cloud-provider b,.harden-landing .cloud-provider small,.harden-landing .boundary-note strong,.harden-landing .boundary-note span,.harden-landing .evidence-title small,.harden-landing .evidence-verified,.harden-landing .evidence-rows span,.harden-landing .person-role,.harden-landing .person-linkedin,.harden-landing .footer-nav a span,.harden-landing .footer-bottom{font-size:max(.7rem,11px)}.harden-landing .agent-rail-copy p,.harden-landing .story-step p,.harden-landing .evidence-rows strong,.harden-landing .person p{font-size:max(.78rem,12px)}.harden-landing .hero-system small,.harden-landing .product-window small,.harden-landing .firewall-section small,.harden-landing .byoc-section small,.harden-landing .evidence-section small,.harden-landing .team-section small,.harden-landing footer small{font-size:max(.68rem,10.8px)}.harden-landing .console-kicker,.harden-landing .live-label,.harden-landing .repo-title .branch,.harden-landing .scan-row,.harden-landing .severity,.harden-landing .decision-reason,.harden-landing .product-eyebrow,.harden-landing .fix-queue-label{font-size:max(.7rem,11px)}@media(max-width:700px){.harden-landing .eyebrow{font-size:.7rem}.harden-landing .hero-promise,.harden-landing .agent-chip strong,.harden-landing .agent-universal-note,.harden-landing .context-cta-link,.harden-landing .person-role,.harden-landing .person-linkedin,.harden-landing .footer-nav a span,.harden-landing .footer-bottom{font-size:.68rem}}.harden-landing .firewall-boundary-demo .boundary-kicker{margin-bottom:7px;font-size:.76rem}.harden-landing .firewall-boundary-demo .boundary-demo-header h3{margin-bottom:5px;font-size:clamp(2.35rem,3.4vw,3.25rem)}.harden-landing .firewall-boundary-demo .boundary-demo-header p{font-size:.94rem;line-height:1.5}.harden-landing .firewall-boundary-demo .boundary-live-status{min-height:42px;padding-inline:15px;font-size:.72rem}.harden-landing .firewall-boundary-demo .boundary-column-label{margin-bottom:9px;font-size:.74rem}.harden-landing .firewall-boundary-demo .boundary-source-group>strong{margin-bottom:7px;font-size:.88rem}.harden-landing .firewall-boundary-demo .boundary-agent-token{min-height:52px}.harden-landing .firewall-boundary-demo .boundary-agent-token img,.harden-landing .firewall-boundary-demo .boundary-agent-token>svg{width:24px;height:24px}.harden-landing .firewall-boundary-demo .boundary-agent-token small{font-size:.62rem}.harden-landing .firewall-boundary-demo .boundary-gate{align-self:center;display:block}.harden-landing .firewall-boundary-demo .boundary-gate-cap{min-height:58px;padding:8px 14px;grid-template-columns:36px minmax(0,1fr);gap:10px}.harden-landing .firewall-boundary-demo .boundary-gate-cap>*{transform:translateY(3px)}.harden-landing .firewall-boundary-demo .boundary-harden-mark{width:36px;height:36px;border-radius:8px}.harden-landing .firewall-boundary-demo .boundary-harden-mark img{width:19px}.harden-landing .firewall-boundary-demo .boundary-gate-cap small{font-size:.64rem}.harden-landing .firewall-boundary-demo .boundary-gate-cap strong{font-size:.98rem}.harden-landing .firewall-boundary-demo .boundary-action{min-height:0;padding:12px 14px 13px;display:block}.harden-landing .firewall-boundary-demo .boundary-action-route{margin-bottom:14px}.harden-landing .firewall-boundary-demo .boundary-action-route>span{min-height:34px;padding-block:4px;font-size:.72rem}.harden-landing .firewall-boundary-demo .boundary-action-route img,.harden-landing .firewall-boundary-demo .boundary-action-route span svg{width:17px;height:17px}.harden-landing .firewall-boundary-demo .boundary-action>small{display:inline-flex;align-items:center;color:var(--crimson);font-size:.7rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.harden-landing .firewall-boundary-demo .boundary-action h4{margin:6px 0 9px;font-size:clamp(1.3rem,1.7vw,1.55rem)}.harden-landing .firewall-boundary-demo .boundary-action code{min-height:38px;padding:8px 10px;font-size:.68rem}.harden-landing .firewall-boundary-demo .boundary-decision{min-height:58px;margin:9px 14px 12px;padding:8px 10px;grid-template-columns:34px minmax(0,1fr);gap:10px}.harden-landing .firewall-boundary-demo .boundary-decision>span:first-child{width:34px;height:34px}.harden-landing .firewall-boundary-demo .boundary-decision svg{width:15px}.harden-landing .firewall-boundary-demo .boundary-decision small{font-size:.64rem}.harden-landing .firewall-boundary-demo .boundary-decision strong{font-size:.82rem}.harden-landing .firewall-boundary-demo .boundary-destination-card strong{font-size:.88rem}.harden-landing .firewall-boundary-demo .boundary-destination-card small{font-size:.62rem}.harden-landing .firewall-boundary-demo .boundary-demo-footer{min-height:54px;padding-block:6px}.harden-landing .firewall-boundary-demo .boundary-demo-footer button{min-height:38px;font-size:.68rem}.harden-landing .firewall-boundary-demo .boundary-footer-statement{font-size:.72rem}@media(min-width:961px){.harden-landing .firewall-boundary-demo{height:auto;margin-block:clamp(28px,4vw,48px);display:block}.harden-landing .firewall-boundary-demo .boundary-demo-header{min-height:0;padding:clamp(16px,2.4vh,22px) clamp(28px,3vw,42px)}.harden-landing .firewall-boundary-demo .firewall-boundary-stage{height:auto;min-height:510px;grid-template-columns:minmax(270px,1fr) minmax(350px,.92fr) minmax(235px,.82fr);overflow:hidden}.harden-landing .firewall-boundary-demo .boundary-side.compact{padding:clamp(14px,2vh,20px) 20px}.harden-landing .firewall-boundary-demo .boundary-source-groups,.harden-landing .firewall-boundary-demo .boundary-destination-list{gap:7px}.harden-landing .firewall-boundary-demo .boundary-source-group{padding:9px 12px}.harden-landing .firewall-boundary-demo .boundary-gate{margin:24px 20px}.harden-landing .firewall-boundary-demo .boundary-destination-card{padding-block:7px}.harden-landing .firewall-boundary-demo .boundary-destination-logo{width:38px;height:36px;padding:6px}}@media(min-width:701px)and (max-width:960px){.harden-landing .firewall-boundary-demo{margin-block:28px 56px}.harden-landing .firewall-boundary-demo .boundary-demo-header{min-height:0;padding:20px 28px}.harden-landing .firewall-boundary-demo .boundary-demo-header h3{font-size:clamp(2.2rem,5vw,2.75rem)}.harden-landing .firewall-boundary-demo .firewall-boundary-stage{min-height:0}.harden-landing .firewall-boundary-demo .boundary-side.compact{padding:15px 24px}.harden-landing .firewall-boundary-demo .boundary-source-groups{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.harden-landing .firewall-boundary-demo .boundary-source-group{min-height:74px;padding:10px}.harden-landing .firewall-boundary-demo .boundary-source-group:last-child{grid-column:1 / -1}.harden-landing .firewall-boundary-demo .boundary-source-group:last-child>div{grid-template-columns:repeat(3,minmax(0,1fr))}.harden-landing .firewall-boundary-demo .boundary-agent-token{min-height:48px}.harden-landing .firewall-boundary-demo .boundary-gate{width:min(520px,calc(100% - 48px));min-height:0;margin:18px auto}.harden-landing .firewall-boundary-demo .boundary-destination-list{gap:7px}.harden-landing .firewall-boundary-demo .boundary-destination-card{min-height:72px}}@media(max-width:700px){.harden-landing .firewall-boundary-demo{margin-block:20px 46px;border-radius:16px}.harden-landing .firewall-boundary-demo .boundary-demo-header{min-height:0;padding:17px 18px}.harden-landing .firewall-boundary-demo .boundary-demo-header h3{font-size:clamp(1.85rem,9vw,2.15rem)}.harden-landing .firewall-boundary-demo .boundary-demo-header p{max-width:31ch;font-size:.8rem}.harden-landing .firewall-boundary-demo .boundary-live-status{display:none}.harden-landing .firewall-boundary-demo .firewall-boundary-stage{min-height:0;grid-template-columns:minmax(0,1fr)}.harden-landing .firewall-boundary-demo .boundary-agent-side,.harden-landing .firewall-boundary-demo .boundary-destination-side{display:none}.harden-landing .firewall-boundary-demo .boundary-gate{width:calc(100% - 24px);min-height:0;margin:12px}.harden-landing .firewall-boundary-demo .boundary-scan i{gap:2px}.harden-landing .firewall-boundary-demo .boundary-scan i span{font-size:.52rem}.harden-landing .firewall-boundary-demo .boundary-action>small,.harden-landing .firewall-boundary-demo .boundary-action code{font-size:.64rem}.harden-landing .firewall-boundary-demo .boundary-action h4{font-size:1.32rem}.harden-landing .firewall-boundary-demo .boundary-demo-footer{padding:6px 10px}.harden-landing .firewall-boundary-demo .boundary-demo-footer nav{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;overflow:visible}.harden-landing .firewall-boundary-demo .boundary-demo-footer button{width:100%;justify-content:center;padding-inline:7px}.harden-landing .firewall-boundary-demo .boundary-footer-statement{display:none}}.harden-landing .hero h1{font-size:var(--type-display-hero)}.harden-landing .hero-lede,.harden-landing .section-lede{font-size:var(--type-body-lede);line-height:var(--leading-body)}.harden-landing .eyebrow{font-size:var(--type-label)}.harden-landing .button,.harden-landing .desktop-nav,.harden-landing .nav-actions,.harden-landing .context-cta-link,.harden-landing .footer-nav a{font-size:var(--type-action)}.harden-landing .threat-section,.harden-landing .scanner-section,.harden-landing .firewall-section,.harden-landing .byoc-section,.harden-landing .evidence-section,.harden-landing .team-section{padding-block:var(--space-section)}.harden-landing .section-heading{margin-bottom:var(--space-heading)}.harden-landing .section-heading h2{font-size:var(--type-display-section);line-height:var(--leading-display)}.harden-landing .threat-side h3{font-size:var(--type-display-subsection);line-height:1.06}.harden-landing .threat-side.is-firewall,.harden-landing .threat-side.is-scanner{overflow:hidden}.harden-landing .threat-side.is-firewall:before,.harden-landing .threat-side.is-scanner:before{position:absolute;top:0;right:clamp(28px,5vw,72px);left:clamp(28px,5vw,72px);height:3px;content:""}.harden-landing .threat-side.is-firewall:before{background:var(--crimson)}.harden-landing .threat-side.is-scanner:before{background:var(--gold)}.harden-landing .threat-side.is-scanner .threat-product svg{color:var(--gold-dark)}.harden-landing .threat-product span{font-size:var(--type-utility)}.harden-landing .threat-product strong{font-size:var(--type-body-small)}.harden-landing .story-step h3,.harden-landing .firewall-scroll-step h3{font-size:var(--type-display-subsection);line-height:1.05}.harden-landing .firewall-boundary-demo .boundary-demo-header h3{font-size:var(--type-display-feature);line-height:1}.harden-landing .threat-side>p:not(.eyebrow),.harden-landing .final-cta p{font-size:var(--type-body);line-height:var(--leading-body)}.harden-landing .agent-rail-copy p,.harden-landing .story-step p,.harden-landing .evidence-rows strong,.harden-landing .person p{font-size:var(--type-body-small);line-height:1.6}.harden-landing .context-cta{margin-top:var(--space-heading);padding:22px var(--space-card)}.harden-landing .context-cta .context-cta-copy small{font-size:var(--type-utility)}.harden-landing .context-cta-copy strong{font-size:var(--type-display-ui);line-height:var(--leading-heading)}.harden-landing .byoc-grid,.harden-landing .evidence-grid{gap:var(--space-layout-gap)}.harden-landing .cloud-architecture{padding:clamp(22px,2vw,28px)}.harden-landing .architecture-topline,.harden-landing .byoc-section .architecture-node span,.harden-landing .byoc-section .cloud-choice small,.harden-landing .byoc-section .cloud-provider small,.harden-landing .byoc-section .cloud-label span,.harden-landing .byoc-section .boundary-note span,.harden-landing .evidence-section .evidence-title small,.harden-landing .evidence-verified,.harden-landing .evidence-rows span,.harden-landing .person-role,.harden-landing .person-linkedin,.harden-landing .footer-bottom{font-size:var(--type-utility)}.harden-landing .architecture-node strong,.harden-landing .cloud-choice strong,.harden-landing .cloud-provider b,.harden-landing .cloud-label strong,.harden-landing .boundary-note strong,.harden-landing .evidence-rows strong,.harden-landing .person p{font-size:var(--type-body-small)}.harden-landing .architecture-node span,.harden-landing .boundary-note span{line-height:var(--leading-compact)}.harden-landing .architecture-node{min-height:82px;padding:16px}.harden-landing .cloud-choice{min-height:92px;padding-block:20px}.harden-landing .cloud-choice small{margin-bottom:6px}.harden-landing .cloud-provider{min-height:88px;padding:14px}.harden-landing .cloud-provider small{margin-top:4px}.harden-landing .customer-cloud{padding:20px}.harden-landing .cloud-services .architecture-node{min-height:156px}.harden-landing .boundary-note{margin-top:20px;padding:18px}.harden-landing .evidence-tabs button{font-size:var(--type-utility)}.harden-landing .evidence-title strong,.harden-landing .person h3{font-size:var(--type-display-ui);line-height:var(--leading-heading)}.harden-landing .final-cta h2{font-size:var(--type-display-section)}.harden-landing .dashboard-window .dashboard-sidebar .side-nav>span{font-size:var(--type-demo-detail)}.harden-landing .dashboard-window .dashboard-runtime-card>span,.harden-landing .dashboard-window .dashboard-runtime-card small,.harden-landing .dashboard-window .dashboard-screen-head .product-eyebrow,.harden-landing .dashboard-window .dashboard-metric>span,.harden-landing .dashboard-window .dashboard-metric small,.harden-landing .dashboard-window .dashboard-table-row.table-head,.harden-landing .dashboard-window .runtime-banner>small,.harden-landing .dashboard-window .findings-toolbar small,.harden-landing .dashboard-window .fix-confidence span,.harden-landing .dashboard-window .policy-list span>small,.harden-landing .dashboard-window .release-gate-card>div{font-size:.58rem}.harden-landing .dashboard-window .dashboard-runtime-card strong,.harden-landing .dashboard-window .product-tenant>span:last-child,.harden-landing .dashboard-window .dashboard-topbar>button,.harden-landing .dashboard-window .dashboard-screen-head>button,.harden-landing .dashboard-window .connection-strip span,.harden-landing .dashboard-window .connection-strip small,.harden-landing .dashboard-window .dashboard-table-row code,.harden-landing .dashboard-window .status-chip,.harden-landing .dashboard-window .runtime-banner span,.harden-landing .dashboard-window .findings-toolbar span,.harden-landing .dashboard-window .dashboard-diff-foot,.harden-landing .dashboard-window .policy-list span>small,.harden-landing .dashboard-window .release-gate-card p{font-size:.6rem}.harden-landing .dashboard-window .product-tenant p,.harden-landing .dashboard-window .connection-strip strong,.harden-landing .dashboard-window .dashboard-table-row,.harden-landing .dashboard-window .runtime-banner strong,.harden-landing .dashboard-window .policy-list strong{font-size:var(--type-demo-detail)}.harden-landing .dashboard-window .dashboard-table-row>strong,.harden-landing .dashboard-window .dashboard-table-row span>strong{font-size:.64rem}@media(min-width:701px)and (max-width:1040px){.harden-landing{--type-display-hero: clamp(3.1rem, 6vw, 3.75rem);--type-display-section: clamp(2.35rem, 4.7vw, 2.85rem);--type-display-subsection: clamp(1.75rem, 3.4vw, 2.1rem);--type-display-feature: clamp(2rem, 4vw, 2.5rem);--type-display-ui: clamp(1.18rem, 2.3vw, 1.4rem);--type-body-lede: 1rem;--type-body: .95rem;--type-body-small: .875rem}.harden-landing .byoc-grid,.harden-landing .evidence-grid{gap:48px}.harden-landing .byoc-grid .section-heading{margin-bottom:0}}@media(max-width:700px){.harden-landing{--type-display-hero: clamp(1.9rem, 8vw, 2.15rem);--type-display-section: clamp(1.75rem, 7vw, 2rem);--type-display-subsection: clamp(1.4rem, 5.7vw, 1.6rem);--type-display-feature: clamp(1.55rem, 6.3vw, 1.85rem);--type-display-ui: 1.18rem;--type-body-lede: 1rem;--type-body: .95rem;--type-body-small: .875rem;--type-action: .84rem;--type-label: .75rem;--type-utility: .7rem;--space-section: 72px;--space-heading: 34px;--space-layout-gap: 32px;--space-card: 18px}.harden-landing .hero h1{font-size:var(--type-display-hero);line-height:.98}.harden-landing .section-heading h2{font-size:var(--type-display-section);line-height:.99}.harden-landing .threat-side h3{font-size:var(--type-display-subsection)}.harden-landing .byoc-grid .section-heading{margin-bottom:0}.harden-landing .cloud-architecture{padding:12px}.harden-landing .architecture-node{min-height:70px;padding:12px}.harden-landing .cloud-choice{min-height:70px;padding:13px 2px}.harden-landing .cloud-provider{min-height:74px;padding:9px 6px}.harden-landing .cloud-services{grid-template-columns:1fr;gap:8px}.harden-landing .cloud-services .architecture-node{min-height:76px;flex-direction:row;align-items:center;justify-content:flex-start}.harden-landing .customer-cloud{padding:12px}.harden-landing .boundary-note{margin-top:12px;padding:13px}.harden-landing .evidence-tabs button{min-height:44px}}.harden-landing .hero{min-height:calc(100svh - 78px);padding:clamp(56px,7vh,82px) 0 32px}.harden-landing .hero-copy>.eyebrow{margin-bottom:18px}.harden-landing .hero h1{max-width:1120px;margin-bottom:0;font-size:var(--type-display-hero);line-height:.95}.harden-landing .hero-strapline{max-width:620px;margin:26px auto 0;color:var(--ink-muted);font-size:clamp(.94rem,1.15vw,1.08rem);line-height:1.45;text-align:center}.harden-landing .hero-lede{margin-bottom:20px;line-height:1.55}.harden-landing .hero-promise{margin-top:18px}.harden-landing .hero-visual-wrap{width:min(1120px,calc(100% - 40px));margin-top:clamp(38px,5vh,52px)}.harden-landing .hero-journey-actions{width:-moz-fit-content;width:fit-content;margin:32px auto 0;justify-content:center}.harden-landing .scroll-cue{display:none}.harden-landing .hero-journey{position:relative;min-height:150px;padding:16px clamp(16px,1.7vw,24px) 18px;overflow:hidden;border:1px solid rgba(135,41,33,.22);border-radius:18px;background:linear-gradient(rgba(135,41,33,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.025) 1px,transparent 1px),#fbfaf6f5;background-size:30px 30px;box-shadow:0 22px 62px #171a1d1a}.harden-landing .hero-journey:before{position:absolute;top:0;right:12%;left:12%;height:3px;content:"";background:linear-gradient(90deg,transparent,var(--crimson) 18%,var(--gold) 52%,var(--green) 82%,transparent)}.harden-landing .hero-journey-topline{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.harden-landing .hero-journey-topline>span:first-child{display:inline-flex;align-items:center;gap:9px;color:var(--crimson)}.harden-landing .hero-journey-topline i{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px #2e7d5b1a}.harden-landing .hero-journey-rail{position:relative;z-index:2;margin-top:11px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.harden-landing .hero-journey-track{position:absolute;z-index:-1;top:27px;right:9%;left:9%;height:2px;overflow:hidden;background:#ddd8cc}.harden-landing .hero-journey-track>span{position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleX(0);transform-origin:left center;background:linear-gradient(90deg,var(--crimson),var(--gold),var(--green))}.harden-landing .hero-journey-node{min-width:0;padding:0 4px;display:flex;flex-direction:column;align-items:center;border:0;color:var(--muted);background:transparent;text-align:center;cursor:pointer}.harden-landing .hero-journey-node:focus-visible{outline:2px solid var(--crimson);outline-offset:4px;border-radius:8px}.harden-landing .hero-journey-node-mark{width:54px;height:54px;padding:13px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--muted);background:var(--paper);box-shadow:0 5px 14px #171a1d0f;transition:border-color .22s ease,color .22s ease,background .22s ease,transform .22s ease}.harden-landing .hero-journey-node-mark>svg,.harden-landing .hero-journey-node-mark>img{width:25px;height:25px}.harden-landing .hero-journey-node-mark>img{-o-object-fit:contain;object-fit:contain}.harden-landing .hero-journey-node.active .hero-journey-node-mark{border-color:var(--crimson);color:var(--crimson);background:#fff7f5;box-shadow:0 0 0 6px #87292114,0 7px 20px #171a1d17;transform:translateY(-2px)}.harden-landing .hero-journey-node.complete .hero-journey-node-mark{border-color:#2e7d5b6b;color:var(--green);background:var(--green-soft)}.harden-landing .hero-journey.is-ready .hero-journey-node.active .hero-journey-node-mark{border-color:var(--green);color:var(--green);background:var(--green-soft);box-shadow:0 0 0 6px #2e7d5b1a,0 7px 20px #171a1d17}.harden-landing .hero-journey-node-copy{margin-top:8px;min-width:0;display:block}.harden-landing .hero-journey-node-copy small,.harden-landing .hero-journey-node-copy strong{display:block}.harden-landing .hero-journey-mobile-label{display:none}.harden-landing .hero-journey-node-copy small{margin-bottom:2px;color:var(--muted);font-family:var(--font-mono);font-size:.62rem;letter-spacing:.04em;text-transform:uppercase}.harden-landing .hero-journey-node.is-harden-product .hero-journey-node-copy small{color:var(--crimson);font-weight:600}.harden-landing .hero-journey-node.is-harden-product:not(.active) .hero-journey-node-mark{border-color:#87292147;background:#fffaf8}.harden-landing .hero-journey-node-copy strong{color:var(--ink);font-size:.78rem;font-weight:600}.harden-landing .hero-journey-node.active .hero-journey-node-copy strong{color:var(--crimson)}.harden-landing .hero-journey.is-ready .hero-journey-node.active .hero-journey-node-copy strong{color:var(--green)}.harden-landing .hero-journey-agent-stack{width:46px;display:flex;align-items:center;justify-content:center}.harden-landing .hero-journey-agent-stack>span{width:24px;height:24px;padding:3px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border:1px solid var(--line-strong);border-radius:50%;background:#fff}.harden-landing .hero-journey-agent-stack>span+span{margin-left:-8px}.harden-landing .hero-journey-agent-stack img,.harden-landing .hero-journey-agent-stack svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.harden-landing .hero-journey-detail{position:relative;z-index:2;min-height:104px;margin-top:13px;padding:14px;display:grid;grid-template-columns:56px minmax(190px,.82fr) minmax(250px,1.18fr) minmax(220px,.82fr);align-items:center;gap:clamp(12px,1.8vw,24px);border:1px solid var(--line);border-left:3px solid var(--crimson);border-radius:12px;background:#fffffff0;box-shadow:0 10px 26px #171a1d0f}.harden-landing .hero-journey.is-ready .hero-journey-detail{border-left-color:var(--green)}.harden-landing .hero-journey-detail-mark{width:54px;height:54px;padding:13px;display:grid;place-items:center;overflow:hidden;border-radius:10px;color:var(--crimson);background:var(--crimson-light)}.harden-landing .hero-journey.is-ready .hero-journey-detail-mark{color:var(--green);background:var(--green-soft)}.harden-landing .hero-journey-detail-mark>svg,.harden-landing .hero-journey-detail-mark>img{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.harden-landing .hero-journey-detail-mark .hero-journey-agent-stack{transform:scale(.94)}.harden-landing .hero-journey-detail-copy{min-width:0}.harden-landing .hero-journey-detail-copy small{margin-bottom:3px;display:block;color:var(--crimson);font-family:var(--font-mono);font-size:.67rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.harden-landing .hero-journey.is-ready .hero-journey-detail-copy small{color:var(--green)}.harden-landing .hero-journey-detail-copy strong{display:block;font-family:var(--font-display);font-size:clamp(1.25rem,1.65vw,1.65rem);font-weight:400;line-height:1.05}.harden-landing .hero-journey-detail code{min-width:0;padding:12px 14px;overflow:hidden;border:1px solid var(--line);border-radius:7px;color:var(--ink-soft);background:var(--cream);font-family:var(--font-mono);font-size:.78rem;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}.harden-landing .hero-journey-note{min-width:0;display:flex;align-items:center;gap:8px;color:var(--ink-soft);font-size:.75rem;line-height:1.45}.harden-landing .hero-journey-note svg{width:17px;height:17px;flex:0 0 auto;color:var(--green)}@media(min-width:1041px){.harden-landing .hero{display:flex;flex-direction:column;justify-content:center;padding-top:clamp(44px,5vh,64px);padding-bottom:clamp(44px,5vh,64px)}.harden-landing .hero-copy,.harden-landing .hero-visual-wrap{flex:0 0 auto}.harden-landing .hero-journey-actions{margin-top:36px}.harden-landing .hero-journey-actions .button{min-height:52px;padding-inline:28px;font-size:.82rem}}@media(max-width:1040px){.harden-landing .hero{min-height:auto;padding-top:64px}.harden-landing .hero h1{font-size:var(--type-display-hero)}.harden-landing .hero-journey-detail{grid-template-columns:52px minmax(180px,.8fr) minmax(240px,1.2fr);row-gap:8px}.harden-landing .hero-journey-note{grid-column:2 / -1}}@media(min-width:561px)and (max-width:1040px)and (max-height:850px){.harden-landing .hero{padding-top:38px;padding-bottom:22px}.harden-landing .hero-copy>.eyebrow{margin-bottom:10px}.harden-landing .hero h1{max-width:900px;margin-bottom:0;font-size:var(--type-display-hero)}.harden-landing .hero-strapline{margin-top:14px;font-size:.9rem}.harden-landing .hero-lede{margin-bottom:12px}.harden-landing .hero-promise{margin-top:11px}.harden-landing .hero-visual-wrap{width:min(900px,calc(100% - 40px));margin-top:30px}.harden-landing .hero-journey{min-height:138px;padding-top:12px;padding-bottom:12px}.harden-landing .hero-journey-rail{margin-top:9px}.harden-landing .hero-journey-track{top:23px}.harden-landing .hero-journey-node-mark{width:46px;height:46px;padding:10px}.harden-landing .hero-journey-node-copy{margin-top:5px}.harden-landing .hero-journey-detail{min-height:91px;margin-top:9px;padding:10px 12px}.harden-landing .hero-journey-detail-mark{width:46px;height:46px;padding:10px}.harden-landing .hero-journey-detail code{padding-block:9px}}@media(max-width:800px){.harden-landing .hero{padding-top:58px}.harden-landing .hero-journey{min-height:140px;padding-inline:12px}.harden-landing .hero-journey-node-copy small{font-size:.56rem}.harden-landing .hero-journey-node-copy strong{font-size:.7rem}.harden-landing .hero-journey-detail{grid-template-columns:50px minmax(0,1fr);min-height:132px;padding:13px}.harden-landing .hero-journey-detail code,.harden-landing .hero-journey-note{grid-column:2}.harden-landing .hero-journey-detail code{padding-block:9px}}@media(max-width:560px){.harden-landing .hero-journey-actions{width:100%;margin-top:22px}.harden-landing .hero{--hero-mobile-gutter: clamp(22px, 7vw, 30px);min-height:auto;padding:36px 0 28px}.harden-landing .hero-atmosphere{display:none}.harden-landing .hero-copy,.harden-landing .hero-visual-wrap{width:calc(100% - (var(--hero-mobile-gutter) * 2))}.harden-landing .hero h1{width:100%;max-width:none;margin-bottom:0;font-size:var(--type-display-hero);line-height:.98}.harden-landing .hero-copy>.eyebrow{margin-bottom:14px;font-size:var(--type-label)}.harden-landing .hero-strapline{width:100%;max-width:none;margin-top:16px;font-size:.76rem;line-height:1.4}.harden-landing .hero-lede{display:none}.harden-landing .hero-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.harden-landing .hero-actions .button{min-height:44px;width:auto;padding-inline:10px;font-size:.73rem}.harden-landing .hero-promise{display:none}.harden-landing .hero-visual-wrap{margin-top:24px;display:block}.harden-landing .hero-journey{min-height:114px;padding:12px 10px 10px;border-radius:15px}.harden-landing .hero-journey-topline{font-size:.57rem;letter-spacing:.035em}.harden-landing .hero-journey-topline>span:first-child{gap:6px}.harden-landing .hero-journey-topline i{width:6px;height:6px;box-shadow:0 0 0 4px #2e7d5b1a}.harden-landing .hero-journey-rail{margin-top:9px;gap:2px}.harden-landing .hero-journey-track{top:17px;right:9%;left:9%}.harden-landing .hero-journey-node{padding-inline:1px}.harden-landing .hero-journey-node-mark{width:34px;height:34px;padding:7px}.harden-landing .hero-journey-node-mark>svg,.harden-landing .hero-journey-node-mark>img{width:18px;height:18px}.harden-landing .hero-journey-node.active .hero-journey-node-mark{box-shadow:0 0 0 4px #87292114}.harden-landing .hero-journey-agent-stack{width:31px}.harden-landing .hero-journey-agent-stack>span{width:18px;height:18px;padding:2px}.harden-landing .hero-journey-agent-stack>span+span{margin-left:-6px}.harden-landing .hero-journey-node-copy{margin-top:4px}.harden-landing .hero-journey-node-copy small,.harden-landing .hero-journey-node-copy strong{display:none}.harden-landing .hero-journey-mobile-label{display:block;color:var(--ink);font-size:.55rem;font-weight:600;line-height:1.1}.harden-landing .hero-journey-node.active .hero-journey-mobile-label{color:var(--crimson)}.harden-landing .hero-journey.is-ready .hero-journey-node.active .hero-journey-mobile-label{color:var(--green)}.harden-landing .hero-journey-detail{min-height:96px;margin-top:7px;padding:9px;grid-template-columns:38px minmax(0,1fr);gap:6px 9px;border-radius:9px}.harden-landing .hero-journey-detail-mark{width:38px;height:38px;padding:8px;border-radius:8px}.harden-landing .hero-journey-detail-mark>svg,.harden-landing .hero-journey-detail-mark>img{width:20px;height:20px}.harden-landing .hero-journey-detail-copy small{margin-bottom:1px;font-size:.56rem;letter-spacing:.05em}.harden-landing .hero-journey-detail-copy strong{font-size:1.05rem}.harden-landing .hero-journey-detail code{padding:6px 8px;grid-column:1 / -1;font-size:.62rem}.harden-landing .hero-journey-note{display:none}.harden-landing .hero-journey-note svg{width:13px;height:13px}}@media(max-width:380px){.harden-landing .hero h1{font-size:var(--type-display-hero)}.harden-landing .hero-journey-mobile-label{font-size:.52rem}}.site-nav .beta-announcement{min-height:42px;color:#fffffff5;border-bottom:1px solid rgba(255,255,255,.16);background:linear-gradient(90deg,#6f211b,#872921,#6f211b);font-size:.74rem;font-weight:500}.site-nav .beta-announcement-inner{width:min(1440px,calc(100% - 64px));min-height:42px;margin-inline:auto;padding-block:6px;display:flex;align-items:center;justify-content:center;gap:18px}.site-nav .beta-announcement-message,.site-nav .beta-announcement-cta{display:inline-flex;align-items:center;gap:8px}.site-nav .beta-announcement-message strong{color:#fff;font-weight:700}.site-nav .beta-announcement-cta{min-height:30px;padding:5px 11px 5px 13px;color:#6f211b;border:1px solid rgba(255,255,255,.76);border-radius:999px;background:#fbfaf6fa;font-size:.69rem;font-weight:700}.site-nav .beta-announcement-cta svg{width:14px}.site-nav .beta-cta-short{display:none}.harden-landing .hero{padding-top:clamp(118px,12vh,142px)}.harden-landing .threat-section>.container{width:min(1520px,calc(100% - 32px))}.harden-landing .threat-stage{min-height:0;padding:clamp(18px,2.2vw,34px);display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(18px,2vw,28px);border:1px solid var(--line-strong);border-radius:18px;background:#ffffff57}.harden-landing .threat-side{min-width:0;min-height:0;padding:clamp(22px,2.8vw,42px);display:grid;grid-template-columns:minmax(240px,.34fr) minmax(0,.66fr);align-items:center;gap:clamp(26px,3.8vw,64px);border:1px solid var(--line);border-radius:14px;background:#fbfaf6e6}.harden-landing .threat-left,.harden-landing .threat-right{border-right:1px solid var(--line);border-left:1px solid var(--line)}.harden-landing .threat-side-copy{min-width:0}.harden-landing .threat-side-copy h3{margin-bottom:18px}.harden-landing .threat-side-copy>p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.72}.harden-landing .threat-animation{margin:0}.harden-landing .threat-firewall-demo{min-width:0}.harden-landing .threat-firewall-demo .firewall-boundary-demo{width:100%;margin:0}@media(min-width:961px){.harden-landing .threat-firewall-demo .firewall-boundary-demo{height:clamp(560px,48vw,700px)}}.harden-landing .firewall-video{margin:clamp(34px,4vw,58px) 0 clamp(42px,5vw,72px);padding:clamp(18px,2.4vw,32px);border:1px solid var(--line-strong);border-radius:18px;background:linear-gradient(rgba(135,41,33,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.022) 1px,transparent 1px),#fbfaf6f5;background-size:30px 30px;box-shadow:0 22px 62px #171a1d1a}.harden-landing .firewall-video-head{margin-bottom:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.harden-landing .firewall-video-head .eyebrow{margin:0}.harden-landing .firewall-video-head strong{max-width:620px;font-family:var(--font-display);font-size:clamp(1.5rem,2.4vw,2.6rem);font-weight:300;line-height:1.08;text-align:right}.harden-landing .firewall-video-frame{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#111}.harden-landing .firewall-video-frame iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.harden-landing .firewall-video+.mobile-firewall-summary,.harden-landing .firewall-video~.firewall-scroll-story{display:none!important}@media(max-width:1180px){.harden-landing .threat-side{grid-template-columns:minmax(0,1fr)}.harden-landing .threat-side-copy{max-width:720px}}@media(max-width:700px){.site-nav .beta-announcement-inner{width:calc(100% - 24px);gap:8px;justify-content:space-between}.site-nav .beta-announcement-message{min-width:0;line-height:1.25}.site-nav .beta-brand-prefix,.site-nav .beta-cta-full{display:none}.site-nav .beta-cta-short{display:inline}.site-nav .beta-announcement-cta{flex:0 0 auto;padding-inline:10px 8px}.harden-landing .hero{padding-top:118px}.harden-landing .threat-stage{padding:10px;gap:12px}.harden-landing .threat-section>.container{width:calc(100% - 16px)}.harden-landing .threat-side{padding:22px 14px;gap:22px}.harden-landing .threat-side-copy{padding-inline:4px}.harden-landing .threat-firewall-demo .firewall-boundary-demo{margin:0}.harden-landing .firewall-video{margin-top:28px;padding:12px;border-radius:14px}.harden-landing .firewall-video-head{padding:5px 4px 0;align-items:flex-start;flex-direction:column;gap:10px}.harden-landing .firewall-video-head strong{font-size:1.55rem;text-align:left}}.harden-landing{--space-section: clamp(52px, 4.5vw, 72px);--space-heading: clamp(34px, 3.8vw, 54px)}.harden-landing .pricing-section{padding-block:var(--space-section)}@media(max-width:700px){.harden-landing{--space-section: 48px;--space-heading: 30px}.harden-landing .threat-section,.harden-landing .scanner-section,.harden-landing .firewall-section,.harden-landing .pricing-section,.harden-landing .byoc-section,.harden-landing .team-section{padding-block:var(--space-section)}}@media(max-width:560px)and (max-height:740px){.harden-landing .hero{padding-top:22px;padding-bottom:20px}.harden-landing .hero-copy>.eyebrow{margin-bottom:10px}.harden-landing .hero h1{font-size:var(--type-display-hero)}.harden-landing .hero-strapline{margin-top:10px;font-size:.7rem}.harden-landing .hero-visual-wrap{margin-top:16px}.harden-landing .hero-journey-actions{margin-top:18px}.harden-landing .hero-journey{min-height:108px}.harden-landing .hero-journey-detail{min-height:88px}}@media(max-width:380px)and (max-height:600px){.harden-landing .hero{padding-top:18px}.harden-landing .hero-lede{display:none}.harden-landing .hero h1{margin-bottom:0;font-size:var(--type-display-hero)}.harden-landing .hero-strapline{margin-top:8px;font-size:.68rem}.harden-landing .hero-actions .button{min-height:40px}.harden-landing .hero-visual-wrap{margin-top:14px}.harden-landing .hero-journey{min-height:100px}.harden-landing .hero-journey-detail{min-height:82px;padding-block:7px}.harden-landing .hero-journey-note{display:none}}.harden-landing .hero-subhead{max-width:960px;margin:26px auto 0;color:var(--ink-muted);font-size:clamp(.96rem,1.16vw,1.08rem);line-height:1.62;text-align:center}.harden-landing .hero-subhead strong{color:var(--ink);font-weight:650;white-space:nowrap}.harden-landing .hero-environment-line{display:block}.harden-landing .hero-visual-wrap.hero-gate-wrap{width:100%;max-width:none;margin-top:clamp(26px,3.6vh,38px);display:flex;flex-direction:column}.harden-landing .hero-gate-scene{position:relative;width:100%;min-height:clamp(220px,29vh,270px);margin-top:auto;overflow:hidden;pointer-events:none}.harden-landing .hero-gate-scene:after{position:absolute;right:0;bottom:-1px;left:0;height:20%;content:"";background:linear-gradient(to bottom,transparent,rgba(244,241,232,.2))}.harden-landing .hero-gate-scene picture{position:absolute;bottom:0;left:50%;width:min(1600px,100%);display:block;transform:translate(-50%)}.harden-landing .hero-gate-scene img{width:100%;height:auto;display:block}.harden-landing .hero-trust-strip{width:-moz-fit-content;width:fit-content;max-width:calc(100% - 48px);margin:clamp(16px,2.4vh,24px) auto 0;padding:0;position:relative;overflow:visible}.harden-landing .hero-trust-logos{min-width:0;width:auto;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:clamp(22px,2.2vw,34px)}.harden-landing .hero-trust-logo-card{--logo-scale: 1;--logo-height: 26px;width:auto;height:34px;padding:0;min-width:0;display:inline-flex;align-items:center;justify-content:center;flex:0 1 auto;border:0;border-radius:0;background:transparent;box-shadow:none;transition:transform .18s ease}.harden-landing .hero-trust-logo-card img{width:auto;height:var(--logo-height);max-width:none;max-height:100%;display:block;-o-object-fit:contain;object-fit:contain;transform:scale(var(--logo-scale));transform-origin:center;filter:none;transition:filter .18s ease,opacity .18s ease,transform .18s ease}.harden-landing .hero-trust-logo-card:nth-child(1){--logo-height: 19px}.harden-landing .hero-trust-logo-card:nth-child(2){--logo-height: 24px}.harden-landing .hero-trust-logo-card:nth-child(3){--logo-height: 28px}.harden-landing .hero-trust-logo-card:nth-child(4){--logo-height: 31px}.harden-landing .hero-trust-logo-card:nth-child(5){--logo-height: 30px}.harden-landing .hero-trust-member-logo-card{--logo-scale: 1;padding-left:0}.harden-landing .hero-trust-logo-card:hover,.harden-landing .hero-trust-logo-card:focus-visible,.harden-landing .hero-trust-logo-card:active{outline:none;transform:translateY(-1px)}.harden-landing .hero-trust-logo-card:hover img,.harden-landing .hero-trust-logo-card:focus-visible img,.harden-landing .hero-trust-logo-card:active img{filter:none}@media(min-width:1041px){.harden-landing .hero{justify-content:flex-start;padding-bottom:0}.harden-landing .hero h1{max-width:1050px}.harden-landing .hero-visual-wrap.hero-gate-wrap{flex:0 0 auto;gap:clamp(20px,2.4vh,30px)}.harden-landing .hero-gate-wrap .hero-journey-actions{margin-top:0}.harden-landing .hero-gate-scene{margin-top:clamp(42px,5vh,56px)}}@media(max-width:1040px){.harden-landing .hero-subhead{max-width:790px;margin-top:20px;font-size:.9rem;line-height:1.55}.harden-landing .hero-gate-scene{min-height:clamp(175px,25vw,230px);margin-top:26px}.harden-landing .hero-trust-strip{max-width:calc(100% - 36px)}.harden-landing .hero-trust-logos{gap:clamp(16px,2vw,22px)}.harden-landing .hero-trust-logo-card{height:32px}.harden-landing .hero-trust-logo-card:nth-child(1){--logo-height: 18px}.harden-landing .hero-trust-logo-card:nth-child(2){--logo-height: 22px}.harden-landing .hero-trust-logo-card:nth-child(3){--logo-height: 26px}.harden-landing .hero-trust-logo-card:nth-child(4){--logo-height: 29px}.harden-landing .hero-trust-logo-card:nth-child(5){--logo-height: 28px}}@media(max-width:560px){.harden-landing .hero-subhead{width:100%;max-width:none;margin-top:16px;font-size:.9rem;line-height:1.5}.harden-landing .hero-visual-wrap.hero-gate-wrap{width:100%;margin-top:22px}.harden-landing .hero-gate-wrap .hero-journey-actions{width:calc(100% - (var(--hero-mobile-gutter) * 2));margin-top:0;align-self:center}.harden-landing .hero-gate-scene{min-height:clamp(145px,45vw,175px);margin-top:20px}.harden-landing .hero-gate-scene picture{width:calc(100% + 34px)}.harden-landing .hero-trust-strip{max-width:calc(100% - (var(--hero-mobile-gutter) * 2));margin-top:16px;padding:0}.harden-landing .hero-trust-logos{gap:10px}.harden-landing .hero-trust-logo-card{height:26px;padding:0}.harden-landing .hero-trust-logo-card:nth-child(1){--logo-height: 12px}.harden-landing .hero-trust-logo-card:nth-child(2){--logo-height: 15px}.harden-landing .hero-trust-logo-card:nth-child(3){--logo-height: 18px}.harden-landing .hero-trust-logo-card:nth-child(4){--logo-height: 20px}.harden-landing .hero-trust-logo-card:nth-child(5){--logo-height: 19px}.harden-landing .hero-trust-logo-card img{width:auto!important;height:var(--logo-height)!important;max-width:none!important;max-height:100%!important}.harden-landing .hero-trust-member-logo-card{--logo-scale: 1}}@media(max-width:380px){.harden-landing .hero-trust-strip{max-width:calc(100% - (var(--hero-mobile-gutter) * 2));margin-top:12px}.harden-landing .hero-trust-logos{gap:6px}.harden-landing .hero-trust-logo-card{height:23px}.harden-landing .hero-trust-logo-card:nth-child(1){--logo-height: 10px}.harden-landing .hero-trust-logo-card:nth-child(2){--logo-height: 12px}.harden-landing .hero-trust-logo-card:nth-child(3){--logo-height: 15px}.harden-landing .hero-trust-logo-card:nth-child(4){--logo-height: 16px}.harden-landing .hero-trust-logo-card:nth-child(5){--logo-height: 16px}.harden-landing .hero-trust-logo-card img{width:auto!important;height:var(--logo-height)!important;max-width:none!important;max-height:100%!important}.harden-landing .hero-trust-member-logo-card{--logo-scale: 1}}@media(max-width:380px)and (max-height:600px){.harden-landing .hero{padding-top:32px}.harden-landing .hero-subhead{margin-top:10px;font-size:.82rem;line-height:1.42}.harden-landing .hero-visual-wrap.hero-gate-wrap{margin-top:14px}.harden-landing .hero-gate-scene{min-height:118px;margin-top:14px}}.harden-landing .beta-announcement{position:relative;z-index:101;min-height:42px;color:#fffffff0;border-bottom:1px solid rgba(255,255,255,.14);background:linear-gradient(90deg,var(--crimson-dark) 0%,var(--crimson) 48%,#6f211b 100%);font-size:.74rem;font-weight:500;box-shadow:inset 0 -1px #1113141f}.harden-landing .beta-announcement-inner{width:min(1440px,calc(100% - 64px));min-height:42px;margin-inline:auto;padding-block:6px;display:flex;align-items:center;justify-content:center;gap:18px}.harden-landing .beta-announcement-message,.harden-landing .beta-announcement-cta{display:inline-flex;align-items:center;gap:8px}.harden-landing .beta-announcement-message strong{color:var(--white);font-weight:650}.harden-landing .beta-announcement-cta{min-height:30px;padding:5px 11px 5px 13px;color:var(--crimson-dark);border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#fbfaf6f5;font-size:.69rem;font-weight:650;transition:color .16s ease,background-color .16s ease,transform .16s ease}.harden-landing .beta-announcement-cta svg{width:14px;transition:transform .16s ease}.harden-landing .beta-announcement-cta:hover{color:var(--crimson);background:var(--white);transform:translateY(-1px)}.harden-landing .beta-announcement-cta:hover svg{transform:translate(3px)}.harden-landing .beta-cta-short{display:none}.harden-landing .pricing-section{position:relative;padding:clamp(108px,11vw,176px) 0;border-top:1px solid var(--line);background:linear-gradient(rgba(135,41,33,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.02) 1px,transparent 1px),var(--paper);background-size:46px 46px}.harden-landing .pricing-section .section-heading{margin-bottom:34px}.harden-landing .pricing-engine-key{min-height:64px;margin-bottom:30px;padding:12px 18px;display:flex;align-items:center;gap:14px;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);background:#f4f2ea94;color:var(--ink-soft);font-size:.94rem;font-weight:600}.harden-landing .pricing-engine-key span{display:inline-flex;align-items:center;gap:8px}.harden-landing .pricing-engine-key span svg{width:20px;color:var(--crimson)}.harden-landing .pricing-engine-key i{width:1px;height:24px;background:var(--line-strong)}.harden-landing .pricing-engine-key strong{margin-left:auto;color:var(--green);font-family:var(--font-mono);font-size:.84rem;letter-spacing:.065em;text-transform:uppercase}.harden-landing .pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:16px}.harden-landing .pricing-card{position:relative;min-width:0;min-height:780px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line-strong);background:#ffffffc7;box-shadow:var(--shadow-soft)}.harden-landing .pricing-card.is-featured{border-color:#87292194;background:var(--white);box-shadow:0 22px 70px #8729211f}.harden-landing .pricing-banner{min-height:44px;padding:0 24px;display:flex;align-items:center;color:#fff;background:var(--crimson);font-family:var(--font-mono);font-size:.84rem;font-weight:700;letter-spacing:.075em;text-transform:uppercase}.harden-landing .pricing-card-head{min-height:252px;padding:20px 28px;border-bottom:1px solid var(--line)}.harden-landing .pricing-card.is-featured .pricing-card-head{min-height:208px}.harden-landing .pricing-tier{color:var(--crimson);font-family:var(--font-mono);font-size:1.02rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.harden-landing .pricing-price{min-height:64px;margin:14px 0 12px;display:flex;align-items:flex-end;gap:12px}.harden-landing .pricing-price strong{font-family:var(--font-display);font-size:clamp(3rem,3.5vw,4rem);font-weight:300;line-height:.86;letter-spacing:-.045em}.harden-landing .pricing-price .pricing-original-cost{max-width:none;padding:0;display:inline-flex;align-items:baseline;gap:8px;color:inherit;font-size:inherit;line-height:inherit;white-space:nowrap}.harden-landing .pricing-price .pricing-original-price{color:var(--ink-soft);font-family:var(--font-display);font-size:clamp(2rem,2.35vw,2.4rem);font-weight:400;line-height:1;text-decoration-color:var(--crimson);text-decoration-thickness:2px}.harden-landing .pricing-price .pricing-original-cadence{max-width:none;padding:0;color:var(--ink-soft);font-family:var(--font-body);font-size:.78rem;font-weight:500;line-height:1;white-space:nowrap}.harden-landing .pricing-card.is-featured .pricing-price{align-items:center;gap:16px}.harden-landing .pricing-card.is-featured .pricing-price strong{font-size:clamp(2.4rem,2.7vw,3rem)}.harden-landing .pricing-price span{max-width:90px;padding-bottom:6px;color:var(--muted);font-size:.72rem;line-height:1.45}.harden-landing .pricing-card-head p{margin:0;color:var(--ink-soft);font-size:.9rem;line-height:1.6}.harden-landing .pricing-includes{flex:1;padding:25px 28px 20px}.harden-landing .pricing-includes>span{margin-bottom:18px;display:block;color:var(--muted);font-family:var(--font-mono);font-size:.78rem;font-weight:650;letter-spacing:.07em;text-transform:uppercase}.harden-landing .pricing-includes ul{margin:0;padding:0;display:grid;gap:12px;list-style:none}.harden-landing .pricing-includes li{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:start;gap:9px;color:var(--ink-soft);font-size:.9rem;line-height:1.55}.harden-landing .pricing-includes li svg{width:15px;margin-top:2px;color:var(--green);stroke-width:2.2}.harden-landing .pricing-card-foot{padding:22px 28px 28px;border-top:1px solid var(--line)}.harden-landing .pricing-card-foot .button{width:100%}.harden-landing .pricing-card-foot small{min-height:38px;margin-top:12px;display:block;color:var(--muted);font-size:.74rem;line-height:1.5;text-align:center}.harden-landing .credibility-section{padding:clamp(68px,7vw,104px) 0;border-top:1px solid var(--line);background:linear-gradient(rgba(135,41,33,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.022) 1px,transparent 1px),var(--paper);background-size:36px 36px}.harden-landing .credibility-layout{display:grid;grid-template-columns:minmax(360px,1.05fr) minmax(480px,.95fr);align-items:center;gap:clamp(40px,6vw,88px)}.harden-landing .credibility-layout>*{min-width:0}.harden-landing .credibility-section .section-heading{margin-bottom:0}.harden-landing .credibility-section .section-heading h2{font-size:var(--type-display-section)}.harden-landing .credibility-projects{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.harden-landing .credibility-card{border-right:1px solid var(--line-strong)}.harden-landing .credibility-card:last-child{border-right:0}.harden-landing .credibility-card a{min-height:104px;padding:18px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#ffffff38;transition:background .18s ease,transform .18s ease}.harden-landing .credibility-card a:hover{background:#ffffff94;transform:translateY(-2px)}.harden-landing .credibility-logo{width:100%;height:54px;display:flex;align-items:center;justify-content:center}.harden-landing .credibility-logo img{max-width:148px;max-height:50px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.harden-landing .credibility-card.is-openhands .credibility-logo img{max-width:154px}.harden-landing .credibility-card.is-litellm .credibility-logo img{width:48px}.harden-landing .credibility-project-name{color:var(--ink);font-size:.74rem;font-weight:700}.harden-landing .credibility-note{grid-column:2;margin:-80px 0 0;color:var(--muted);font-size:.64rem;line-height:1.5}.harden-landing .footer-nav a:last-child{border-right:0}@media(max-width:1120px){.harden-landing .pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.harden-landing .pricing-card{min-height:720px}.harden-landing .pricing-card:last-child{min-height:0;grid-column:1 / -1}.harden-landing .credibility-layout{grid-template-columns:1fr}.harden-landing .credibility-section .section-heading{max-width:820px}.harden-landing .credibility-note{grid-column:1;margin:-24px 0 0}}@media(max-width:800px){.harden-landing .pricing-grid{grid-template-columns:1fr}.harden-landing .pricing-card,.harden-landing .pricing-card:last-child{min-height:0;grid-column:auto}.harden-landing .pricing-card-head,.harden-landing .pricing-card.is-featured .pricing-card-head{min-height:0}.harden-landing .credibility-card a{min-height:98px;padding-inline:12px}}@media(max-width:560px){.harden-landing .beta-announcement{min-height:42px;font-size:.72rem}.harden-landing .beta-announcement-inner{width:calc(100% - 24px);min-height:42px;padding-block:5px;justify-content:space-between;gap:8px}.harden-landing .beta-announcement-message{min-width:0;gap:7px;line-height:1.35}.harden-landing .beta-announcement-cta{flex:0 0 auto;min-height:29px;padding-inline:10px 8px;font-size:.75rem}.harden-landing .beta-cta-full{display:none}.harden-landing .beta-cta-short{display:inline}.harden-landing .pricing-section,.harden-landing .credibility-section{padding:84px 0}.harden-landing .pricing-section .section-heading{margin-bottom:26px}.harden-landing .pricing-section .section-heading h2,.harden-landing .credibility-section .section-heading h2{font-size:var(--type-display-section);line-height:.99}.harden-landing .pricing-engine-key{min-height:0;padding:14px 0;flex-wrap:wrap;gap:10px;background:transparent}.harden-landing .pricing-engine-key i{height:20px}.harden-landing .pricing-engine-key strong{width:100%;margin-left:0}.harden-landing .pricing-grid{gap:12px}.harden-landing .pricing-card-head,.harden-landing .pricing-includes,.harden-landing .pricing-card-foot{padding-inline:20px}.harden-landing .pricing-card-head{padding-block:24px 20px}.harden-landing .pricing-tier{font-size:1rem}.harden-landing .pricing-banner{min-height:42px;padding-inline:20px}.harden-landing .pricing-price{min-height:60px;margin-block:14px 12px}.harden-landing .pricing-price strong{font-size:var(--type-display-section)}.harden-landing .pricing-price .pricing-original-price{font-size:1.75rem}.harden-landing .pricing-price .pricing-original-cadence{font-size:.78rem}.harden-landing .pricing-card.is-featured .pricing-price{gap:12px}.harden-landing .pricing-card.is-featured .pricing-price strong{font-size:2.2rem}.harden-landing .pricing-price span{max-width:84px;font-size:.75rem}.harden-landing .pricing-card-head p{font-size:.9rem;line-height:1.55}.harden-landing .pricing-includes>span{font-size:.8rem}.harden-landing .pricing-includes li{font-size:.9rem;line-height:1.5}.harden-landing .pricing-card-foot small{font-size:.78rem}.harden-landing .credibility-layout{gap:52px}.harden-landing .credibility-projects{border-top:0;border-bottom:0;gap:8px}.harden-landing .credibility-card{border:1px solid var(--line-strong);border-radius:8px;background:#ffffff59}.harden-landing .credibility-card a,.harden-landing .credibility-card a:hover{min-height:92px;padding:12px 8px;gap:6px}.harden-landing .credibility-logo{height:48px}.harden-landing .credibility-logo img{max-width:100%;max-height:44px}.harden-landing .credibility-card.is-openhands .credibility-logo img{max-width:100%}.harden-landing .credibility-card.is-litellm .credibility-logo img{width:42px}.harden-landing .credibility-note{margin:2px 0 0}}@media(max-width:380px){.harden-landing .beta-brand-prefix{display:none}.harden-landing .beta-announcement{font-size:.62rem}.harden-landing .beta-announcement-inner{width:calc(100% - 18px);gap:6px}.harden-landing .beta-announcement-cta{padding-inline:8px 6px;font-size:.61rem}}@media(max-width:700px){.harden-landing .hero{padding-top:118px}}@media(max-width:380px)and (max-height:600px){.harden-landing .hero{padding-top:112px}}.harden-landing .product-story-section{position:relative;padding-block:var(--space-section);border-top:1px solid var(--line);background:var(--cream);scroll-margin-top:118px}.harden-landing .product-story-container{width:min(1520px,calc(100% - 48px));max-width:none}.harden-landing .product-story{position:relative;display:grid;grid-template-columns:minmax(285px,.62fr) minmax(700px,1.48fr);align-items:start;gap:clamp(38px,4.6vw,76px)}.harden-landing .product-story-copy,.harden-landing .product-story-scanner-copy{min-width:0}.harden-landing .product-story-step{position:relative;min-height:78vh;padding:72px 18px 64px 30px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid var(--line);opacity:.42;transition:opacity .26s ease,border-color .26s ease}.harden-landing .product-story-step.is-firewall{min-height:88vh}.harden-landing .product-story-step:before{position:absolute;top:50%;left:-5px;width:9px;height:9px;content:"";transform:translateY(-50%);border:2px solid var(--cream);border-radius:50%;background:var(--line-strong);transition:background .26s ease,box-shadow .26s ease}.harden-landing .product-story-step.active{border-left-color:var(--crimson);opacity:1}.harden-landing .product-story-step.active:before{background:var(--crimson);box-shadow:0 0 0 7px #87292117}.harden-landing .product-story-index{margin-bottom:16px;color:var(--crimson);font-family:var(--font-mono);font-size:var(--type-label);font-weight:700;letter-spacing:.07em;text-transform:uppercase}.harden-landing .product-story-step h3{margin:0 0 18px;font-family:var(--font-display);font-size:var(--type-display-subsection);font-weight:300;line-height:1.05}.harden-landing .product-story-step p{margin:0 0 20px;color:var(--muted);font-size:var(--type-body-small);line-height:1.68}.harden-landing .product-story-step>small{width:-moz-fit-content;width:fit-content;max-width:100%;padding:8px 10px;display:inline-flex;border:1px solid rgba(135,41,33,.2);border-radius:4px;color:var(--ink-soft);background:#8729210b;font-family:var(--font-mono);font-size:.68rem;font-weight:600;line-height:1.45}.harden-landing .product-story-step>button{width:-moz-max-content;width:max-content;margin-top:24px;padding:0;display:inline-flex;align-items:center;gap:7px;border:0;color:var(--crimson);background:transparent;font-size:var(--type-action);font-weight:600;cursor:pointer}.harden-landing .product-story-visual{position:sticky;z-index:6;top:126px;min-width:0;padding:10px;border:1px solid var(--line-strong);border-radius:18px;background:#fbfaf6f5;box-shadow:0 26px 68px #261f161f}.harden-landing .product-story-product-tabs{min-height:68px;margin-bottom:10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:10px;background:var(--paper)}.harden-landing .product-story-product-tabs button{min-width:0;padding:11px 16px;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;border:0;border-right:1px solid var(--line);color:var(--muted);background:transparent;text-align:left;cursor:pointer;transition:color .18s ease,background .18s ease,box-shadow .18s ease}.harden-landing .product-story-product-tabs button:last-child{border-right:0}.harden-landing .product-story-product-tabs button.active{color:var(--ink);background:#fff;box-shadow:inset 0 -3px 0 var(--crimson)}.harden-landing .product-story-product-tabs svg{width:24px;color:var(--crimson)}.harden-landing .product-story-product-tabs span,.harden-landing .product-story-product-tabs small,.harden-landing .product-story-product-tabs strong{min-width:0;display:block}.harden-landing .product-story-product-tabs small{margin-bottom:3px;font-family:var(--font-mono);font-size:.54rem;letter-spacing:.04em;text-transform:uppercase}.harden-landing .product-story-product-tabs strong{font-size:.82rem}.harden-landing .product-story-mobile-copy{display:none}.harden-landing .product-story-canvas{min-width:0;display:grid}.harden-landing .product-story-pane{min-width:0;grid-area:1 / 1;align-self:start;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .24s ease,transform .24s ease,visibility .24s ease}.harden-landing .product-story-canvas.show-firewall .product-story-firewall,.harden-landing .product-story-canvas.show-scanner .product-story-scanner{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.harden-landing .product-story-firewall .firewall-boundary-demo{width:100%;height:auto;margin:0;overflow:visible;border-radius:12px;box-shadow:none}.harden-landing .product-story-firewall .firewall-boundary-stage{min-height:500px;grid-template-columns:minmax(190px,.86fr) minmax(280px,1.1fr) minmax(170px,.74fr)}.harden-landing .product-story-firewall .boundary-side.compact{padding-inline:clamp(12px,1.4vw,20px)}.harden-landing .product-story-firewall .boundary-gate{min-width:0;margin-inline:clamp(12px,1.6vw,20px)}.harden-landing .product-story-scanner .scanner-screen-shell{border-radius:12px 12px 0 0;box-shadow:none}.harden-landing .product-story-scanner .scanner-switcher{border-radius:0 0 10px 10px}@media(max-width:1040px){.harden-landing .product-story-container{width:min(calc(100% - 28px),920px)}.harden-landing .product-story{grid-template-columns:minmax(0,1fr)}.harden-landing .product-story-copy{display:none}.harden-landing .product-story-visual{position:relative;top:auto}.harden-landing .product-story-mobile-copy{min-height:138px;padding:18px 20px;display:block;border:1px solid var(--line);border-radius:10px;background:#ffffffc2}.harden-landing .product-story-mobile-copy span,.harden-landing .product-story-mobile-copy strong{display:block}.harden-landing .product-story-mobile-copy span{margin-bottom:7px;color:var(--crimson);font-family:var(--font-mono);font-size:.65rem;font-weight:700;text-transform:uppercase}.harden-landing .product-story-mobile-copy strong{font-family:var(--font-display);font-size:clamp(1.65rem,4.8vw,2.3rem);font-weight:300;line-height:1.05}.harden-landing .product-story-mobile-copy p{margin:9px 0 0;color:var(--muted);font-size:.78rem;line-height:1.55}.harden-landing .product-story-canvas{margin-top:10px}.harden-landing .product-story-pane{display:none}.harden-landing .product-story-canvas.show-firewall .product-story-firewall,.harden-landing .product-story-canvas.show-scanner .product-story-scanner{display:block}}@media(max-width:700px){.harden-landing .product-story-container{width:calc(100% - 16px)}.harden-landing .product-story-visual{padding:7px;border-radius:14px}.harden-landing .product-story-product-tabs{min-height:62px;margin-bottom:7px}.harden-landing .product-story-product-tabs button{padding:9px 8px;grid-template-columns:22px minmax(0,1fr);gap:7px}.harden-landing .product-story-product-tabs svg{width:19px}.harden-landing .product-story-product-tabs small{display:none}.harden-landing .product-story-product-tabs strong{font-size:.72rem}.harden-landing .product-story-mobile-copy{min-height:0;padding:15px 14px}.harden-landing .product-story-mobile-copy strong{font-size:1.75rem}.harden-landing .product-story-firewall .firewall-boundary-demo{margin:0}.harden-landing .product-story-scanner .scanner-switcher{min-height:54px;padding:6px;gap:4px}.harden-landing .product-story-scanner .scanner-switcher button{min-width:0;padding-inline:4px;font-size:.56rem}}.harden-landing .product-story{grid-template-columns:minmax(300px,.64fr) minmax(720px,1.46fr)}.harden-landing .product-story-step,.harden-landing .product-story-step.is-firewall{min-height:84vh}.harden-landing .product-story-visual{top:max(108px,calc(50svh - 336px))}.harden-landing .product-story-canvas,.harden-landing .product-story-pane,.harden-landing .product-story-firewall .firewall-boundary-demo{min-height:clamp(500px,42vw,570px)}.harden-landing .product-story-firewall-viewport{min-width:0;overflow:hidden;border-radius:12px}.harden-landing .product-story-firewall-scale{width:100%}.harden-landing .product-story-firewall .firewall-boundary-stage{min-height:clamp(440px,37vw,510px)}.harden-landing .product-story-scanner-animation{width:100%;min-height:clamp(500px,42vw,570px);overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--white)}.harden-landing .product-story-scanner-animation iframe{width:100%;height:100%;min-height:inherit;display:block;border:0;pointer-events:none}.harden-landing .scanner-visual{top:max(108px,calc(50svh - 282px))}@media(min-width:1041px){.harden-landing .scanner-section>.container{width:min(1520px,calc(100% - 48px));max-width:none}.harden-landing .scanner-section .story-grid{grid-template-columns:minmax(300px,.65fr) minmax(700px,1.55fr);gap:clamp(42px,5vw,82px)}}@media(min-width:1041px)and (max-height:800px){.harden-landing .product-story-visual,.harden-landing .scanner-visual{top:108px}.harden-landing .product-story-canvas,.harden-landing .product-story-pane,.harden-landing .product-story-firewall .firewall-boundary-demo,.harden-landing .product-story-scanner-animation{min-height:470px}.harden-landing .product-story-firewall .firewall-boundary-stage{min-height:410px}}@media(max-width:1040px){.harden-landing .product-story-visual{top:auto}.harden-landing .product-story-canvas,.harden-landing .product-story-pane,.harden-landing .product-story-firewall .firewall-boundary-demo,.harden-landing .product-story-scanner-animation{min-height:0}.harden-landing .product-story-scanner-animation{aspect-ratio:16 / 9}.harden-landing .product-story-scanner-animation iframe{min-height:0}}@media(max-width:700px){.harden-landing .product-story-firewall-viewport{position:relative;height:455px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--cream)}.harden-landing .product-story-firewall-scale{width:160%;transform:scale(.625);transform-origin:top left}.harden-landing .product-story-firewall-viewport .firewall-boundary-demo{width:100%;min-height:0;margin:0;border:0;border-radius:0;box-shadow:none}.harden-landing .product-story-firewall-viewport .firewall-boundary-stage{min-height:510px;display:grid;grid-template-columns:minmax(120px,.78fr) minmax(220px,1.35fr) minmax(110px,.72fr)}.harden-landing .product-story-firewall-viewport .boundary-agent-side,.harden-landing .product-story-firewall-viewport .boundary-destination-side{display:block}.harden-landing .product-story-firewall-viewport .boundary-side.compact{padding:12px 10px}.harden-landing .product-story-firewall-viewport .boundary-source-groups,.harden-landing .product-story-firewall-viewport .boundary-destination-list{display:flex;flex-direction:column;gap:7px}.harden-landing .product-story-firewall-viewport .boundary-source-group,.harden-landing .product-story-firewall-viewport .boundary-destination-card{width:auto}.harden-landing .product-story-firewall-viewport .boundary-source-group{height:auto;min-height:0;padding:8px 6px;flex:0 0 auto}.harden-landing .product-story-firewall-viewport .boundary-source-group>div{gap:4px}.harden-landing .product-story-firewall-viewport .boundary-agent-token{min-height:36px;padding:4px 2px}.harden-landing .product-story-firewall-viewport .boundary-destination-card{min-height:56px;padding:5px;flex:0 0 auto}.harden-landing .product-story-firewall-viewport .boundary-gate{width:auto;margin:24px 14px}.harden-landing .product-story-firewall-viewport .boundary-demo-footer{min-height:94px;padding:8px 12px}}.harden-landing section[id],.harden-landing div[id]{scroll-margin-top:112px}.harden-landing .hero{min-height:0;padding-top:clamp(112px,7vw,136px);padding-bottom:0}.harden-landing .hero-visual-wrap.hero-gate-wrap{margin-top:clamp(24px,2.4vw,36px);gap:0}.harden-landing .hero-gate-scene{width:100%;height:clamp(220px,18vw,340px);min-height:0;margin-top:clamp(28px,3vw,44px)}.harden-landing .hero-gate-scene picture{width:min(1880px,calc(100% - 64px))}.harden-landing div.firewall-install-section{margin-top:clamp(40px,4vw,60px);padding-top:0;padding-bottom:0;border-top:0;background:transparent;scroll-margin-top:148px}.harden-landing .firewall-install-section .section-heading{max-width:1120px;margin-bottom:clamp(42px,5vw,72px)}.harden-landing .firewall-install-section .section-heading h2{max-width:none}.harden-landing .firewall-install-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(360px,.94fr);align-items:center;gap:clamp(40px,5vw,78px)}.harden-landing .firewall-install-terminal{overflow:hidden;border:1px solid #2d3131;background:#111515;box-shadow:0 18px 44px #171a1d1f}.harden-landing .firewall-install-terminal-label{min-height:46px;padding-inline:20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #343838;color:#d8c8a0;font-family:var(--font-mono);font-size:.76rem;letter-spacing:.07em;text-transform:uppercase}.harden-landing .firewall-install-terminal-label svg{width:15px;height:15px}.harden-landing .firewall-install-copy{margin-left:auto;display:inline-flex;align-items:center;gap:7px;padding:6px 12px;border:1px solid #343838;border-radius:6px;background:transparent;color:#d8c8a0;font-family:inherit;font-size:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;transition:background .18s ease,border-color .18s ease}.harden-landing .firewall-install-copy:hover{border-color:#4d5252;background:#1b2020}.harden-landing .firewall-install-story-link{display:inline-flex;margin-bottom:26px;color:var(--color-crimson-600);font-family:var(--font-body);font-size:.95rem;text-decoration:underline;text-underline-offset:3px}.harden-landing .firewall-install-terminal pre{margin:0;padding:27px 22px;overflow-x:auto;color:#f4f2ea;font-family:var(--font-mono);font-size:clamp(.76rem,1vw,.9rem);line-height:1.85;white-space:pre}.harden-landing .firewall-install-details{display:grid;gap:22px}.harden-landing .firewall-install-details>div{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:12px}.harden-landing .firewall-install-details svg{width:18px;height:18px;margin-top:4px;color:var(--crimson);stroke-width:1.9}.harden-landing .firewall-install-details p{margin:0;color:var(--ink-soft);font-size:.92rem;line-height:1.65}.harden-landing .firewall-install-details a{color:var(--crimson);text-decoration:underline;text-underline-offset:3px}.harden-landing .firewall-install-details code{font-family:var(--font-mono);font-size:.82em}.harden-landing .pricing-product+.pricing-product{margin-top:clamp(64px,8vw,112px)}.harden-landing .pricing-product-header{min-height:64px;margin-bottom:30px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);background:#fff3}.harden-landing .pricing-product-header span{display:inline-flex;align-items:center;gap:10px;font-weight:650}.harden-landing .pricing-product-header span svg{width:18px;color:var(--crimson)}.harden-landing .pricing-product-header strong{color:var(--green);font-family:var(--font-mono);font-size:.78rem;letter-spacing:.08em;text-align:right;text-transform:uppercase}.harden-landing .pricing-card.is-coming-soon .pricing-price strong{font-size:clamp(2.4rem,2.7vw,3rem);white-space:nowrap}@media(max-width:900px){.harden-landing .firewall-install-grid{grid-template-columns:1fr;gap:34px}}@media(max-width:700px){.harden-landing section[id],.harden-landing div[id]{scroll-margin-top:124px}.harden-landing .hero{min-height:0;padding-top:118px;padding-bottom:0}.harden-landing .hero-gate-scene{height:clamp(150px,44vw,190px);min-height:0;margin-top:20px}.harden-landing .hero-gate-scene picture{width:calc(100% + 28px)}.harden-landing div.firewall-install-section{margin-top:32px;padding-top:0;padding-bottom:0;scroll-margin-top:154px}.harden-landing .firewall-install-section .section-heading{margin-bottom:32px}.harden-landing .firewall-install-terminal pre{padding:21px 18px;font-size:.72rem;white-space:pre-wrap;overflow-wrap:anywhere}.harden-landing .pricing-product-header{margin-bottom:16px;padding-inline:14px;align-items:flex-start;flex-direction:column;gap:7px}.harden-landing .pricing-product-header strong{text-align:left}}@media(max-width:420px){.harden-landing .firewall-install-terminal pre{font-size:.66rem}}.harden-landing .firewall-faq-section{padding:clamp(88px,10vw,150px) 0;border-top:1px solid var(--line);background:linear-gradient(rgba(135,41,33,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(135,41,33,.018) 1px,transparent 1px),var(--cream);background-size:46px 46px}.harden-landing .firewall-faq-layout{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);align-items:start;gap:clamp(48px,9vw,146px)}.harden-landing .firewall-faq-intro{position:sticky;top:120px}.harden-landing .firewall-faq-intro h2{max-width:510px;margin:16px 0 22px;color:var(--ink);font-family:var(--font-display);font-size:clamp(2.45rem,4vw,4.35rem);font-weight:300;line-height:.98;letter-spacing:-.04em}.harden-landing .firewall-faq-intro h2 em{color:var(--crimson)}.harden-landing .firewall-faq-intro p{max-width:390px;margin:0;color:var(--muted);font-size:1rem;line-height:1.65}.harden-landing .firewall-faq-list{border-top:1px solid var(--line-strong)}.harden-landing .firewall-faq-item{border-bottom:1px solid var(--line-strong)}.harden-landing .firewall-faq-item details{background:#ffffff2e}.harden-landing .firewall-faq-item summary{min-height:88px;padding:24px 0;display:grid;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:18px;cursor:pointer;list-style:none;color:var(--ink);font-size:clamp(1.03rem,1.35vw,1.22rem);font-weight:650;line-height:1.25}.harden-landing .firewall-faq-item summary::-webkit-details-marker{display:none}.harden-landing .firewall-faq-number{color:var(--crimson);font-family:var(--font-mono);font-size:.71rem;font-weight:700;letter-spacing:.07em}.harden-landing .firewall-faq-item summary svg{width:18px;color:var(--crimson);transition:transform .18s ease}.harden-landing .firewall-faq-item details[open] summary svg{transform:rotate(90deg)}.harden-landing .firewall-faq-answer{max-width:680px;padding:0 38px 28px 62px}.harden-landing .firewall-faq-answer p{max-width:630px;margin:0;color:var(--muted);font-size:.98rem;line-height:1.68}.harden-landing .firewall-faq-link{margin-top:18px;display:inline-flex;align-items:center;gap:9px;color:var(--crimson);border-bottom:1px solid rgba(135,41,33,.42);font-size:.78rem;font-weight:700;line-height:1.4;text-decoration:none}.harden-landing .firewall-faq-link svg{width:14px;transition:transform .16s ease}.harden-landing .firewall-faq-link:hover svg{transform:translate(3px)}.harden-landing .firewall-faq-resource-links{display:flex;flex-wrap:wrap;gap:0 22px}@media(max-width:900px){.harden-landing .firewall-faq-layout{grid-template-columns:1fr;gap:46px}.harden-landing .firewall-faq-intro{position:static}}@media(max-width:700px){.harden-landing .firewall-faq-section{padding:76px 0;background-size:34px 34px}.harden-landing .firewall-faq-layout{gap:34px}.harden-landing .firewall-faq-intro h2{max-width:410px;margin:13px 0 17px;font-size:clamp(2.2rem,10vw,3.15rem)}.harden-landing .firewall-faq-intro p{font-size:.95rem}.harden-landing .firewall-faq-item summary{min-height:74px;padding:19px 0;grid-template-columns:32px minmax(0,1fr) 16px;gap:11px;font-size:.98rem}.harden-landing .firewall-faq-number{font-size:.64rem}.harden-landing .firewall-faq-item summary svg{width:16px}.harden-landing .firewall-faq-answer{padding:0 0 23px 43px}.harden-landing .firewall-faq-answer p{font-size:.91rem;line-height:1.62}.harden-landing .firewall-faq-resource-links{flex-direction:column;align-items:flex-start;gap:0}}@media(prefers-reduced-motion:reduce){.harden-landing .firewall-faq-item summary svg,.harden-landing .firewall-faq-link svg{transition:none}}.aif-paper-header{width:min(100%,64rem);margin-inline:auto}.aif-paper-figure{width:min(64rem,calc(100% - 2.5rem));margin-inline:auto}.aif-paper-deck{max-width:64rem;font-size:clamp(1.12rem,2vw,1.36rem);font-weight:350;line-height:1.58}.aif-essay-layout{display:grid;grid-template-columns:14rem minmax(0,56rem);gap:clamp(2.5rem,4vw,4.5rem);width:min(100%,76rem);margin-inline:auto;align-items:start}.aif-toc{position:sticky;top:8rem;padding:0 2rem 0 0;border-right:1px solid var(--color-border-subtle)}.aif-toc h2{margin:0;color:var(--color-text-primary);font-family:var(--font-body);font-size:1.12rem;font-weight:700;letter-spacing:-.015em;line-height:1.3}.aif-toc-links{display:grid;gap:.72rem;margin-top:1.35rem}.aif-toc-links a{color:var(--color-text-primary);font-family:var(--font-body);font-size:.86rem;font-weight:650;line-height:1.42;text-decoration:none;text-underline-offset:.18em}.aif-toc-links a:hover{color:var(--color-crimson-600);text-decoration:underline}.aif-essay-content{min-width:0}.aif-essay-content>.aif-essay-section:first-child{padding-top:0}.aif-essay-section{scroll-margin-top:9rem;padding:5.75rem 0 0}.aif-essay-section:first-child{padding-top:0}.aif-essay-section-head{margin-bottom:1.75rem}.aif-essay-section-head h2{max-width:25ch;margin:0;color:var(--color-text-primary);font-family:var(--font-headline);font-size:clamp(1.9rem,3.2vw,2.65rem);font-weight:300;letter-spacing:-.035em;line-height:1.08}.aif-essay-prose p,.aif-essay-prose li{color:var(--color-text-secondary);font-family:var(--font-body);font-size:clamp(1rem,1.5vw,1.08rem);line-height:1.76}.aif-essay-prose p{margin:0 0 1.5rem}.aif-essay-prose p:last-child{margin-bottom:0}.aif-essay-prose strong{color:var(--color-text-primary);font-weight:600}.aif-essay-prose a{color:var(--color-crimson-600);text-decoration-color:color-mix(in srgb,var(--color-crimson-400) 48%,transparent);text-decoration-thickness:1px;text-underline-offset:.18em}.aif-essay-prose .aif-prose-command{overflow-x:auto;margin:-.15rem 0 1.5rem;padding:.9rem 0 .9rem 1.1rem;border-top:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle);border-left:2px solid var(--color-crimson-500);color:var(--color-text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(.78rem,1.2vw,.9rem);line-height:1.55;white-space:pre-wrap}.aif-essay-prose .aif-conclusion-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.15rem;margin-top:1.9rem}.aif-conclusion-actions a{display:inline-flex;gap:.45rem;align-items:center;font-size:.88em;font-weight:600;line-height:1.2;text-decoration:none}.aif-conclusion-actions svg{width:1em;height:1em}.aif-conclusion-actions .aif-conclusion-primary{padding:.78rem 1rem;border:1px solid var(--color-charcoal-800);border-radius:var(--radius-icon);color:var(--color-text-inverse);background:var(--color-charcoal-800)}.aif-conclusion-actions .aif-conclusion-primary:hover{border-color:var(--color-charcoal-700);color:var(--color-text-inverse);background:var(--color-charcoal-700)}.aif-conclusion-actions .aif-conclusion-secondary{padding:.78rem .15rem;color:var(--color-text-primary)}.aif-conclusion-actions .aif-conclusion-secondary:hover{color:var(--color-crimson-600)}.aif-conclusion-actions a:focus-visible{outline:2px solid var(--color-crimson-500);outline-offset:3px}.aif-article-figure{width:100%;margin:3rem 0 0}.aif-example-discussion{margin-top:2.75rem}.aif-essay-caption{max-width:64rem;margin:1rem 0 0;padding-top:.8rem;border-top:1px solid var(--color-border-subtle);color:var(--color-text-secondary);font-family:var(--font-body);font-size:.76rem;line-height:1.55}.aif-essay-caption strong{color:var(--color-text-primary)}.aif-supervision-table{width:min(100%,64rem);margin:2.2rem 0;border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border-strong)}.aif-supervision-row{display:grid;grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);gap:1.2rem;padding:1rem 0;border-top:1px solid var(--color-border-subtle)}.aif-supervision-row:first-child{border-top:0}.aif-supervision-row dt,.aif-supervision-row dd{margin:0}.aif-supervision-row dt{color:var(--color-text-primary);font-family:var(--font-body);font-size:.78rem;font-weight:600;line-height:1.45}.aif-supervision-row dd{color:var(--color-text-secondary);font-family:var(--font-body);font-size:.78rem;line-height:1.5}.aif-benchmark-comparison{margin:3rem 0 0;border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border-strong)}.aif-benchmark-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.4rem;align-items:center;padding:1.15rem 0;border-bottom:1px solid var(--color-border-subtle);color:var(--color-text-secondary);font-family:var(--font-body);font-size:.74rem}.aif-benchmark-legend>span{display:inline-flex;gap:.48rem;align-items:center;font-weight:650}.aif-benchmark-legend .aif-benchmark-trend-key{color:var(--color-text-tertiary);font-weight:500}.aif-benchmark-trend-key b{color:var(--color-text-primary);font-size:.94rem;font-weight:650;line-height:1}.aif-benchmark-legend i,.aif-benchmark-point{display:block;width:.72rem;height:.72rem;border-radius:999px}.aif-benchmark-legend i[data-series=model],.aif-benchmark-point[data-series=model]{background:var(--color-crimson-500)}.aif-benchmark-legend i[data-series=frontier],.aif-benchmark-point[data-series=frontier]{background:var(--color-gold-700)}.aif-benchmark-legend small{margin-left:auto;color:var(--color-text-tertiary);font-size:.7rem}.aif-benchmark-axis{display:grid;grid-template-columns:repeat(5,1fr);margin:1.4rem 0 0 calc(18rem + clamp(1.5rem,4vw,3.5rem));color:var(--color-text-tertiary);font-family:var(--font-body);font-size:.63rem}.aif-benchmark-axis span{transform:translate(-50%)}.aif-benchmark-axis span:first-child{transform:none}.aif-benchmark-axis span:last-child{text-align:right;transform:none}.aif-benchmark-row{display:grid;grid-template-columns:18rem minmax(0,1fr);gap:clamp(1.5rem,4vw,3.5rem);padding:1.55rem 0 1.7rem;border-top:1px solid var(--color-border-subtle)}.aif-benchmark-name,.aif-benchmark-copy h3,.aif-benchmark-copy p,.aif-benchmark-plot p,.aif-benchmark-values strong,.aif-benchmark-values span{margin:0}.aif-benchmark-name{display:flex;gap:.5rem;align-items:baseline}.aif-benchmark-copy h3{color:var(--color-text-primary);font-family:var(--font-body);font-size:.86rem;font-weight:750}.aif-benchmark-copy h3 a{color:inherit;text-decoration-color:color-mix(in srgb,var(--color-crimson-400) 48%,transparent);text-decoration-thickness:1px;text-underline-offset:.18em}.aif-benchmark-trend{color:var(--color-text-tertiary);font-family:var(--font-body);font-size:.95rem;font-weight:650;line-height:1}.aif-benchmark-copy p{max-width:31rem;margin-top:.55rem;color:var(--color-text-secondary);font-family:var(--font-body);font-size:.75rem;line-height:1.5}.aif-benchmark-plot{min-width:0}.aif-benchmark-track{position:relative;height:1.1rem;margin:0 .5rem;background:linear-gradient(var(--color-border-strong),var(--color-border-strong)) center / 100% 1px no-repeat,repeating-linear-gradient(to right,transparent 0,transparent calc(25% - 1px),var(--color-border-subtle) 25%,transparent calc(25% + 1px))}.aif-benchmark-connector{position:absolute;top:50%;height:2px;transform:translateY(-50%);background:var(--color-text-tertiary)}.aif-benchmark-point{position:absolute;top:50%;width:.86rem;height:.86rem;border:2px solid var(--color-bg-base);transform:translate(-50%,-50%);box-shadow:0 0 0 1px var(--color-border-strong)}.aif-benchmark-values{display:flex;flex-wrap:wrap;gap:.45rem 1.2rem;margin-top:.6rem}.aif-benchmark-values strong{color:var(--color-text-primary);font-family:var(--font-body);font-size:.76rem;font-weight:750}.aif-benchmark-values span{color:var(--color-text-tertiary);font-size:.66rem;font-weight:500}.aif-benchmark-comparison figcaption{padding:1.15rem 0;border-top:1px solid var(--color-border-subtle);color:var(--color-text-tertiary);font-family:var(--font-body);font-size:.69rem;line-height:1.5}.aif-benchmark-comparison figcaption a{color:var(--color-crimson-600);text-decoration-color:color-mix(in srgb,var(--color-crimson-400) 48%,transparent);text-decoration-thickness:1px;text-underline-offset:.18em}.aif-category-comparison{margin:3.2rem 0 0;border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border-strong)}.aif-category-comparison-heading{display:flex;flex-wrap:wrap;gap:.6rem 1.25rem;align-items:baseline;padding:1.25rem 0 1rem;border-bottom:1px solid var(--color-border-subtle)}.aif-category-comparison-heading h3,.aif-category-group h4{margin:0}.aif-category-comparison-heading h3{color:var(--color-text-primary);font-family:var(--font-headline);font-size:clamp(1.3rem,2.2vw,1.75rem);font-weight:300;letter-spacing:-.03em;line-height:1.15}.aif-category-legend{display:flex;flex-wrap:wrap;gap:.75rem 1.4rem;padding:.95rem 0;border-bottom:1px solid var(--color-border-subtle);color:var(--color-text-secondary);font-family:var(--font-body);font-size:.74rem}.aif-category-legend span{display:inline-flex;gap:.45rem;align-items:center;font-weight:650}.aif-category-legend i{display:block;width:.7rem;height:.7rem;border-radius:999px}.aif-category-legend i[data-series=harden],.aif-category-track i[data-series=harden]{background:var(--color-crimson-500)}.aif-category-legend i[data-series=gpt],.aif-category-track i[data-series=gpt]{background:var(--color-gold-700)}.aif-category-chart{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.25rem clamp(1rem,3vw,2.75rem);align-items:start;padding:1.5rem 0 2rem}.aif-category-group{display:grid;grid-template-rows:13rem auto;min-width:0}.aif-category-group:last-child:nth-child(3n+1){grid-column:2}.aif-category-group h4{margin-top:.9rem;color:var(--color-text-primary);font-family:var(--font-body);font-size:.76rem;font-weight:700;line-height:1.4;text-align:center}.aif-category-bars{display:flex;gap:clamp(.5rem,1.3vw,.9rem);align-items:stretch;min-width:0;padding:0 .85rem;background-image:linear-gradient(to bottom,var(--color-border-subtle) 0,var(--color-border-subtle) 1px,transparent 1px,transparent 100%);background-size:100% 50%;border-bottom:1px solid var(--color-border-subtle)}.aif-category-bar{position:relative;display:flex;flex:1 1 0;align-items:flex-end;min-width:0}.aif-category-track{display:flex;align-items:flex-end;width:100%;height:100%}.aif-category-track i{position:relative;display:block;width:100%;min-height:.2rem}.aif-category-track i:before{position:absolute;bottom:calc(100% + .32rem);left:50%;color:var(--color-text-primary);content:attr(data-score);font-family:var(--font-body);font-size:.68rem;font-style:normal;font-weight:700;line-height:1;transform:translate(-50%);white-space:nowrap}.aif-category-comparison figcaption{padding:1rem 0;border-top:1px solid var(--color-border-subtle);font-family:var(--font-body);font-size:.69rem;line-height:1.5}.aif-category-comparison figcaption a{color:var(--color-crimson-600);text-decoration-color:color-mix(in srgb,var(--color-crimson-400) 48%,transparent);text-decoration-thickness:1px;text-underline-offset:.18em}.aif-result-context{max-width:64rem;margin:1.75rem 0 0;color:var(--color-text-secondary);font-family:var(--font-body);font-size:.92rem;line-height:1.66}.aif-evaluation-appendix{margin:2rem 0 0;border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border-strong)}.aif-evaluation-appendix summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 0;color:var(--color-text-primary);cursor:pointer;font-family:var(--font-body);font-size:.82rem;font-weight:700;line-height:1.45;list-style:none}.aif-evaluation-appendix summary::-webkit-details-marker{display:none}.aif-evaluation-appendix summary:after{color:var(--color-text-tertiary);content:"⌄";font-size:1.35rem;font-weight:400;line-height:1}.aif-evaluation-appendix[open] summary{border-bottom:1px solid var(--color-border-subtle)}.aif-evaluation-appendix[open] summary:after{content:"⌃"}.aif-evaluation-appendix-content{max-width:52rem;padding:1.25rem 0 .15rem}.aif-evaluation-appendix-content h3{margin:0 0 .8rem;color:var(--color-text-primary);font-family:var(--font-body);font-size:.88rem;font-weight:750;line-height:1.4}.aif-evaluation-appendix-content p{margin:0 0 1.1rem;color:var(--color-text-secondary);font-family:var(--font-body);font-size:.87rem;line-height:1.68}.aif-category-definitions{margin:0 0 1.55rem;border-top:1px solid var(--color-border-subtle)}.aif-category-definitions div{display:grid;grid-template-columns:minmax(10.5rem,.8fr) minmax(0,1.7fr);gap:1.25rem;padding:.85rem 0;border-bottom:1px solid var(--color-border-subtle)}.aif-category-definitions dt,.aif-category-definitions dd{margin:0;font-family:var(--font-body);font-size:.78rem;line-height:1.55}.aif-category-definitions dt{color:var(--color-text-primary);font-weight:700}.aif-category-definitions dd{color:var(--color-text-secondary)}.aif-evaluation-table-wrap{margin:1.35rem 0 1.25rem;overflow-x:auto}.aif-evaluation-table{width:100%;min-width:37rem;border-collapse:collapse;color:var(--color-text-secondary);font-family:var(--font-body);font-size:.75rem;line-height:1.45}.aif-evaluation-table th,.aif-evaluation-table td{padding:.76rem .75rem;border-top:1px solid var(--color-border-subtle);text-align:left;vertical-align:top}.aif-evaluation-table thead th{border-top:1px solid var(--color-border-strong);color:var(--color-text-tertiary);font-size:.68rem;font-weight:700}.aif-evaluation-table tbody th{color:var(--color-text-primary);font-weight:700}.aif-boundary-figure{overflow:hidden;padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--color-border-strong);background:linear-gradient(90deg,color-mix(in srgb,var(--color-gold-50) 72%,transparent),transparent 58%),var(--color-bg-panel);box-shadow:0 30px 60px -52px color-mix(in srgb,var(--color-charcoal-900) 85%,transparent)}.aif-boundary-title{max-width:24ch;margin:0;color:var(--color-text-primary);font-family:var(--font-headline);font-size:clamp(1.9rem,3.5vw,3rem);font-weight:300;letter-spacing:-.045em;line-height:1.02}.aif-boundary-intro{max-width:64rem;margin:.85rem 0 0;color:var(--color-text-secondary);font-family:var(--font-headline);font-size:clamp(1rem,1.65vw,1.17rem);font-weight:300;line-height:1.45}.aif-boundary-demo{display:grid;grid-template-columns:minmax(0,1.56fr) minmax(15rem,.94fr);gap:clamp(1rem,3vw,2rem);margin-top:2.35rem}.aif-boundary-terminal,.aif-boundary-check{min-height:22rem;border:1px solid var(--color-border-strong)}.aif-boundary-terminal{overflow:hidden;color:var(--color-gold-50);background:radial-gradient(circle at 72% 88%,color-mix(in srgb,var(--color-gold-600) 14%,transparent),transparent 16rem),var(--color-charcoal-900)}.aif-terminal-window-bar{display:flex;align-items:center;gap:1rem;min-height:3.75rem;padding:0 1.25rem;border-bottom:1px solid var(--color-charcoal-700)}.aif-terminal-window-bar>span{display:flex;gap:.42rem}.aif-terminal-window-bar i{display:block;width:.6rem;height:.6rem;border-radius:999px;background:var(--color-crimson-500)}.aif-terminal-window-bar i:nth-child(2){background:var(--color-gold-600)}.aif-terminal-window-bar i:nth-child(3){background:#859b81}.aif-terminal-window-bar strong{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.66rem;font-weight:600;color:var(--color-charcoal-300)}.aif-boundary-terminal-content{padding:clamp(1.5rem,4vw,2.35rem)}.aif-terminal-task{padding:0 0 1rem;border-bottom:1px solid var(--color-charcoal-700)}.aif-terminal-task span,.aif-terminal-task p{margin:0;font-family:var(--font-body)}.aif-terminal-task span{color:var(--color-gold-300);font-size:.65rem;font-weight:700}.aif-terminal-task p{max-width:34rem;margin-top:.38rem;color:var(--color-charcoal-200);font-size:.76rem;line-height:1.5}.aif-terminal-line{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;margin-top:1.2rem;overflow:hidden;color:var(--color-gold-50);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(.83rem,1.55vw,1.1rem);line-height:1.45;opacity:0;overflow-wrap:anywhere;transform:translateY(.4rem);animation:aif-terminal-line 8s ease-out infinite}.aif-terminal-line span{margin-right:.6rem;color:var(--color-crimson-300)}.aif-terminal-upload{animation-delay:1.2s}.aif-terminal-intercept{display:flex;gap:.8rem;align-items:flex-start;margin-top:2.1rem;padding-top:1.25rem;border-top:1px solid var(--color-charcoal-700);opacity:0;transform:translateY(.4rem);animation:aif-terminal-intercept 8s ease-out infinite}.aif-terminal-block-icon,.aif-check-outcome-icon{display:grid;width:1.65rem;height:1.65rem;flex:0 0 auto;place-items:center;border-radius:999px;color:var(--color-gold-50);background:var(--color-crimson-500);font-family:var(--font-body);font-size:1.2rem;line-height:1}.aif-terminal-intercept strong,.aif-check-outcome strong{color:var(--color-gold-50);font-family:var(--font-body);font-size:.92rem}.aif-terminal-intercept p,.aif-check-outcome p{margin:.38rem 0 0;color:var(--color-charcoal-300);font-family:var(--font-body);font-size:.73rem;line-height:1.45}.aif-terminal-recovery{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .7rem;margin-top:1.1rem;padding:.6rem .7rem;border:1px solid color-mix(in srgb,var(--color-gold-300) 35%,transparent);background:color-mix(in srgb,var(--color-gold-50) 7%,transparent);opacity:0;transform:translateY(.35rem);animation:aif-terminal-recovery 8s ease-out infinite}.aif-terminal-recovery span,.aif-check-recovery>span{color:var(--color-gold-300);font-family:var(--font-body);font-size:.63rem;font-weight:700}.aif-terminal-recovery code{color:var(--color-gold-50);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem}.aif-terminal-success{display:flex;gap:.8rem;align-items:flex-start;margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid var(--color-charcoal-700);opacity:0;transform:translateY(.35rem);animation:aif-terminal-success 8s ease-out infinite}.aif-terminal-success-icon{display:grid;width:1.65rem;height:1.65rem;flex:0 0 auto;place-items:center;border-radius:999px;color:var(--color-charcoal-900);background:#859b81;font-family:var(--font-body);font-size:1rem;font-weight:700;line-height:1}.aif-terminal-success strong{color:#d9ead1;font-family:var(--font-body);font-size:.92rem}.aif-terminal-success p{margin:.38rem 0 0;color:var(--color-charcoal-300);font-family:var(--font-body);font-size:.73rem;line-height:1.45}.aif-boundary-check{padding:clamp(1.25rem,3vw,1.85rem);background:color-mix(in srgb,var(--color-bg-base) 74%,transparent)}.aif-check-identities{display:grid;grid-template-columns:1fr;gap:.7rem;margin-top:0}.aif-check-identity{padding:.8rem;border:1px solid var(--color-border-strong);background:var(--color-bg-panel)}.aif-check-identity span,.aif-check-identity strong{display:block}.aif-check-identity span{color:var(--color-text-tertiary);font-family:var(--font-body);font-size:.64rem}.aif-check-identity strong{margin-top:.25rem;color:var(--color-text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.82rem}.aif-check-identity[data-tone=approved]{border-color:color-mix(in srgb,var(--color-gold-700) 40%,var(--color-border-strong))}.aif-check-identity[data-tone=blocked]{border-color:color-mix(in srgb,var(--color-crimson-500) 48%,var(--color-border-strong));animation:aif-check-profile-alert 8s ease-out infinite}.aif-check-connector{display:block;width:2px;height:1.35rem;margin:-.15rem auto;background:var(--color-border-strong)}.aif-check-connector i{display:block;width:100%;height:100%;background:var(--color-crimson-500);transform:scaleY(0);transform-origin:top;animation:aif-check-connector 8s ease-out infinite}.aif-check-outcome{display:flex;gap:.7rem;align-items:flex-start;margin-top:2rem;padding-top:1.2rem;border-top:1px solid var(--color-border-subtle);opacity:0;transform:translateY(.35rem);animation:aif-check-outcome 8s ease-out infinite}.aif-check-outcome strong{color:var(--color-text-primary)}.aif-check-outcome p{color:var(--color-text-secondary)}.aif-check-recovery{display:grid;gap:.32rem;margin-top:1.1rem;padding:.75rem;border:1px solid color-mix(in srgb,var(--color-gold-700) 46%,var(--color-border-strong));background:color-mix(in srgb,var(--color-gold-50) 65%,transparent);opacity:0;transform:translateY(.35rem);animation:aif-check-recovery 8s ease-out infinite}.aif-check-recovery>span{color:var(--color-text-tertiary)}.aif-check-recovery code{color:var(--color-text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem}.aif-check-recovery strong{margin-top:.15rem;color:var(--color-gold-700);font-family:var(--font-body);font-size:.7rem}.aif-boundary-figure figcaption{max-width:64rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border-subtle);color:var(--color-text-secondary);font-family:var(--font-body);font-size:.72rem;line-height:1.5}@keyframes aif-terminal-line{0%,8%{opacity:0;transform:translateY(.4rem)}15%,90%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes aif-terminal-intercept{0%,44%{opacity:0;transform:translateY(.4rem)}53%,90%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes aif-terminal-recovery{0%,58%{opacity:0;transform:translateY(.35rem)}67%,90%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes aif-terminal-success{0%,70%{opacity:0;transform:translateY(.35rem)}78%,96%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes aif-check-connector{0%,27%{transform:scaleY(0)}40%,90%{transform:scaleY(1)}to{transform:scaleY(0)}}@keyframes aif-check-profile-alert{0%,34%{background:var(--color-bg-panel)}45%,90%{background:color-mix(in srgb,var(--color-crimson-50) 68%,var(--color-bg-panel))}to{background:var(--color-bg-panel)}}@keyframes aif-check-outcome{0%,50%{opacity:0;transform:translateY(.35rem)}60%,90%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes aif-check-recovery{0%,64%{opacity:0;transform:translateY(.35rem)}73%,90%{opacity:1;transform:translateY(0)}to{opacity:0}}.aif-redaction-flow{overflow:hidden;margin:2.2rem 0 0;border:1px solid var(--color-border-strong);background:radial-gradient(circle at 88% 12%,color-mix(in srgb,#829f78 12%,transparent),transparent 18rem),var(--color-bg-panel);box-shadow:0 24px 50px -42px color-mix(in srgb,var(--color-charcoal-900) 38%,transparent)}.aif-redaction-window-bar{display:flex;gap:.9rem;align-items:center;min-height:3.2rem;padding:0 1.1rem;border-bottom:1px solid var(--color-border-strong)}.aif-redaction-window-bar>span{display:flex;gap:.38rem}.aif-redaction-window-bar i{display:block;width:.52rem;height:.52rem;border-radius:999px;background:var(--color-crimson-500)}.aif-redaction-window-bar i:nth-child(2){background:var(--color-gold-600)}.aif-redaction-window-bar i:nth-child(3){background:#829f78}.aif-redaction-window-bar strong{color:var(--color-text-secondary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.65rem;font-weight:600}.aif-redaction-content{padding:clamp(1.25rem,3.2vw,2rem)}.aif-redaction-heading{max-width:35rem}.aif-redaction-heading h3,.aif-redaction-heading p,.aif-redaction-step p,.aif-redaction-completion p,.aif-redaction-completion strong{margin:0}.aif-redaction-heading h3{color:var(--color-text-primary);font-family:var(--font-headline);font-size:clamp(1.45rem,2.7vw,2rem);font-weight:300;letter-spacing:-.035em;line-height:1.08}.aif-redaction-heading p{margin-top:.56rem;color:var(--color-text-secondary);font-family:var(--font-body);font-size:.77rem;line-height:1.52}.aif-redaction-sequence{position:relative;display:grid;gap:.7rem;margin-top:1.6rem;padding-left:1.65rem}.aif-redaction-sequence:before{position:absolute;top:.78rem;bottom:1.15rem;left:.33rem;width:1px;background:linear-gradient(var(--color-gold-600),#829f78);content:"";opacity:0;transform:scaleY(0);transform-origin:top;animation:aif-redaction-rail 11s ease-out infinite}.aif-redaction-step{position:relative;min-width:0;padding:.85rem .95rem;border:1px solid var(--color-border-strong);border-left-width:2px;background:color-mix(in srgb,var(--color-bg-base) 72%,transparent);opacity:0;transform:translateY(.45rem)}.aif-redaction-step--pending{border-left-color:var(--color-gold-600);animation:aif-redaction-pending 11s ease-out infinite}.aif-redaction-step--rewrite{border-left-color:var(--color-gold-400);background:color-mix(in srgb,var(--color-gold-50) 55%,var(--color-bg-panel));animation:aif-redaction-rewrite 11s ease-out infinite}.aif-redaction-step--payload{border-left-color:#829f78;background:color-mix(in srgb,#829f78 10%,var(--color-bg-panel));animation:aif-redaction-payload 11s ease-out infinite}.aif-redaction-marker{position:absolute;top:1.24rem;left:-1.99rem;display:block;width:.72rem;height:.72rem;border:2px solid var(--color-bg-panel);border-radius:999px;background:var(--color-gold-500);box-shadow:0 0 0 1px color-mix(in srgb,var(--color-gold-500) 38%,transparent)}.aif-redaction-step--rewrite .aif-redaction-marker{background:var(--color-gold-300);box-shadow:0 0 0 1px color-mix(in srgb,var(--color-gold-300) 48%,transparent)}.aif-redaction-step--payload .aif-redaction-marker{background:#829f78;box-shadow:0 0 0 1px color-mix(in srgb,#829f78 50%,transparent)}.aif-redaction-step p{color:var(--color-text-secondary);font-family:var(--font-body);font-size:.68rem;font-weight:600;line-height:1.42}.aif-redaction-step code{display:grid;gap:.15rem;margin-top:.58rem;overflow-wrap:anywhere;color:var(--color-text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:clamp(.6rem,1.25vw,.73rem);line-height:1.5}.aif-redaction-step code mark{width:-moz-fit-content;width:fit-content;max-width:100%;padding:0 .18rem;color:inherit;background:color-mix(in srgb,var(--color-crimson-500) 37%,transparent);overflow-wrap:anywhere}.aif-redaction-step--rewrite code mark{background:color-mix(in srgb,var(--color-gold-500) 34%,transparent)}.aif-redaction-step--payload code{gap:.27rem}.aif-redaction-step--payload code mark{color:#355931;background:color-mix(in srgb,#829f78 28%,transparent)}.aif-redaction-completion{display:flex;gap:.68rem;align-items:flex-start;margin-top:.18rem;padding:.88rem .95rem;border:1px solid color-mix(in srgb,#829f78 50%,var(--color-border-strong));color:#355931;background:color-mix(in srgb,#829f78 12%,var(--color-bg-panel));opacity:0;transform:translateY(.45rem);animation:aif-redaction-completion 11s ease-out infinite}.aif-redaction-completion>span{display:grid;width:1.2rem;height:1.2rem;flex:0 0 auto;place-items:center;border-radius:999px;color:var(--color-bg-panel);background:#93b587;font-family:var(--font-body);font-size:.73rem;font-weight:800;line-height:1}.aif-redaction-completion strong{display:block;color:#355931;font-family:var(--font-body);font-size:.76rem;font-weight:700;line-height:1.35}.aif-redaction-completion p{margin-top:.18rem;color:var(--color-text-secondary);font-family:var(--font-body);font-size:.66rem;line-height:1.42}.aif-redaction-flow figcaption{max-width:47rem;padding:.9rem clamp(1.25rem,3.2vw,2rem);color:var(--color-text-secondary);border-top:1px solid var(--color-border-strong);font-family:var(--font-body);font-size:.69rem;line-height:1.5}.aif-redaction-flow figcaption code{color:var(--color-text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.67rem}@keyframes aif-redaction-rail{0%,6%{opacity:0;transform:scaleY(0)}17%,94%{opacity:1;transform:scaleY(1)}to{opacity:0;transform:scaleY(1)}}@keyframes aif-redaction-pending{0%,5%{opacity:0;transform:translateY(.45rem)}13%,32%{opacity:1;transform:translateY(0)}40%,94%{opacity:.48;transform:translateY(0)}to{opacity:0}}@keyframes aif-redaction-rewrite{0%,28%{opacity:0;transform:translateY(.45rem)}38%,58%{opacity:1;transform:translateY(0)}66%,94%{opacity:.58;transform:translateY(0)}to{opacity:0}}@keyframes aif-redaction-payload{0%,54%{opacity:0;transform:translateY(.45rem)}65%,94%{opacity:1;transform:translateY(0)}to{opacity:0}}@keyframes aif-redaction-completion{0%,70%{opacity:0;transform:translateY(.45rem)}80%,94%{opacity:1;transform:translateY(0)}to{opacity:0}}.aif-existing-stack{overflow:hidden;margin:0;border:1px solid var(--color-border-strong);background:var(--color-bg-panel);box-shadow:0 24px 48px -44px color-mix(in srgb,var(--color-charcoal-900) 82%,transparent)}.aif-existing-stack-command-wrap{display:flex;flex-wrap:wrap;gap:.75rem 1.1rem;align-items:center;padding:1rem clamp(1.15rem,3vw,2rem);border-bottom:1px solid var(--color-border-strong);background:color-mix(in srgb,var(--color-gold-50) 67%,transparent)}.aif-existing-stack-command-wrap>p{margin:0;color:var(--color-text-tertiary);font-family:var(--font-body);font-size:.72rem}.aif-existing-stack-command{display:block;overflow-wrap:anywhere;color:var(--color-text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.73rem}.aif-existing-stack-scene{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.aif-existing-stack-controls{padding:clamp(1.5rem,4vw,2.4rem);border-right:1px solid var(--color-border-strong);background:color-mix(in srgb,var(--color-gold-50) 38%,var(--color-bg-panel))}.aif-existing-stack-controls-copy h3{max-width:15ch;margin:0;color:var(--color-text-primary);font-family:var(--font-headline);font-size:clamp(1.55rem,2.8vw,2.25rem);font-weight:300;letter-spacing:-.04em;line-height:1.02}.aif-existing-stack-controls-copy p{max-width:28rem;margin:.85rem 0 0;color:var(--color-text-secondary);font-family:var(--font-body);font-size:.76rem;line-height:1.52}.aif-existing-stack-control-list{display:grid;gap:.7rem;margin:2rem 0 0;padding-left:1rem;border-left:1px solid color-mix(in srgb,var(--color-gold-700) 42%,var(--color-border-subtle))}.aif-existing-stack-control{display:grid;grid-template-columns:1.4rem minmax(4.8rem,.65fr) 1fr;gap:.65rem;align-items:center;min-height:2.1rem;animation:aif-existing-control-enter 7.5s ease-in-out infinite}.aif-existing-stack-control>span{display:grid;width:1.3rem;height:1.3rem;flex:0 0 auto;place-items:center;border-radius:999px;color:var(--color-bg-base);background:var(--color-gold-700);font-family:var(--font-body);font-size:.72rem;font-weight:700}.aif-existing-stack-control strong,.aif-existing-stack-control p{display:block;margin:0}.aif-existing-stack-control strong{color:var(--color-text-primary);font-family:var(--font-body);font-size:.72rem;font-weight:700}.aif-existing-stack-control p{text-align:right;color:var(--color-text-secondary);font-family:var(--font-body);font-size:.66rem;line-height:1.4}.aif-existing-stack-harden{padding:clamp(1.5rem,4vw,2.4rem);color:var(--color-gold-50);background:radial-gradient(circle at 92% 10%,color-mix(in srgb,var(--color-crimson-500) 30%,transparent),transparent 16rem),var(--color-charcoal-900)}.aif-existing-stack-harden-heading{display:flex;gap:.85rem;align-items:center}.aif-existing-stack-harden-heading img{width:1.65rem;height:auto}.aif-existing-stack-harden-heading p{margin:0;color:var(--color-charcoal-200);font-family:var(--font-body);font-size:.78rem;font-weight:600}.aif-existing-stack-mismatch{display:grid;grid-template-columns:minmax(0,1fr) 2.7rem minmax(0,1fr);gap:.8rem;align-items:center;margin-top:2.15rem}.aif-existing-stack-mismatch>div{min-height:5.25rem;padding:.9rem .95rem;border-left:2px solid var(--color-gold-600);background:color-mix(in srgb,var(--color-gold-50) 7%,transparent)}.aif-existing-stack-mismatch>div:last-child{border-left-color:var(--color-crimson-400);background:color-mix(in srgb,var(--color-crimson-400) 12%,transparent);animation:aif-existing-target-alert 7.5s ease-out infinite}.aif-existing-stack-mismatch span,.aif-existing-stack-mismatch strong{display:block}.aif-existing-stack-mismatch span{color:var(--color-charcoal-300);font-family:var(--font-body);font-size:.63rem;line-height:1.35}.aif-existing-stack-mismatch strong{margin-top:.45rem;color:var(--color-gold-50);font-family:var(--font-headline);font-size:1.65rem;font-weight:300;letter-spacing:-.03em;line-height:1}.aif-existing-stack-mismatch i{position:relative;display:block;height:1px;background:color-mix(in srgb,var(--color-crimson-400) 60%,transparent)}.aif-existing-stack-mismatch i:after{position:absolute;top:50%;left:50%;display:grid;width:1.55rem;height:1.55rem;place-items:center;border:1px solid color-mix(in srgb,var(--color-crimson-400) 70%,transparent);border-radius:999px;color:var(--color-gold-50);background:var(--color-charcoal-900);content:"×";font-family:var(--font-body);font-size:1rem;transform:translate(-50%,-50%)}.aif-existing-stack-decision{display:flex;gap:.8rem;align-items:center;margin-top:1.35rem;padding-top:1.25rem;color:var(--color-gold-50);border-top:1px solid var(--color-charcoal-700)}.aif-existing-stack-decision>span{display:grid;width:1.9rem;height:1.9rem;flex:0 0 auto;place-items:center;border-radius:999px;color:var(--color-gold-50);background:var(--color-crimson-500);font-family:var(--font-body);font-size:1.3rem;line-height:1;animation:aif-existing-block-pulse 2.8s ease-out infinite}.aif-existing-stack-decision strong,.aif-existing-stack-decision p{display:block;margin:0}.aif-existing-stack-decision strong{color:var(--color-gold-50);font-family:var(--font-body);font-size:.88rem}.aif-existing-stack-decision p{margin-top:.25rem;color:var(--color-charcoal-300);font-family:var(--font-body);font-size:.7rem;line-height:1.4}.aif-existing-stack figcaption{max-width:49rem;padding:.95rem clamp(1.15rem,3vw,2rem);color:var(--color-text-tertiary);border-top:1px solid var(--color-border-subtle);font-family:var(--font-body);font-size:.7rem;line-height:1.45}@keyframes aif-existing-control-enter{0%,8%{opacity:.52}18%,82%{opacity:1}to{opacity:.52}}.aif-existing-stack-control:nth-child(2){animation-delay:.45s}.aif-existing-stack-control:nth-child(3){animation-delay:.9s}@keyframes aif-existing-target-alert{0%,42%{box-shadow:none}54%,86%{box-shadow:0 0 0 .35rem color-mix(in srgb,var(--color-crimson-500) 10%,transparent)}to{box-shadow:none}}@keyframes aif-existing-block-pulse{0%{box-shadow:0 0 color-mix(in srgb,var(--color-crimson-400) 48%,transparent)}65%,to{box-shadow:0 0 0 .7rem transparent}}@keyframes aif-evaluation-card-enter{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}@keyframes aif-replay-reveal{0%{opacity:.35;transform:scale(1.012)}to{opacity:1;transform:scale(1)}}.aif-replay-figure{margin:0}.aif-replay-frame{overflow:hidden;border:1px solid var(--color-border-strong);background:var(--color-charcoal-900);box-shadow:0 18px 42px -38px color-mix(in srgb,var(--color-charcoal-900) 75%,transparent)}.aif-replay-frame img{display:block;width:100%;height:auto;animation:aif-replay-reveal .45s ease-out}.aif-replay-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:1rem 0 0;border-top:1px solid var(--color-border-strong);border-bottom:1px solid var(--color-border-strong)}.aif-replay-tabs button{padding:.85rem .75rem;border:0;border-left:1px solid var(--color-border-subtle);color:var(--color-text-secondary);background:transparent;font-family:var(--font-body);font-size:.73rem;line-height:1.35;text-align:left}.aif-replay-tabs button:first-child{border-left:0}.aif-replay-tabs button[aria-pressed=true]{color:var(--color-text-primary);background:color-mix(in srgb,var(--color-crimson-50) 56%,transparent)}.aif-replay-tabs button:focus-visible{outline:2px solid var(--color-crimson-500);outline-offset:2px}.aif-replay-tabs span{display:block}.aif-replay-summary{max-width:42rem;margin:1.1rem 0 0;color:var(--color-text-secondary);font-family:var(--font-headline);font-size:1.04rem;font-weight:300;line-height:1.45}.aif-replay-figure figcaption{margin-top:1rem;padding-top:.8rem;border-top:1px solid var(--color-border-subtle);color:var(--color-text-secondary);font-family:var(--font-body);font-size:.72rem;line-height:1.5}.aif-session-comparison{overflow:hidden;margin:0;border:1px solid var(--color-border-strong);background:radial-gradient(circle at 92% 5%,color-mix(in srgb,var(--color-crimson-50) 64%,transparent),transparent 23rem),var(--color-bg-panel);box-shadow:0 24px 48px -44px color-mix(in srgb,var(--color-charcoal-900) 38%,transparent)}.aif-session-comparison-controls{display:flex;gap:.75rem;align-items:center;justify-content:space-between;padding:.55rem;border-bottom:1px solid var(--color-border-strong)}.aif-session-comparison-controls>div{display:flex;flex-wrap:wrap;gap:.35rem}.aif-session-comparison-controls button{padding:.55rem .72rem;border:1px solid transparent;border-radius:.15rem;color:var(--color-text-secondary);background:transparent;font-family:var(--font-body);font-size:.68rem;font-weight:600;line-height:1.25}.aif-session-comparison-controls>div button:hover,.aif-session-comparison-controls>div button[aria-pressed=true]{color:var(--color-text-primary);border-color:var(--color-border-strong);background:color-mix(in srgb,var(--color-bg-base) 78%,transparent)}.aif-session-comparison-controls .aif-session-replay-button{flex:0 0 auto;color:var(--color-text-primary);border-color:var(--color-border-strong);background:color-mix(in srgb,var(--color-gold-50) 68%,var(--color-bg-panel))}.aif-session-comparison-controls .aif-session-replay-button:hover{background:color-mix(in srgb,var(--color-gold-50) 88%,var(--color-bg-panel))}.aif-session-comparison-controls button:focus-visible{outline:2px solid var(--color-crimson-500);outline-offset:2px}.aif-session-comparison-body{padding:clamp(1.2rem,3.5vw,2.35rem)}.aif-session-request{display:flex;gap:.9rem;align-items:flex-start;max-width:42rem;animation:aif-session-request-enter .45s ease-out both}.aif-session-request img{width:1.65rem;height:auto;margin-top:.18rem}.aif-session-request p{margin:0;color:var(--color-text-primary);font-family:var(--font-headline);font-size:clamp(1.45rem,2.8vw,2.2rem);font-weight:300;letter-spacing:-.035em;line-height:1.08}.aif-session-paths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;margin-top:clamp(1.35rem,3vw,2rem)}.aif-session-path{min-width:0;min-height:24.25rem;padding:clamp(1rem,2.5vw,1.35rem);border:1px solid var(--color-border-strong);border-top-width:2px;background:color-mix(in srgb,var(--color-bg-base) 72%,transparent);animation:aif-session-path-enter .4s ease-out .16s both}.aif-session-path[data-outcome=allowed]{border-top-color:#829f78}.aif-session-path[data-outcome=blocked]{border-top-color:var(--color-crimson-400)}.aif-session-path-title{display:flex;gap:.6rem;align-items:center}.aif-session-path-title>span{display:grid;width:1.35rem;height:1.35rem;flex:0 0 auto;place-items:center;border-radius:999px;color:var(--color-bg-base);font-family:var(--font-body);font-size:.76rem;font-weight:800;line-height:1}.aif-session-path[data-outcome=allowed] .aif-session-path-title>span{background:#829f78}.aif-session-path[data-outcome=blocked] .aif-session-path-title>span{color:var(--color-bg-base);background:var(--color-crimson-500)}.aif-session-path-title h3{margin:0;color:var(--color-text-primary);font-family:var(--font-body);font-size:.83rem;font-weight:700;line-height:1.3}.aif-session-lines{display:grid;gap:.62rem;margin-top:1.25rem}.aif-session-lines>p{position:relative;min-height:2.05rem;margin:0;padding:.66rem .72rem .66rem .92rem;color:var(--color-text-secondary);border-left:1px solid var(--color-border-strong);font-family:var(--font-body);font-size:.69rem;line-height:1.45;opacity:0;white-space:pre-line;transform:translateY(.38rem);animation:aif-session-line-enter .42s ease-out both}.aif-session-lines>p:before{position:absolute;top:1.04rem;left:-.19rem;width:.31rem;height:.31rem;border-radius:999px;background:var(--color-text-tertiary);content:""}.aif-session-lines>p[data-step="1"]{animation-delay:.7s}.aif-session-lines>p[data-step="2"]{animation-delay:1.45s}.aif-session-lines>p[data-step="3"]{animation-delay:2.25s}.aif-session-lines>p[data-step="4"]{animation-delay:3.15s}.aif-session-lines>p[data-step="5"]{animation-delay:4.15s}.aif-session-lines>p[data-tone=context]{color:var(--color-text-secondary)}.aif-session-lines>p[data-tone=command]{border-left-color:var(--color-gold-600);background:color-mix(in srgb,var(--color-gold-50) 64%,var(--color-bg-panel))}.aif-session-lines>p[data-tone=command]:before{background:var(--color-gold-500)}.aif-session-lines code{display:block;overflow-wrap:anywhere;color:var(--color-text-primary);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.62rem;line-height:1.5}.aif-session-lines>p[data-tone=decision]{color:var(--color-text-primary);border-left-color:var(--color-gold-400);background:color-mix(in srgb,var(--color-gold-50) 76%,var(--color-bg-panel))}.aif-session-lines>p[data-tone=decision]:before{background:var(--color-gold-300)}.aif-session-lines>p[data-tone=result]{font-weight:650}.aif-session-path[data-outcome=allowed] .aif-session-lines>p[data-tone=result]{color:#355931;border-left-color:#829f78;background:color-mix(in srgb,#829f78 16%,var(--color-bg-panel))}.aif-session-path[data-outcome=allowed] .aif-session-lines>p[data-tone=result]:before{background:#829f78}.aif-session-path[data-outcome=blocked] .aif-session-lines>p[data-tone=result]{color:var(--color-crimson-700);border-left-color:var(--color-crimson-400);background:color-mix(in srgb,var(--color-crimson-50) 82%,var(--color-bg-panel))}.aif-session-path[data-outcome=blocked] .aif-session-lines>p[data-tone=result]:before{background:var(--color-crimson-400)}.aif-session-comparison figcaption{max-width:49rem;padding:.95rem clamp(1.2rem,3.5vw,2.35rem);color:var(--color-text-secondary);border-top:1px solid var(--color-border-strong);font-family:var(--font-body);font-size:.7rem;line-height:1.48}@keyframes aif-session-request-enter{0%{opacity:0;transform:translateY(.42rem)}to{opacity:1;transform:translateY(0)}}@keyframes aif-session-path-enter{0%{opacity:0;transform:translateY(.48rem)}to{opacity:1;transform:translateY(0)}}@keyframes aif-session-line-enter{0%{opacity:0;transform:translateY(.38rem)}to{opacity:1;transform:translateY(0)}}.aif-monitor-comparison{margin:0;padding:clamp(1.25rem,3vw,2.2rem);border:1px solid var(--color-border-strong);background:color-mix(in srgb,var(--color-bg-panel) 88%,transparent)}.aif-monitor-comparison>h2{max-width:35rem;margin:0;color:var(--color-text-primary);font-family:var(--font-headline);font-size:clamp(1.65rem,3vw,2.35rem);font-weight:300;letter-spacing:-.028em;line-height:1.08}.aif-monitor-comparison-intro{max-width:41rem;margin:.85rem 0 0;color:var(--color-text-secondary);font-family:var(--font-headline);font-size:1.02rem;font-weight:300;line-height:1.5}.aif-monitor-comparison-content{display:grid;grid-template-columns:minmax(13rem,.56fr) minmax(0,1.44fr);gap:clamp(1.4rem,3vw,2.5rem);align-items:start;margin-top:2rem}.aif-monitor-highlight{padding:1.2rem;color:var(--color-gold-50);background:var(--color-charcoal-900)}.aif-monitor-highlight p,.aif-monitor-highlight strong,.aif-monitor-highlight span,.aif-monitor-highlight small{display:block}.aif-monitor-highlight p{margin:0;color:var(--color-gold-300);font-family:var(--font-body);font-size:.7rem;font-weight:700}.aif-monitor-highlight strong{margin-top:1.9rem;color:var(--color-gold-50);font-family:var(--font-headline);font-size:clamp(3.2rem,6vw,4.75rem);font-weight:300;letter-spacing:-.065em;line-height:.9}.aif-monitor-highlight span{margin-top:.75rem;color:var(--color-gold-100);font-family:var(--font-headline);font-size:1.02rem;font-weight:300;line-height:1.2}.aif-monitor-highlight small{margin-top:1.7rem;padding-top:1rem;border-top:1px solid var(--color-charcoal-700);color:var(--color-charcoal-300);font-family:var(--font-body);font-size:.68rem;line-height:1.5}.aif-monitor-published-heading h3{margin:0;color:var(--color-text-primary);font-family:var(--font-headline);font-size:1.25rem;font-weight:300;letter-spacing:-.014em;line-height:1.12}.aif-monitor-published-heading p{margin:.45rem 0 0;color:var(--color-text-tertiary);font-family:var(--font-body);font-size:.66rem;line-height:1.4}.aif-monitor-bars{margin-top:1.5rem}.aif-monitor-bar-row{display:grid;grid-template-columns:minmax(7.5rem,.75fr) minmax(0,1.25fr) 2.5rem;gap:.8rem;align-items:center;padding:.55rem 0;border-top:1px solid var(--color-border-subtle)}.aif-monitor-bar-row:first-child{border-top:0}.aif-monitor-bar-label strong,.aif-monitor-bar-label span{display:block}.aif-monitor-bar-label strong,.aif-monitor-bar-row>b{color:var(--color-text-primary);font-family:var(--font-body);font-size:.68rem;font-weight:700}.aif-monitor-bar-label span{margin-top:.13rem;color:var(--color-text-tertiary);font-family:var(--font-body);font-size:.61rem}.aif-monitor-bar-track{height:.65rem;overflow:hidden;background:var(--color-border-strong)}.aif-monitor-bar-track span{display:block;height:100%;min-width:.4rem;background:var(--color-gold-600)}.aif-monitor-bar-row:nth-child(2n) .aif-monitor-bar-track span{background:var(--color-crimson-500)}.aif-monitor-comparison-source{max-width:64rem;margin:1.4rem 0 0;padding-top:.9rem;border-top:1px solid var(--color-border-subtle);color:var(--color-text-tertiary);font-family:var(--font-body);font-size:.68rem;line-height:1.45}.aif-monitor-comparison-source a{color:var(--color-crimson-600)}@media(max-width:980px){.aif-essay-layout{display:block;width:min(100%,64rem)}.aif-toc{position:static;padding:2.5rem 0 4rem;border-top:1px solid var(--color-border-subtle);border-right:0}.aif-toc-links{grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:2rem;column-gap:2rem}}@media(max-width:760px){.aif-toc-links{grid-template-columns:1fr}.aif-essay-section{padding-top:4.5rem}.aif-supervision-row{grid-template-columns:1fr;gap:.4rem}.aif-evaluation-grid{grid-template-columns:1fr;width:100%;margin-left:0;transform:none}.aif-evaluation-card:nth-child(2){border-top:1px solid var(--color-border-subtle)}.aif-benchmark-axis{margin-left:0}.aif-benchmark-row{grid-template-columns:1fr;gap:1rem}.aif-category-chart{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.25rem}.aif-category-group:last-child:nth-child(3n+1){grid-column:auto}.aif-category-bars{padding:0 .45rem}.aif-category-definitions div{grid-template-columns:1fr;gap:.2rem}.aif-monitor-comparison-content,.aif-approach-comparison{grid-template-columns:1fr}.aif-boundary-demo{grid-template-columns:1fr;gap:1rem}.aif-boundary-terminal,.aif-boundary-check{min-height:auto}.aif-redaction-content{padding:1.15rem}.aif-article-figure{width:100%;margin-left:0;transform:none}.aif-redaction-sequence{padding-left:1.45rem}.aif-redaction-marker{left:-1.78rem}.aif-session-comparison-controls{align-items:flex-start}.aif-session-paths{grid-template-columns:1fr}.aif-session-path{min-height:0}.aif-monitor-bar-row{grid-template-columns:minmax(6.5rem,.75fr) minmax(0,1.25fr) 2.2rem;gap:.5rem}}@media(prefers-reduced-motion:reduce){.aif-boundary-figure *,.aif-boundary-figure *:before,.aif-boundary-figure *:after,.aif-redaction-flow *,.aif-redaction-flow *:before,.aif-redaction-flow *:after,.aif-evaluation-card,.aif-session-request,.aif-session-path,.aif-session-lines>p{animation-duration:.01ms!important;animation-iteration-count:1!important;animation-delay:0ms!important;scroll-behavior:auto!important}.aif-redaction-step,.aif-redaction-completion,.aif-terminal-line,.aif-terminal-intercept,.aif-terminal-recovery,.aif-terminal-success,.aif-check-outcome,.aif-check-recovery{opacity:1!important;transform:none!important}.aif-redaction-sequence:before{opacity:1!important;transform:scaleY(1)!important}}:root{--color-crimson-50: #F9E8E7;--color-crimson-100: #F2D5D3;--color-crimson-200: #E4A9A4;--color-crimson-300: #D4827B;--color-crimson-400: #B5564E;--color-crimson-500: #872921;--color-crimson-600: #72231C;--color-crimson-700: #5E1D17;--color-crimson-800: #441510;--color-crimson-900: #351210;--color-gold-50: #F4F2EA;--color-gold-100: #EDE8D5;--color-gold-200: #DED2B0;--color-gold-300: #D4C08A;--color-gold-400: #C9B076;--color-gold-500: #BEA163;--color-gold-600: #A48B52;--color-gold-700: #8A7340;--color-gold-800: #6E5B31;--color-gold-900: #524422;--color-charcoal-50: #E8E9EA;--color-charcoal-100: #D2D3D5;--color-charcoal-200: #B0B2B6;--color-charcoal-300: #8A8D92;--color-charcoal-400: #5E6268;--color-charcoal-500: #31353B;--color-charcoal-600: #292C31;--color-charcoal-700: #1F2226;--color-charcoal-800: #171A1D;--color-charcoal-900: #111314;--color-bg-base: var(--color-gold-50);--color-bg-panel: #FFFFFF;--color-bg-elevated: #FFFFFF;--color-bg-inverse: var(--color-charcoal-800);--color-bg-hover: var(--color-gold-100);--color-text-primary: var(--color-charcoal-800);--color-text-secondary: var(--color-charcoal-400);--color-text-tertiary: var(--color-charcoal-300);--color-text-inverse: var(--color-gold-50);--color-text-on-crimson: #FFFFFF;--color-border-subtle: var(--color-charcoal-100);--color-border-strong: var(--color-charcoal-200);--color-border-focus: var(--color-crimson-500);--color-accent: var(--color-crimson-500);--color-accent-hover: var(--color-crimson-600);--color-accent-subtle: var(--color-crimson-50);--color-accent-2: var(--color-gold-500);--color-destructive: var(--color-crimson-500);--color-selection-bg: var(--color-crimson-200);--color-selection-fg: var(--color-charcoal-900);--font-headline: "Newsreader", Georgia, "Times New Roman", serif;--font-body: "Poppins", "Helvetica Neue", Arial, sans-serif;--font-weight-headline: 300;--font-weight-body: 400;--font-weight-body-medium: 500;--font-weight-body-semibold: 600;--font-weight-body-bold: 700;--text-h1: 3rem;--text-h1-lh: 1.15;--text-h1-ls: -.02em;--text-h2: 2.25rem;--text-h2-lh: 1.2;--text-h2-ls: -.015em;--text-h3: 1.75rem;--text-h3-lh: 1.25;--text-h3-ls: -.01em;--text-h4: 1.25rem;--text-h4-lh: 1.3;--text-h4-ls: -.005em;--text-body: 1rem;--text-body-lh: 1.6;--text-body-ls: 0;--text-caption: .75rem;--text-caption-lh: 1.5;--text-caption-ls: .02em;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-icon: 2px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Poppins,Helvetica Neue,Arial,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 54 26% 94%;--foreground: 210 11% 12%;--card: 0 0% 100%;--card-foreground: 210 11% 12%;--popover: 0 0% 100%;--popover-foreground: 210 11% 12%;--primary: 4 61% 31%;--primary-foreground: 0 0% 100%;--secondary: 53 25% 88%;--secondary-foreground: 210 11% 12%;--muted: 53 25% 88%;--muted-foreground: 216 5% 40%;--accent: 54 26% 94%;--accent-foreground: 210 11% 12%;--destructive: 4 61% 31%;--destructive-foreground: 0 0% 100%;--border: 210 3% 83%;--input: 210 3% 83%;--ring: 4 61% 31%;--radius: .5rem}*{border-color:hsl(var(--border))}html{font-family:var(--font-body)}body{font-family:var(--font-body);background-color:var(--color-bg-base);color:var(--color-text-primary);font-weight:var(--font-weight-body);line-height:var(--text-body-lh);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-moz-selection{background-color:var(--color-selection-bg);color:var(--color-selection-fg)}::selection{background-color:var(--color-selection-bg);color:var(--color-selection-fg)}h1,h2,h3,h4{font-family:var(--font-headline);font-weight:var(--font-weight-headline);color:var(--color-text-primary)}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1.25rem;padding-left:1.25rem}@media(min-width:1200px){.container{max-width:1200px}}.label-eyebrow{font-family:var(--font-body);font-weight:var(--font-weight-body-semibold);font-size:var(--text-caption);line-height:var(--text-caption-lh);letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-tertiary)}.harden-card{background:var(--color-bg-elevated);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px #171a1d0a,0 1px 2px #171a1d05}.harden-card:hover{border-color:var(--color-border-strong);box-shadow:0 4px 12px #171a1d0f,0 2px 4px #171a1d08}.glow-panel{position:relative;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 3px #171a1d0a,0 1px 2px #171a1d05}.glow-panel:hover{box-shadow:0 12px 32px #171a1d14,0 2px 8px #171a1d08;transform:translateY(-2px)}.btn-accent{background-color:var(--color-accent);color:var(--color-text-on-crimson);font-family:var(--font-body);font-weight:var(--font-weight-body-semibold);transition:background-color .15s,transform .1s}.btn-accent:hover{background-color:var(--color-accent-hover)}.btn-accent:active{transform:scale(.97)}.btn-outlined{background:transparent;border:1px solid var(--color-border-strong);color:var(--color-text-primary);font-family:var(--font-body);font-weight:var(--font-weight-body-semibold);transition:border-color .15s,background-color .15s}.btn-outlined:hover{border-color:var(--color-text-tertiary);background-color:var(--color-bg-hover)}.input-accent:focus{border-color:var(--color-border-focus);box-shadow:0 0 0 2px #87292126;outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.\!fixed{position:fixed!important}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-12{bottom:-3rem}.-left-12{left:-3rem}.-left-\[2\.45rem\]{left:-2.45rem}.-right-12{right:-3rem}.-right-6{right:-1.5rem}.-top-12{top:-3rem}.-top-4{top:-1rem}.-top-6{top:-1.5rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-\[0\.85rem\]{left:.85rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-24{top:6rem}.top-3\.5{top:.875rem}.top-4{top:1rem}.top-\[1\.35rem\]{top:1.35rem}.top-\[1px\]{top:1px}.top-\[50\%\]{top:50%}.top-\[60\%\]{top:60%}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-ml-4{margin-left:-1rem}.-mt-4{margin-top:-1rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-3\.5{margin-bottom:.875rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[1\.35rem\]{margin-top:1.35rem}.mt-\[1px\]{margin-top:1px}.mt-\[3px\]{margin-top:3px}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.size-4{width:1rem;height:1rem}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[10px\]{height:10px}.h-\[11px\]{height:11px}.h-\[13px\]{height:13px}.h-\[18px\]{height:18px}.h-\[1px\]{height:1px}.h-\[3px\]{height:3px}.h-\[76px\]{height:76px}.h-\[7px\]{height:7px}.h-\[8px\]{height:8px}.h-\[var\(--radix-navigation-menu-viewport-height\)\]{height:var(--radix-navigation-menu-viewport-height)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-svh{height:100svh}.max-h-96{max-height:24rem}.max-h-\[300px\]{max-height:300px}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-\[240px\]{min-height:240px}.min-h-\[34px\]{min-height:34px}.min-h-\[80px\]{min-height:80px}.min-h-\[calc\(100vh-80px\)\]{min-height:calc(100vh - 80px)}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.w-0{width:0px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[--sidebar-width\]{width:var(--sidebar-width)}.w-\[1\.5px\]{width:1.5px}.w-\[100px\]{width:100px}.w-\[10px\]{width:10px}.w-\[11px\]{width:11px}.w-\[18px\]{width:18px}.w-\[1px\]{width:1px}.w-\[7px\]{width:7px}.w-\[8px\]{width:8px}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-5{min-width:1.25rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[560px\]{min-width:560px}.min-w-\[600px\]{min-width:600px}.min-w-\[720px\]{min-width:720px}.min-w-\[760px\]{min-width:760px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[--skeleton-width\]{max-width:var(--skeleton-width)}.max-w-\[420px\]{max-width:420px}.max-w-\[480px\]{max-width:480px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-max{max-width:-moz-max-content;max-width:max-content}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-px{--tw-translate-x: -1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-px{--tw-translate-x: 1px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.scroll-mt-20{scroll-margin-top:5rem}.scroll-mt-24{scroll-margin-top:6rem}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-\[1fr_auto_auto\]{grid-template-columns:1fr auto auto}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.gap-y-4{row-gap:1rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-t-\[10px\]{border-top-left-radius:10px;border-top-right-radius:10px}.rounded-tl-sm{border-top-left-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-\[1\.5px\]{border-width:1.5px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#e5e5e5\]{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity, 1))}.border-\[\#f0f0f0\]{--tw-border-opacity: 1;border-color:rgb(240 240 240 / var(--tw-border-opacity, 1))}.border-\[--color-border\]{border-color:var(--color-border)}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-crimson-200{border-color:var(--color-crimson-200)}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-green-500\/20{border-color:#22c55e33}.border-green-500\/50{border-color:#22c55e80}.border-harden-border{border-color:var(--color-border-subtle)}.border-harden-border-strong{border-color:var(--color-border-strong)}.border-input{border-color:hsl(var(--input))}.border-primary{border-color:hsl(var(--primary))}.border-red-400\/20{border-color:#f8717133}.border-transparent{border-color:transparent}.border-l-transparent{border-left-color:transparent}.border-t-harden-accent{border-top-color:var(--color-accent)}.border-t-transparent{border-top-color:transparent}.bg-\[\#333\]{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity, 1))}.bg-\[\#f0f0f0\]{--tw-bg-opacity: 1;background-color:rgb(240 240 240 / var(--tw-bg-opacity, 1))}.bg-\[--color-bg\]{background-color:var(--color-bg)}.bg-\[hsl\(40\,20\%\,98\.5\%\)\]{--tw-bg-opacity: 1;background-color:hsl(40 20% 98.5% / var(--tw-bg-opacity, 1))}.bg-accent{background-color:hsl(var(--accent))}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-400\/10{background-color:#fbbf241a}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-crimson-50{background-color:var(--color-crimson-50)}.bg-destructive{background-color:hsl(var(--destructive))}.bg-emerald-400\/10{background-color:#34d3991a}.bg-foreground{background-color:hsl(var(--foreground))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/5{background-color:#22c55e0d}.bg-harden-accent{background-color:var(--color-accent)}.bg-harden-base{background-color:var(--color-bg-base)}.bg-harden-border{background-color:var(--color-border-subtle)}.bg-harden-border-strong{background-color:var(--color-border-strong)}.bg-harden-elevated{background-color:var(--color-bg-elevated)}.bg-harden-panel{background-color:var(--color-bg-panel)}.bg-harden-text{background-color:var(--color-text-primary)}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity, 1))}.bg-red-400\/10{background-color:#f871711a}.bg-rose-400\/10{background-color:#fb71851a}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-green-500\/10{--tw-gradient-from: rgb(34 197 94 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-emerald-500\/5{--tw-gradient-to: rgb(16 185 129 / .05) var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.object-top{-o-object-position:top;object-position:top}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[1px\]{padding:1px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-3\.5{padding-bottom:.875rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pl-2\.5{padding-left:.625rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-2{padding-right:.5rem}.pr-2\.5{padding-right:.625rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-14{padding-top:3.5rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.pt-3\.5{padding-top:.875rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-headline{font-family:Newsreader,Georgia,Times New Roman,serif}.font-mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace}.font-sans{font-family:Poppins,Helvetica Neue,Arial,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[0\.52rem\]{font-size:.52rem}.text-\[0\.55rem\]{font-size:.55rem}.text-\[0\.65rem\]{font-size:.65rem}.text-\[0\.6rem\]{font-size:.6rem}.text-\[0\.72rem\]{font-size:.72rem}.text-\[0\.78rem\]{font-size:.78rem}.text-\[0\.7rem\]{font-size:.7rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10\.5px\]{font-size:10.5px}.text-\[10px\]{font-size:10px}.text-\[11\.5px\]{font-size:11.5px}.text-\[11px\]{font-size:11px}.text-\[12\.5px\]{font-size:12.5px}.text-\[12px\]{font-size:12px}.text-\[13\.5px\]{font-size:13.5px}.text-\[13px\]{font-size:13px}.text-\[19px\]{font-size:19px}.text-\[2\.5rem\]{font-size:2.5rem}.text-\[8px\]{font-size:8px}.text-\[9\.5px\]{font-size:9.5px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.02em\]{letter-spacing:-.02em}.tracking-\[-0\.03em\]{letter-spacing:-.03em}.tracking-\[-0\.04em\]{letter-spacing:-.04em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#111\]{--tw-text-opacity: 1;color:rgb(17 17 17 / var(--tw-text-opacity, 1))}.text-\[\#333\]{--tw-text-opacity: 1;color:rgb(51 51 51 / var(--tw-text-opacity, 1))}.text-\[\#555\]{--tw-text-opacity: 1;color:rgb(85 85 85 / var(--tw-text-opacity, 1))}.text-\[\#999\]{--tw-text-opacity: 1;color:rgb(153 153 153 / var(--tw-text-opacity, 1))}.text-\[\#aaa\]{--tw-text-opacity: 1;color:rgb(170 170 170 / var(--tw-text-opacity, 1))}.text-\[\#bbb\]{--tw-text-opacity: 1;color:rgb(187 187 187 / var(--tw-text-opacity, 1))}.text-\[\#ccc\]{--tw-text-opacity: 1;color:rgb(204 204 204 / var(--tw-text-opacity, 1))}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/50{color:hsl(var(--foreground) / .5)}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-harden-accent{color:var(--color-accent)}.text-harden-text{color:var(--color-text-primary)}.text-harden-text-secondary{color:var(--color-text-secondary)}.text-harden-text-tertiary{color:var(--color-text-tertiary)}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-rose-300{--tw-text-opacity: 1;color:rgb(253 164 175 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.decoration-crimson-500{text-decoration-color:var(--color-crimson-500)}.decoration-2{text-decoration-thickness:2px}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.opacity-\[0\.12\]{opacity:.12}.opacity-\[0\.15\]{opacity:.15}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-ring{--tw-ring-color: hsl(var(--ring))}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-xl{--tw-blur: blur(24px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[margin\,opa\]{transition-property:margin,opa;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-0{--tw-enter-opacity: 0}.fade-in-80{--tw-enter-opacity: .8}.zoom-in-95{--tw-enter-scale: .95}.duration-100{animation-duration:.1s}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-75{animation-duration:75ms}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}.font-headline{font-family:var(--font-headline);font-weight:var(--font-weight-headline)}.heading-1{font-family:var(--font-headline);font-weight:var(--font-weight-headline);font-size:clamp(2.25rem,5vw,4.5rem);line-height:var(--text-h1-lh);letter-spacing:var(--text-h1-ls);color:var(--color-text-primary)}.heading-2{font-family:var(--font-headline);font-weight:var(--font-weight-headline);font-size:clamp(1.75rem,3vw,var(--text-h2));line-height:var(--text-h2-lh);letter-spacing:var(--text-h2-ls);color:var(--color-text-primary)}.heading-3{font-family:var(--font-headline);font-weight:var(--font-weight-headline);font-size:var(--text-h3);line-height:var(--text-h3-lh);letter-spacing:var(--text-h3-ls);color:var(--color-text-primary)}.heading-4{font-family:var(--font-headline);font-weight:var(--font-weight-headline);font-size:var(--text-h4);line-height:var(--text-h4-lh);letter-spacing:var(--text-h4-ls);color:var(--color-text-primary)}.tabular-nums{font-variant-numeric:tabular-nums}@keyframes status-pulse{0%,to{box-shadow:0 0 #8729214d}50%{box-shadow:0 0 0 4px #87292114}}.status-dot-pulse{animation:status-pulse 2s infinite}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.cursor-blink{animation:blink-cursor 1s step-end infinite}@keyframes draw-check{to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-harden-text-tertiary::-moz-placeholder{color:var(--color-text-tertiary)}.placeholder\:text-harden-text-tertiary::placeholder{color:var(--color-text-tertiary)}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);top:-.5rem;right:-.5rem;bottom:-.5rem;left:-.5rem}.after\:inset-y-0:after{content:var(--tw-content);top:0;bottom:0}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:w-1:after{content:var(--tw-content);width:.25rem}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.first\:mt-0:first-child{margin-top:0}.first\:rounded-l-md:first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.first\:border-l:first-child{border-left-width:1px}.last\:rounded-r-md:last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-green-500\/30:hover{border-color:#22c55e4d}.hover\:border-green-500\/50:hover{border-color:#22c55e80}.hover\:border-harden-border:hover{border-color:var(--color-border-subtle)}.hover\:border-harden-border-strong:hover{border-color:var(--color-border-strong)}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.hover\:bg-harden-hover:hover{background-color:var(--color-bg-hover)}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-secondary:hover{background-color:hsl(var(--secondary))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-crimson-600:hover{color:var(--color-crimson-600)}.hover\:text-current:hover{color:currentColor}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.hover\:text-harden-text:hover{color:var(--color-text-primary)}.hover\:text-harden-text-secondary:hover{color:var(--color-text-secondary)}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-75:hover{opacity:.75}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));--tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:opacity-100:focus{opacity:1}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-green-500\/50:focus{--tw-ring-color: rgb(34 197 94 / .5)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-0:focus{--tw-ring-offset-width: 0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width: 1px}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: hsl(var(--background))}.active\:scale-\[0\.97\]:active{--tw-scale-x: .97;--tw-scale-y: .97;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100{opacity:1}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-crimson-600{color:var(--color-crimson-600)}.group:hover .group-hover\:text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group:hover .group-hover\:underline-offset-2{text-underline-offset:2px}.group\/menu-item:hover .group-hover\/menu-item\:opacity-100,.group:hover .group-hover\:opacity-100{opacity:1}.group.destructive .group-\[\.destructive\]\:border-muted\/40{border-color:hsl(var(--muted) / .4)}.group.toaster .group-\[\.toaster\]\:border-border{border-color:hsl(var(--border))}.group.toast .group-\[\.toast\]\:bg-muted{background-color:hsl(var(--muted))}.group.toast .group-\[\.toast\]\:bg-primary{background-color:hsl(var(--primary))}.group.toaster .group-\[\.toaster\]\:bg-background{background-color:hsl(var(--background))}.group.destructive .group-\[\.destructive\]\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.group.toast .group-\[\.toast\]\:text-muted-foreground{color:hsl(var(--muted-foreground))}.group.toast .group-\[\.toast\]\:text-primary-foreground{color:hsl(var(--primary-foreground))}.group.toaster .group-\[\.toaster\]\:text-foreground{color:hsl(var(--foreground))}.group.toaster .group-\[\.toaster\]\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{border-color:hsl(var(--destructive) / .3)}.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{background-color:hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{color:hsl(var(--destructive-foreground))}.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgb(254 242 242 / var(--tw-text-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{--tw-ring-color: hsl(var(--destructive))}.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1))}.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #dc2626}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.has-\[\:disabled\]\:opacity-50:has(:disabled){opacity:.5}.group\/menu-item:has([data-sidebar=menu-action]) .group-has-\[\[data-sidebar\=menu-action\]\]\/menu-item\:pr-8{padding-right:2rem}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true],.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction=vertical]{height:1px}.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction=vertical]{width:100%}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:translate-x-5[data-state=checked]{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--tw-translate-x: var(--radix-toast-swipe-end-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--tw-translate-x: var(--radix-toast-swipe-move-x);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}.data-\[state\=closed\]\:animate-accordion-up[data-state=closed]{animation:accordion-up .2s ease-out}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}.data-\[state\=open\]\:animate-accordion-down[data-state=open]{animation:accordion-down .2s ease-out}.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction=vertical]{flex-direction:column}.data-\[active\]\:bg-accent\/50[data-active]{background-color:hsl(var(--accent) / .5)}.data-\[selected\=\'true\'\]\:bg-accent[data-selected=true]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=on\]\:bg-accent[data-state=on],.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=open\]\:bg-accent\/50[data-state=open]{background-color:hsl(var(--accent) / .5)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:hsl(var(--secondary))}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:hsl(var(--muted))}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:hsl(var(--input))}.data-\[active\=true\]\:font-medium[data-active=true]{font-weight:500}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:hsl(var(--accent-foreground))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=on\]\:text-accent-foreground[data-state=on],.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:hsl(var(--accent-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\=true\]\:opacity-50[data-disabled=true],.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[state\=closed\]\:duration-300[data-state=closed]{transition-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{transition-duration:.5s}.data-\[motion\^\=from-\]\:animate-in[data-motion^=from-],.data-\[state\=open\]\:animate-in[data-state=open],.data-\[state\=visible\]\:animate-in[data-state=visible]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[motion\^\=to-\]\:animate-out[data-motion^=to-],.data-\[state\=closed\]\:animate-out[data-state=closed],.data-\[state\=hidden\]\:animate-out[data-state=hidden],.data-\[swipe\=end\]\:animate-out[data-swipe=end]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[motion\^\=from-\]\:fade-in[data-motion^=from-]{--tw-enter-opacity: 0}.data-\[motion\^\=to-\]\:fade-out[data-motion^=to-],.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity: .8}.data-\[state\=hidden\]\:fade-out[data-state=hidden]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open],.data-\[state\=visible\]\:fade-in[data-state=visible]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-90[data-state=open]{--tw-enter-scale: .9}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion=from-end]{--tw-enter-translate-x: 13rem}.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion=from-start]{--tw-enter-translate-x: -13rem}.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion=to-end]{--tw-exit-translate-x: 13rem}.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion=to-start]{--tw-exit-translate-x: -13rem}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed]{--tw-exit-translate-x: -100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed],.data-\[state\=closed\]\:slide-out-to-right-full[data-state=closed]{--tw-exit-translate-x: 100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y: -100%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x: -100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x: 100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y: -100%}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);left:0}.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction=vertical]:after{content:var(--tw-content);height:.25rem}.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction=vertical]:after{content:var(--tw-content);width:100%}.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction=vertical]:after{content:var(--tw-content);--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width) * -1)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width) * -1)}.group[data-side=left] .group-data-\[side\=left\]\:-right-4{right:-1rem}.group[data-side=right] .group-data-\[side\=right\]\:left-0{left:0}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:-mt-8{margin-top:-2rem}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:hidden{display:none}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!size-8{width:2rem!important;height:2rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:var(--sidebar-width-icon)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:w-0{width:0px}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-side=right] .group-data-\[side\=right\]\:rotate-180,.group[data-state=open] .group-data-\[state\=open\]\:rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}.group[data-variant=floating] .group-data-\[variant\=floating\]\:rounded-lg{border-radius:var(--radius)}.group[data-variant=floating] .group-data-\[variant\=floating\]\:border{border-width:1px}.group[data-side=left] .group-data-\[side\=left\]\:border-r{border-right-width:1px}.group[data-side=right] .group-data-\[side\=right\]\:border-l{border-left-width:1px}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-0{padding:0!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:\!p-2{padding:.5rem!important}.group[data-collapsible=icon] .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}.group[data-variant=floating] .group-data-\[variant\=floating\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.group[data-collapsible=offcanvas] .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.peer\/menu-button[data-size=default]~.peer-data-\[size\=default\]\/menu-button\:top-1\.5{top:.375rem}.peer\/menu-button[data-size=lg]~.peer-data-\[size\=lg\]\/menu-button\:top-2\.5{top:.625rem}.peer\/menu-button[data-size=sm]~.peer-data-\[size\=sm\]\/menu-button\:top-1{top:.25rem}.peer[data-variant=inset]~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}.dark\:border-destructive:is(.dark *){border-color:hsl(var(--destructive))}@media(min-width:640px){.sm\:bottom-0{bottom:0}.sm\:right-0{right:0}.sm\:top-auto{top:auto}.sm\:mt-0{margin-top:0}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:w-20{width:5rem}.sm\:w-auto{width:auto}.sm\:max-w-sm{max-width:24rem}.sm\:flex-none{flex:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pt-4{padding-top:1rem}.sm\:text-left{text-align:left}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y: 100%}}@media(min-width:768px){.md\:absolute{position:absolute}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-14{margin-bottom:3.5rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-6{margin-bottom:1.5rem}.md\:block{display:block}.md\:flex{display:flex}.md\:grid{display:grid}.md\:hidden{display:none}.md\:w-48{width:12rem}.md\:w-\[38\%\]{width:38%}.md\:w-\[62\%\]{width:62%}.md\:w-\[var\(--radix-navigation-menu-viewport-width\)\]{width:var(--radix-navigation-menu-viewport-width)}.md\:w-auto{width:auto}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-\[200px_1fr\]{grid-template-columns:200px 1fr}.md\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:items-center{align-items:center}.md\:gap-12{gap:3rem}.md\:gap-20{gap:5rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:p-10{padding:2.5rem}.md\:p-12{padding:3rem}.md\:p-6{padding:1.5rem}.md\:p-7{padding:1.75rem}.md\:p-8{padding:2rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.md\:pb-12{padding-bottom:3rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-24{padding-bottom:6rem}.md\:pb-28{padding-bottom:7rem}.md\:pb-8{padding-bottom:2rem}.md\:pt-20{padding-top:5rem}.md\:pt-24{padding-top:6rem}.md\:pt-32{padding-top:8rem}.md\:pt-40{padding-top:10rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-\[3\.5rem\]{font-size:3.5rem}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:opacity-0{opacity:0}.after\:md\:hidden:after{content:var(--tw-content);display:none}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:m-2{margin:.5rem}.peer[data-state=collapsed][data-variant=inset]~.md\:peer-data-\[state\=collapsed\]\:peer-data-\[variant\=inset\]\:ml-2{margin-left:.5rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:ml-0{margin-left:0}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:rounded-xl{border-radius:.75rem}.peer[data-variant=inset]~.md\:peer-data-\[variant\=inset\]\:shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media(min-width:1024px){.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-\[220px\]{width:220px}.lg\:w-\[420px\]{width:420px}.lg\:w-\[480px\]{width:480px}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-\[1fr_400px\]{grid-template-columns:1fr 400px}.lg\:flex-row{flex-direction:row}.lg\:gap-12{gap:3rem}.lg\:gap-16{gap:4rem}.lg\:border-b-0{border-bottom-width:0px}.lg\:border-r{border-right-width:1px}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media(min-width:1280px){.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}@media print{.print\:static{position:static}.print\:overflow-visible{overflow:visible}.print\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.print\:backdrop-blur-none{--tw-backdrop-blur: ;-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:0}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>span\:last-child\]\:truncate>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div{--tw-translate-y: -3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\>svg\]\:absolute>svg{position:absolute}.\[\&\>svg\]\:left-4>svg{left:1rem}.\[\&\>svg\]\:top-4>svg{top:1rem}.\[\&\>svg\]\:size-3\.5>svg{width:.875rem;height:.875rem}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.\[\&\>svg\]\:h-2\.5>svg{height:.625rem}.\[\&\>svg\]\:h-3>svg{height:.75rem}.\[\&\>svg\]\:w-2\.5>svg{width:.625rem}.\[\&\>svg\]\:w-3>svg{width:.75rem}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:text-destructive>svg{color:hsl(var(--destructive))}.\[\&\>svg\]\:text-foreground>svg{color:hsl(var(--foreground))}.\[\&\>svg\]\:text-muted-foreground>svg{color:hsl(var(--muted-foreground))}.\[\&\>svg\~\*\]\:pl-7>svg~*{padding-left:1.75rem}.\[\&\>tr\]\:last\:border-b-0:last-child>tr{border-bottom-width:0px}.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text{fill:hsl(var(--muted-foreground))}.\[\&_\.recharts-cartesian-grid_line\[stroke\=\'\#ccc\'\]\]\:stroke-border\/50 .recharts-cartesian-grid line[stroke="#ccc"]{stroke:hsl(var(--border) / .5)}.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor{stroke:hsl(var(--border))}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-layer\]\:outline-none .recharts-layer{outline:2px solid transparent;outline-offset:2px}.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector,.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor{fill:hsl(var(--muted))}.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke="#ccc"]{stroke:hsl(var(--border))}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke="#fff"]{stroke:transparent}.\[\&_\.recharts-sector\]\:outline-none .recharts-sector,.\[\&_\.recharts-surface\]\:outline-none .recharts-surface{outline:2px solid transparent;outline-offset:2px}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-top:.375rem;padding-bottom:.375rem}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:.75rem;line-height:1rem}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{font-weight:500}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:hsl(var(--muted-foreground))}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:0}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:1.25rem}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:1.25rem}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:3rem}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-left:.5rem;padding-right:.5rem}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-top:.75rem;padding-bottom:.75rem}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:1.25rem}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:1.25rem}.\[\&_p\]\:leading-relaxed p{line-height:1.625}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-width:0px}.\[\&_tr\]\:border-b tr{border-bottom-width:1px}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:-.5rem}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=left] .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:-.5rem}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=right] .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}
