.gw-hero-grid{position:relative}.gw-hero-grid>*{z-index:1;position:relative}.gw-router-mock{border:1px solid var(--line-strong);background:var(--surface-subtle);border-radius:0;overflow:hidden}.gw-router-request{border-bottom:1px solid var(--line);background:var(--background);padding:.75rem 1rem}.gw-router-request-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);margin-bottom:.3rem;font-size:.62rem;font-weight:600}.gw-router-request-meta{font-family:var(--font-mono);color:var(--foreground-secondary);font-size:.72rem;line-height:1.4}.gw-router-connector{justify-content:center;align-items:center;height:1.5rem;display:flex}.gw-router-connector:before{content:"";background:repeating-linear-gradient(180deg,var(--line-strong)0,var(--line-strong)4px,transparent 4px,transparent 8px);width:1px;height:100%}.gw-router-engine{border-top:1px solid var(--line)}.gw-router-header{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--brand);background:var(--brand-soft);border-bottom:1px solid var(--line);padding:.5rem .75rem;font-size:.62rem;font-weight:600}.gw-router-table{grid-template-columns:1.2fr 1fr .7fr .7fr .7fr;display:grid}.gw-router-header-cell{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);border-bottom:1px solid var(--line);background:var(--surface-subtle);padding:.5rem .75rem;font-size:.58rem;font-weight:600}.gw-router-header-cell:not(:last-child){border-right:1px solid var(--line)}.gw-router-row{grid-template-columns:1.2fr 1fr .7fr .7fr .7fr;display:grid}.gw-router-row:not(:last-child){border-bottom:1px solid var(--line)}.gw-router-row--selected{background:var(--brand-soft);border-left:3px solid var(--brand)}.gw-router-cell{font-family:var(--font-mono);color:var(--foreground);padding:.5rem .75rem;font-size:.68rem;font-weight:500}.gw-router-cell:not(:last-child){border-right:1px solid var(--line)}.gw-router-cell-status{font-family:var(--font-mono);align-items:center;gap:.3rem;font-size:.68rem;font-weight:500;display:inline-flex}.gw-router-cell-status:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.gw-router-cell-status--healthy{color:var(--status-green)}.gw-router-cell-status--healthy:before{background:var(--status-green)}.gw-router-cell-status--degraded{color:var(--status-warning)}.gw-router-cell-status--degraded:before{background:var(--status-warning)}.gw-router-decision{border-top:1px solid var(--line);font-family:var(--font-mono);color:var(--brand);background:#3f5bff0f;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.68rem;font-weight:600;display:flex}.gw-provider-panel{border-top:1px solid var(--line);border-radius:0;margin-top:2rem;overflow:hidden}.gw-provider-bar{border-bottom:1px solid var(--line);background:var(--surface-subtle);align-items:center;padding:0;display:flex}.gw-provider-bar-item{font-family:var(--font-mono);color:var(--foreground);padding:.75rem 1rem;font-size:.72rem;font-weight:500}.gw-provider-bar-item:not(:last-child){border-right:1px solid var(--line)}.gw-provider-bar-item span{color:var(--foreground-secondary);margin-right:.5rem;font-weight:400}.gw-provider-table{grid-template-columns:1.4fr 1fr .8fr .8fr .8fr;display:grid}.gw-provider-header{display:contents}.gw-provider-header-cell{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);border-bottom:1px solid var(--line);background:var(--surface-subtle);padding:.5rem .75rem;font-size:.58rem;font-weight:600}.gw-provider-header-cell:not(:last-child){border-right:1px solid var(--line)}.gw-provider-row{display:contents}.gw-provider-cell{font-family:var(--font-mono);color:var(--foreground);border-bottom:1px solid var(--line);padding:.5rem .75rem;font-size:.72rem;font-weight:500}.gw-provider-cell:not(:last-child){border-right:1px solid var(--line)}.gw-provider-cell-status{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--status-green);align-items:center;gap:.3rem;font-size:.68rem;font-weight:600;display:inline-flex}.gw-provider-cell-status:before{content:"";background:var(--status-green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.gw-provider-cell-tier{font-family:var(--font-mono);letter-spacing:.04em;font-size:.68rem;font-weight:600}.gw-provider-cell-tier--premium{color:var(--brand)}.gw-provider-cell-tier--standard{color:var(--foreground-secondary)}.gw-provider-cell-tier--open-source{color:var(--status-green)}.gw-provider-cell-tier--on-premise{color:var(--status-warning)}.gw-card-icon{border:1px solid var(--line);width:2rem;height:2rem;color:var(--brand);border-radius:0;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.gw-pulse-bg{position:relative}.gw-pulse-bg:before{content:"";pointer-events:none;z-index:0;background:repeating-linear-gradient(0deg,transparent 0,transparent 22px,var(--line)22px,var(--line)24px),repeating-linear-gradient(90deg,var(--line)0,var(--line)6px,transparent 6px,transparent 12px);opacity:.1;background-size:100% 24px,12px 24px;position:absolute;inset:0}.gw-pulse-bg>*{z-index:1;position:relative}.gw-routing-strip{border-top:1px solid var(--line);counter-reset:gw-routing;border-radius:0;grid-template-columns:repeat(3,1fr);gap:0;margin-top:2rem;display:grid;position:relative}.gw-routing-cell{counter-increment:gw-routing;padding:2.5rem;position:relative;overflow:hidden}.gw-routing-cell:not(:last-child){border-right:1px solid var(--line)}.gw-routing-cell:before{content:counter(gw-routing,decimal-leading-zero);font-family:var(--font-mono);color:var(--line);opacity:.5;pointer-events:none;font-size:clamp(3.5rem,6vw,5rem);font-weight:200;line-height:1;position:absolute;top:-.15em;right:.75rem}.gw-routing-type{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;border-radius:0;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.3rem .5rem;font-size:.68rem;font-weight:600;display:inline-flex}.gw-routing-type--routing{color:var(--brand);background:var(--brand-soft);border:1px solid #3f5bff33}.gw-routing-type--cost{color:var(--status-green);background:#16a34a14;border:1px solid #16a34a33}.gw-routing-type--resilience{color:var(--status-warning);background:#d9770614;border:1px solid #d9770633}.gw-routing-label{color:var(--foreground);border-bottom:1px solid var(--line);margin-bottom:.5rem;padding-bottom:.5rem;font-size:1.04rem;font-weight:500}.gw-routing-desc{color:var(--foreground-secondary);margin-bottom:1rem;font-size:.86rem;line-height:1.5}.gw-routing-divider{background:var(--line);height:1px;margin-bottom:.75rem}.gw-routing-details{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.gw-routing-details li{color:var(--foreground-secondary);padding-left:1rem;font-size:.84rem;line-height:1.4;position:relative}.gw-routing-details li:before{content:"—";color:var(--line-strong);position:absolute;left:0}.gw-routing-micro{border-top:1px solid var(--line);margin-top:1rem;padding-top:1rem}.gw-routing-weight-row{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.gw-routing-weight-row:last-child{margin-bottom:0}.gw-routing-weight-label{font-family:var(--font-mono);color:var(--foreground);min-width:4.5rem;font-size:.68rem;font-weight:500}.gw-routing-weight-bar{background:var(--line);border-radius:3px;flex:1;height:6px;overflow:hidden}.gw-routing-weight-fill{background:var(--brand);border-radius:3px;height:100%}.gw-routing-weight-pct{font-family:var(--font-mono);color:var(--foreground-secondary);text-align:right;min-width:2.5rem;font-size:.68rem;font-weight:600}.gw-routing-cost-row{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.gw-routing-cost-row:last-child{margin-bottom:0}.gw-routing-cost-label{font-family:var(--font-mono);color:var(--foreground-secondary);min-width:3rem;font-size:.68rem;font-weight:500}.gw-routing-cost-value{font-family:var(--font-mono);color:var(--foreground);font-size:.78rem;font-weight:500}.gw-routing-cost-savings{font-family:var(--font-mono);color:var(--brand);margin-top:.5rem;font-size:1.1rem;font-weight:600}.gw-routing-failover-item{font-family:var(--font-mono);color:var(--foreground);align-items:center;gap:.3rem;font-size:.72rem;font-weight:500;display:inline-flex}.gw-routing-failover-item:before{content:"";background:var(--status-green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.gw-routing-failover-arrow{justify-content:center;align-items:center;padding:.5rem 0;display:flex}.gw-routing-failover-arrow:before{content:"";background:repeating-linear-gradient(90deg,var(--line-strong)0,var(--line-strong)4px,transparent 4px,transparent 8px);width:100%;height:1px}.gw-lifecycle-panel{border-top:1px solid var(--line);border-radius:0;grid-template-columns:1fr 1.2fr;margin-top:2rem;display:grid;overflow:hidden}.gw-lifecycle-text{border-right:1px solid var(--line);flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.gw-lifecycle-text p{color:var(--foreground-secondary);font-size:.95rem;line-height:1.55}.gw-lifecycle-text a{color:var(--brand);margin-top:auto;font-size:.93rem;font-weight:500}.gw-lifecycle-diagram{background:var(--surface-subtle);padding:2.5rem}.gw-infra-perimeter{border:2px solid var(--line-strong);outline:1px solid var(--line);outline-offset:3px;background:var(--background);border-radius:0;overflow:hidden}.gw-infra-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);border-bottom:2px solid var(--line-strong);background:var(--surface-subtle);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.68rem;font-weight:600;display:flex}.gw-infra-label:before{content:"";background:var(--status-green);border-radius:50%;flex-shrink:0;width:7px;height:7px}.gw-lifecycle-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.75rem 1rem;display:grid}.gw-lifecycle-step{border:1px solid var(--line);background:var(--surface-subtle);border-radius:0;padding:.75rem}.gw-lifecycle-step--highlighted{border-left:3px solid var(--brand);background:#3f5bff0a}.gw-lifecycle-step-label{font-family:var(--font-mono);color:var(--foreground);margin-bottom:.3rem;font-size:.72rem;font-weight:600}.gw-lifecycle-step-detail{color:var(--foreground-secondary);font-size:.72rem;line-height:1.4}.gw-lifecycle-connector{justify-content:center;align-items:center;padding:0 1rem;display:flex}.gw-lifecycle-connector:before{content:"";background:repeating-linear-gradient(90deg,var(--line-strong)0,var(--line-strong)4px,transparent 4px,transparent 8px);flex:1;height:1px}.gw-lifecycle-deploy{border:1px solid var(--line);border-left:3px solid var(--brand);background:var(--surface-subtle);border-radius:0;margin:0 1rem .75rem;padding:.75rem}.gw-lifecycle-deploy-label{font-family:var(--font-mono);color:var(--brand);margin-bottom:.3rem;font-size:.72rem;font-weight:600}.gw-lifecycle-deploy-detail{color:var(--foreground-secondary);font-size:.72rem;line-height:1.4}.gw-infra-footer{border-top:2px solid var(--line-strong);font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--status-green);background:#16a34a0a;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.72rem;font-weight:600;display:flex}.gw-topology{border:1px solid var(--dark-border,#ffffff1a);border-radius:0;margin-top:2rem;padding:2.5rem;overflow:hidden}.gw-vpc-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;border-bottom:1px solid var(--dark-border,#ffffff1a);align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;font-size:.68rem;font-weight:600;display:flex}.gw-vpc-label:before{content:"";background:var(--status-green);border-radius:50%;flex-shrink:0;width:7px;height:7px}.gw-topology-nodes{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:0;display:grid}.gw-topology-node{border:1px solid var(--dark-border,#ffffff1a);background:#ffffff08;border-radius:0;padding:1rem}.gw-topology-node-label{font-family:var(--font-mono);color:var(--primary-foreground);margin-bottom:.3rem;font-size:.78rem;font-weight:600}.gw-topology-node-detail{color:#ffffff73;font-size:.74rem;line-height:1.4}.gw-topology-connector{justify-content:center;align-items:center;padding:0 .5rem;display:flex}.gw-topology-connector:before{content:"";background:repeating-linear-gradient(90deg,#ffffff40 0 4px,#0000 4px 8px);width:2rem;height:1px}.gw-framework-grid{border:1px solid var(--dark-border,#ffffff1a);border-radius:0;grid-template-columns:repeat(4,1fr);gap:0;margin-top:2rem;display:grid}.gw-framework-cell{padding:2.5rem}.gw-framework-cell:not(:last-child){border-right:1px solid var(--dark-border,#ffffff1a)}.gw-framework-name{font-family:var(--font-mono);color:var(--primary-foreground);border-bottom:1px solid var(--dark-border,#ffffff1a);margin-bottom:.75rem;padding-bottom:.75rem;font-size:.82rem;font-weight:600}.gw-framework-type{color:#ffffff73;margin-bottom:.75rem;font-size:.74rem;line-height:1.4}.gw-framework-status{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;color:var(--status-green);align-items:center;gap:.3rem;font-size:.62rem;font-weight:600;display:inline-flex}.gw-framework-status:before{content:"";background:var(--status-green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.gw-dark-stats{border:1px solid var(--dark-border,#ffffff1a);border-radius:0;grid-template-columns:repeat(4,1fr);gap:0;margin-top:2rem;display:grid}.gw-dark-stat-cell{padding:2.5rem}.gw-dark-stat-cell:not(:last-child){border-right:1px solid var(--dark-border,#ffffff1a)}.gw-dark-stat-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#ffffff73;border-bottom:1px solid var(--dark-border,#ffffff1a);margin-bottom:.75rem;padding-bottom:.75rem;font-size:.72rem;font-weight:600}.gw-dark-stat-value{font-family:var(--font-mono);letter-spacing:-.03em;color:var(--primary-foreground);font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:400}.gw-dashboard-panel{border-top:1px solid var(--line);border-radius:0;grid-template-columns:1fr 1.3fr;margin-top:2rem;display:grid;overflow:hidden}.gw-dashboard-text{border-right:1px solid var(--line);flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.gw-dashboard-text p{color:var(--foreground-secondary);font-size:.95rem;line-height:1.55}.gw-dashboard-text a{color:var(--brand);margin-top:auto;font-size:.93rem;font-weight:500}.gw-dashboard-mock{background:var(--surface-subtle);flex-direction:column;gap:1rem;padding:2.5rem;display:flex}.gw-dash-summary-bar{border:1px solid var(--line);border-left:3px solid var(--brand);background:var(--background);border-radius:0;align-items:center;padding:0;display:flex}.gw-dash-summary-item{flex-direction:column;gap:.2rem;padding:.75rem 1rem;display:flex}.gw-dash-summary-item:not(:last-child){border-right:1px solid var(--line)}.gw-dash-summary-value{font-family:var(--font-mono);color:var(--foreground);font-size:.82rem;font-weight:600}.gw-dash-summary-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);font-size:.58rem;font-weight:600}.gw-dash-metrics{border:1px solid var(--line);background:var(--background);border-radius:0;grid-template-columns:repeat(2,1fr);gap:0;display:grid}.gw-dash-metric-cell{padding:.75rem 1rem}.gw-dash-metric-cell:nth-child(odd){border-right:1px solid var(--line)}.gw-dash-metric-cell:nth-child(-n+2){border-bottom:1px solid var(--line)}.gw-dash-metric-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);margin-bottom:.5rem;font-size:.62rem;font-weight:600}.gw-dash-metric-value{font-family:var(--font-mono);letter-spacing:-.02em;color:var(--foreground);margin-bottom:.2rem;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:400}.gw-dash-metric-detail{color:var(--foreground-secondary);font-size:.72rem}.gw-dash-log{border:1px solid var(--line);background:var(--background);border-radius:0;overflow:hidden}.gw-dash-log-title{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);background:var(--surface-subtle);border-bottom:1px solid var(--line);padding:.75rem 1rem;font-size:.68rem;font-weight:600}.gw-dash-log-header{border-bottom:1px solid var(--line);background:var(--surface-subtle);grid-template-columns:.8fr 1.2fr 1fr .7fr .7fr;display:grid}.gw-dash-log-header-cell{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);padding:.5rem .75rem;font-size:.58rem;font-weight:600}.gw-dash-log-header-cell:not(:last-child){border-right:1px solid var(--line)}.gw-dash-log-entry{grid-template-columns:.8fr 1.2fr 1fr .7fr .7fr;display:grid}.gw-dash-log-entry:not(:last-child){border-bottom:1px solid var(--line)}.gw-dash-log-cell{font-family:var(--font-mono);color:var(--foreground);padding:.5rem .75rem;font-size:.68rem;font-weight:500}.gw-dash-log-cell:not(:last-child){border-right:1px solid var(--line)}.gw-dash-log-status{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.3rem;font-size:.62rem;font-weight:600;display:inline-flex}.gw-dash-log-status:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.gw-dash-log-status--success{color:var(--status-green)}.gw-dash-log-status--success:before{background:var(--status-green)}.gw-dash-log-status--timeout{color:var(--status-error)}.gw-dash-log-status--timeout:before{background:var(--status-error)}.gw-dash-log-status--fallback{color:var(--status-warning)}.gw-dash-log-status--fallback:before{background:var(--status-warning)}.gw-final-divider{border-top:1px solid var(--line);max-width:80rem;margin-inline:auto}@media (max-width:1100px){.gw-lifecycle-panel{grid-template-columns:1fr}.gw-lifecycle-text{border-right:none;border-bottom:1px solid var(--line)}.gw-dashboard-panel{grid-template-columns:1fr}.gw-dashboard-text{border-right:none;border-bottom:1px solid var(--line)}.gw-framework-grid{grid-template-columns:repeat(2,1fr)}.gw-framework-cell:nth-child(2){border-right:none}.gw-framework-cell:nth-child(-n+2){border-bottom:1px solid var(--dark-border,#ffffff1a)}.gw-dark-stats{grid-template-columns:repeat(2,1fr)}.gw-dark-stat-cell:nth-child(2){border-right:none}.gw-dark-stat-cell:nth-child(-n+2){border-bottom:1px solid var(--dark-border,#ffffff1a)}.gw-routing-strip{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.gw-router-engine{overflow-x:auto}.gw-router-table,.gw-router-row{min-width:28rem}.gw-provider-panel .gw-provider-table{min-width:32rem;overflow-x:auto}.gw-provider-bar{flex-wrap:wrap}.gw-routing-strip{grid-template-columns:1fr}.gw-routing-cell{border-right:none!important}.gw-routing-cell:not(:last-child){border-bottom:1px solid var(--line)}.gw-lifecycle-panel{grid-template-columns:1fr}.gw-lifecycle-text{border-right:none;border-bottom:1px solid var(--line)}.gw-lifecycle-grid{grid-template-columns:1fr}.gw-infra-perimeter{outline-offset:0;outline:none}.gw-topology-nodes{grid-template-columns:1fr;gap:0}.gw-topology-connector{padding:.5rem 0}.gw-topology-connector:before{background:repeating-linear-gradient(#ffffff40 0 4px,#0000 4px 8px);width:1px;height:1.5rem}.gw-framework-grid{grid-template-columns:1fr}.gw-framework-cell{border-right:none!important}.gw-framework-cell:not(:last-child){border-bottom:1px solid var(--dark-border,#ffffff1a)}.gw-dark-stats{grid-template-columns:1fr}.gw-dark-stat-cell{border-right:none!important}.gw-dark-stat-cell:not(:last-child){border-bottom:1px solid var(--dark-border,#ffffff1a)}.gw-dashboard-panel{grid-template-columns:1fr}.gw-dashboard-text{border-right:none;border-bottom:1px solid var(--line)}.gw-dash-metrics{grid-template-columns:1fr}.gw-dash-metric-cell{border-right:none!important}.gw-dash-metric-cell:not(:last-child){border-bottom:1px solid var(--line)}.gw-dash-summary-bar{flex-wrap:wrap}.gw-dash-log{overflow-x:auto}.gw-dash-log-header,.gw-dash-log-entry{min-width:28rem}}
