.hero-item[data-astro-cid-43hoydsu]{animation:heroReveal .8s var(--ease-arrival) forwards}.hero-item[data-astro-cid-43hoydsu]:nth-child(1){animation-delay:.05s}.hero-item[data-astro-cid-43hoydsu]:nth-child(2){animation-delay:.12s}.hero-item[data-astro-cid-43hoydsu]:nth-child(3){animation-delay:.19s}.hero-item[data-astro-cid-43hoydsu]:nth-child(4){animation-delay:.26s}.hero-item[data-astro-cid-43hoydsu]:nth-child(5){animation-delay:.33s}.hero-item[data-astro-cid-43hoydsu]:nth-child(6){animation-delay:.4s}@keyframes heroReveal{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.product-explorer{display:grid;overflow:hidden;border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-bg-panel)}.product-explorer__content{min-width:0;padding:clamp(1.5rem,4vw,3rem)}.product-explorer__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:clamp(2rem,5vw,3.5rem);border-bottom:1px solid var(--color-border-subtle)}.product-explorer__tabs button{position:relative;display:flex;gap:.65rem;align-items:center;padding:0 .75rem 1rem;color:var(--color-text-muted);font-size:.875rem;text-align:left;cursor:pointer;transition:color var(--transition-fast) var(--ease-default)}.product-explorer__tabs button:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--color-accent-blue);content:"";transform:scaleX(0);transform-origin:left;transition:transform var(--transition-fast) var(--ease-arrival)}.product-explorer__tabs button span,.product-explorer__eyebrow,.product-explorer__stage-head,.product-explorer__node span,.product-explorer__boundary{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase}.product-explorer__tabs button span{color:var(--color-accent-blue);font-size:.625rem}.product-explorer__tabs button:hover,.product-explorer__tabs button:focus-visible,.product-explorer__tabs button[aria-selected=true]{color:var(--color-text-primary)}.product-explorer__tabs button[aria-selected=true]:after{transform:scaleX(1)}.product-explorer__panel{outline:none;animation:product-panel-arrive .36s var(--ease-arrival) both}.product-explorer__panel:focus-visible{border-radius:var(--radius-sm);outline:2px solid var(--color-accent-blue);outline-offset:.5rem}.product-explorer__eyebrow{margin-bottom:.8rem;color:var(--color-accent-blue);font-size:.6875rem}.product-explorer__panel h3{color:var(--color-text-primary);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;line-height:1.12;letter-spacing:-.02em}.product-explorer__body{max-width:38rem;margin-top:1rem;color:var(--color-text-secondary);line-height:1.65}.product-explorer__panel ul{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;margin-top:1.5rem}.product-explorer__panel li{display:inline-flex;gap:.4rem;align-items:center;color:var(--color-text-muted);font-size:.8125rem}.product-explorer__panel li svg{width:.9rem;height:.9rem;fill:none;stroke:var(--color-success);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.product-explorer__link{display:inline-flex;gap:.65rem;align-items:center;margin-top:2rem;color:var(--color-text-primary);font-size:.9375rem;text-decoration:none}.product-explorer__link svg{width:.75rem;height:.75rem;fill:none;stroke:var(--color-accent-blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5;transition:transform var(--transition-fast) var(--ease-default)}.product-explorer__link:hover,.product-explorer__link:focus-visible{color:var(--color-accent-blue-hover)}.product-explorer__link:hover svg,.product-explorer__link:focus-visible svg{transform:translate(3px)}.product-explorer__stage{position:relative;display:flex;min-height:24rem;flex-direction:column;justify-content:space-between;overflow:hidden;padding:clamp(1.5rem,4vw,2.5rem);border-top:1px solid var(--color-border-subtle);background-color:var(--color-bg-tertiary);background-image:linear-gradient(var(--color-border-subtle) 1px,transparent 1px),linear-gradient(90deg,var(--color-border-subtle) 1px,transparent 1px);background-size:3rem 3rem}.product-explorer__stage:before{position:absolute;inset:0;background:linear-gradient(180deg,transparent,var(--color-bg-tertiary));content:"";opacity:.55}.product-explorer__stage-head,.product-explorer__flow,.product-explorer__boundary{position:relative;z-index:1}.product-explorer__stage-head{display:flex;align-items:center;justify-content:space-between;color:var(--color-text-muted);font-size:.625rem}.product-explorer__stage-head i{width:.45rem;height:.45rem;border-radius:999px;background:var(--color-success);animation:status-pulse 2.4s ease-in-out infinite}.product-explorer__flow{display:grid;gap:.8rem;padding-block:2rem}.product-explorer__flow-item{display:grid;gap:.8rem;animation:product-node-arrive .42s var(--ease-arrival) both}.product-explorer__flow-item:nth-child(2){animation-delay:80ms}.product-explorer__flow-item:nth-child(3){animation-delay:.16s}.product-explorer__node{display:flex;gap:.8rem;align-items:center;min-height:3.6rem;padding:.9rem 1rem;border:1px solid var(--color-border-default);border-radius:var(--radius-sm);background:var(--color-bg-panel)}.product-explorer__node span{color:var(--color-accent-blue);font-size:.625rem}.product-explorer__node strong{color:var(--color-text-primary);font-size:.9375rem;font-weight:500}.product-explorer__connector{position:relative;width:1px;height:1.35rem;margin-inline:auto;overflow:hidden;background:var(--color-border-strong)}.product-explorer__connector i{position:absolute;top:-.45rem;left:0;width:1px;height:.45rem;background:var(--color-accent-blue);animation:product-signal 1.8s linear infinite}.product-explorer__stage[data-mode=licensed] .product-explorer__node{border-color:var(--color-accent-terracotta)}.product-explorer__stage[data-mode=licensed] .product-explorer__connector i{background:var(--color-accent-terracotta)}.product-explorer__boundary{display:flex;gap:1rem;justify-content:space-between;padding-top:.9rem;border-top:1px solid var(--color-border-default);color:var(--color-text-muted);font-size:.625rem}@keyframes product-panel-arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes product-node-arrive{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}@keyframes product-signal{0%{transform:translateY(0)}to{transform:translateY(1.8rem)}}@keyframes status-pulse{0%,to{opacity:.45}50%{opacity:1}}@media(min-width:64rem){.product-explorer{grid-template-columns:minmax(0,1.15fr) minmax(22rem,.85fr)}.product-explorer__stage{border-top:0;border-left:1px solid var(--color-border-subtle)}}@media(prefers-reduced-motion:reduce){.product-explorer *,.product-explorer *:before,.product-explorer *:after{scroll-behavior:auto!important;animation:none!important;transition-duration:.01ms!important}}.process-steps[data-astro-cid-hhf7dvyf] details[data-astro-cid-hhf7dvyf]{border-top:1px solid var(--color-border-subtle)}.process-steps[data-astro-cid-hhf7dvyf] details[data-astro-cid-hhf7dvyf]:last-of-type{border-bottom:1px solid var(--color-border-subtle)}.process-steps[data-astro-cid-hhf7dvyf] summary[data-astro-cid-hhf7dvyf]{display:grid;grid-template-columns:2.25rem minmax(0,1fr) 1rem;gap:.75rem;align-items:center;padding-block:1.25rem;color:var(--color-text-primary);cursor:pointer;list-style:none}.process-steps[data-astro-cid-hhf7dvyf] summary[data-astro-cid-hhf7dvyf]::-webkit-details-marker{display:none}.process-steps[data-astro-cid-hhf7dvyf] summary[data-astro-cid-hhf7dvyf] span[data-astro-cid-hhf7dvyf]{color:var(--color-accent-blue);font-family:var(--font-mono);font-size:.6875rem;letter-spacing:.08em}.process-steps[data-astro-cid-hhf7dvyf] summary[data-astro-cid-hhf7dvyf] strong[data-astro-cid-hhf7dvyf]{font-size:1rem;font-weight:600}.process-steps[data-astro-cid-hhf7dvyf] summary[data-astro-cid-hhf7dvyf] svg[data-astro-cid-hhf7dvyf]{width:1rem;height:1rem;fill:none;stroke:var(--color-text-muted);stroke-linecap:round;stroke-width:1.5;transition:transform var(--transition-fast) var(--ease-arrival)}.process-steps[data-astro-cid-hhf7dvyf] details[data-astro-cid-hhf7dvyf][open] summary[data-astro-cid-hhf7dvyf] svg[data-astro-cid-hhf7dvyf]{transform:rotate(45deg)}.process-steps[data-astro-cid-hhf7dvyf] details[data-astro-cid-hhf7dvyf] p[data-astro-cid-hhf7dvyf]{max-width:34rem;padding:0 1rem 1.4rem 3rem;color:var(--color-text-muted);font-size:.875rem;line-height:1.65}.diagram-status[data-astro-cid-hhf7dvyf]{display:inline-flex;gap:.45rem;align-items:center;color:var(--color-text-muted);font-family:var(--font-mono);font-size:.625rem;letter-spacing:.08em;text-transform:uppercase}.diagram-status[data-astro-cid-hhf7dvyf] i[data-astro-cid-hhf7dvyf]{width:.4rem;height:.4rem;border-radius:999px;background:var(--color-success);animation:evidence-pulse 2.4s ease-in-out infinite}@keyframes evidence-pulse{0%,to{opacity:.45}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.process-steps[data-astro-cid-hhf7dvyf] summary[data-astro-cid-hhf7dvyf] svg[data-astro-cid-hhf7dvyf],.diagram-status[data-astro-cid-hhf7dvyf] i[data-astro-cid-hhf7dvyf]{animation:none;transition:none}}.resource-row[data-astro-cid-urhtq4n7]{transition:padding-left var(--transition-fast) var(--ease-default),background-color var(--transition-fast) var(--ease-default)}.resource-row[data-astro-cid-urhtq4n7]:hover,.resource-row[data-astro-cid-urhtq4n7]:focus-within{padding-left:1rem;background:var(--color-bg-hover)}@media(prefers-reduced-motion:reduce){.resource-row[data-astro-cid-urhtq4n7]{transition:none}.resource-row[data-astro-cid-urhtq4n7]:hover,.resource-row[data-astro-cid-urhtq4n7]:focus-within{padding-left:0}}
