.mfg-hero-grid{position:relative}.mfg-hero-grid>*{z-index:1;position:relative}.mfg-console-mock{border:1px solid var(--line-strong);background:var(--surface-subtle);border-radius:0;overflow:hidden}.mfg-console-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);border-bottom:1px solid var(--line);background:var(--background);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.68rem;font-weight:600;display:flex}.mfg-console-label:before{content:"";background:var(--status-green);border-radius:50%;flex-shrink:0;width:7px;height:7px}.mfg-console-summary{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);display:grid}.mfg-console-summary-item{padding:.75rem 1rem}.mfg-console-summary-item:not(:last-child){border-right:1px solid var(--line)}.mfg-console-summary-item-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);margin-bottom:.3rem;font-size:.58rem;font-weight:600}.mfg-console-summary-item-value{font-family:var(--font-mono);color:var(--foreground);font-size:1.1rem;font-weight:500}.mfg-console-table{grid-template-columns:.5fr .7fr .6fr .7fr .7fr .7fr;display:grid}.mfg-console-header{display:contents}.mfg-console-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}.mfg-console-header-cell:not(:last-child){border-right:1px solid var(--line)}.mfg-console-row{display:contents}.mfg-console-row:not(:last-child) .mfg-console-cell{border-bottom:1px solid var(--line)}.mfg-console-cell{font-family:var(--font-mono);color:var(--foreground);padding:.5rem .75rem;font-size:.72rem;font-weight:500}.mfg-console-cell:not(:last-child){border-right:1px solid var(--line)}.mfg-console-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}.mfg-console-status:before{content:"";border-radius:50%;flex-shrink:0;width:6px;height:6px}.mfg-console-status--running{color:var(--status-green)}.mfg-console-status--running:before{background:var(--status-green)}.mfg-console-status--changeover{color:var(--status-warning)}.mfg-console-status--changeover:before{background:var(--status-warning)}.mfg-console-status--maintenance{color:var(--brand)}.mfg-console-status--maintenance:before{background:var(--brand)}.mfg-console-status--stopped{color:var(--status-error)}.mfg-console-status--stopped:before{background:var(--status-error)}.mfg-console-footer{border-top:1px solid var(--line);background:var(--background);font-family:var(--font-mono);color:var(--foreground-secondary);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.68rem;display:flex}.mfg-console-footer:before{content:"✓";color:var(--status-green);font-weight:700}.mfg-hero-stats{border-top:1px solid var(--line);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff40;border-radius:0;grid-template-columns:repeat(4,1fr);display:grid}.mfg-hero-stat{text-align:left;padding:clamp(1.2rem,2vw,1.6rem) clamp(1rem,2vw,1.4rem)}.mfg-hero-stat:not(:last-child){border-right:1px solid var(--line)}.mfg-hero-stat-value{font-family:var(--font-mono);letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:clamp(1.6rem,2.8vw,2.2rem);font-weight:400}.mfg-hero-stat-label{color:var(--foreground-secondary);margin:.4rem 0 0;font-size:.84rem;line-height:1.4}.mfg-callout{border-left:3px solid var(--brand);background:var(--brand-soft);border-radius:0 0-sm 0-sm 0;margin-top:1.5rem;padding:1rem 1.05rem}.mfg-callout p{color:var(--foreground);margin:0;font-size:.88rem;line-height:1.55}.mfg-pipeline-flow{border:1px solid var(--line);border-radius:0;margin-top:2rem;overflow:hidden}.mfg-pipeline-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--foreground-secondary);border-bottom:1px solid var(--line);background:var(--background);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.68rem;font-weight:600;display:flex}.mfg-pipeline-label:before{content:"";background:var(--status-green);border-radius:50%;flex-shrink:0;width:7px;height:7px}.mfg-pipeline-nodes{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:stretch;gap:0;padding:1rem;display:grid}.mfg-pipeline-node{border:1px solid var(--line);background:var(--background);border-radius:0;flex-direction:column;gap:.3rem;padding:.75rem;display:flex}.mfg-pipeline-node-label{font-family:var(--font-mono);color:var(--foreground);font-size:.78rem;font-weight:600}.mfg-pipeline-node-detail{color:var(--foreground-secondary);font-size:.72rem;line-height:1.45}.mfg-pipeline-node-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:flex}.mfg-pipeline-node-status:before{content:"";background:var(--status-green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.mfg-pipeline-connector{justify-content:center;align-items:center;min-width:clamp(12px,2vw,24px);padding:0 .5rem;display:flex}.mfg-pipeline-connector:after{content:"";background:repeating-linear-gradient(90deg,var(--line-strong)0,var(--line-strong)4px,transparent 4px,transparent 8px);width:100%;height:1px}.mfg-pipeline-footer{border-top:1px solid var(--line);background:var(--background);font-family:var(--font-mono);color:var(--foreground-secondary);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.68rem;display:flex}.mfg-pipeline-footer:before{content:"✓";color:var(--status-green);font-weight:700}.mfg-analytics-bg{position:relative}.mfg-analytics-bg:before{content:"";pointer-events:none;z-index:0;background:repeating-linear-gradient(0deg,transparent 0,transparent 15px,var(--line)15px,var(--line)16px),repeating-linear-gradient(90deg,transparent 0,transparent 15px,var(--line)15px,var(--line)16px);opacity:.05;background-size:16px 16px;position:absolute;inset:0}.mfg-analytics-bg>*{z-index:1;position:relative}.mfg-oee-panel{border:1px solid var(--line);border-radius:0;margin-top:2rem;overflow:hidden}.mfg-oee-bar{border-bottom:1px solid var(--line);background:var(--surface-subtle);align-items:center;padding:0;display:flex}.mfg-oee-bar-item{font-family:var(--font-mono);color:var(--foreground);padding:.75rem 1rem;font-size:.72rem;font-weight:500}.mfg-oee-bar-item:not(:last-child){border-right:1px solid var(--line)}.mfg-oee-bar-item span{color:var(--foreground-secondary);margin-right:.5rem;font-weight:400}.mfg-oee-table{grid-template-columns:.5fr .8fr .8fr .8fr 1.2fr .6fr;display:grid}.mfg-oee-header{display:contents}.mfg-oee-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}.mfg-oee-header-cell:not(:last-child){border-right:1px solid var(--line)}.mfg-oee-row{display:contents}.mfg-oee-row:not(:last-child) .mfg-oee-cell{border-bottom:1px solid var(--line)}.mfg-oee-cell{font-family:var(--font-mono);color:var(--foreground);padding:.75rem;font-size:.72rem;font-weight:500;line-height:1.45}.mfg-oee-cell:not(:last-child){border-right:1px solid var(--line)}.mfg-oee-fill{vertical-align:middle;border-radius:3px;width:64px;height:6px;margin-left:.5rem;display:inline-block}.mfg-oee-fill--high{background:linear-gradient(90deg,var(--status-green)var(--fill-pct),var(--line)var(--fill-pct))}.mfg-oee-fill--medium{background:linear-gradient(90deg,var(--status-warning)var(--fill-pct),var(--line)var(--fill-pct))}.mfg-oee-fill--low{background:linear-gradient(90deg,var(--status-error)var(--fill-pct),var(--line)var(--fill-pct))}.mfg-oee-fill--offline{background:var(--line)}.mfg-oee-trend{font-family:var(--font-mono);letter-spacing:.04em;text-transform:uppercase;font-size:.62rem;font-weight:600}.mfg-oee-trend--high{color:var(--status-green)}.mfg-oee-trend--medium{color:var(--status-warning)}.mfg-oee-trend--low{color:var(--status-error)}.mfg-oee-trend--offline{color:var(--foreground-secondary)}.mfg-oee-footer{border-top:1px solid var(--line);background:var(--background);font-family:var(--font-mono);color:var(--foreground-secondary);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.68rem;display:flex}.mfg-oee-footer:before{content:"✓";color:var(--status-green);font-weight:700}.mfg-usecase-grid{border:1px solid var(--line);border-radius:0;grid-template-columns:repeat(3,1fr);margin-top:2rem;display:grid;overflow:hidden}.mfg-usecase-cell{color:inherit;padding:2.5rem;text-decoration:none;transition:background .2s cubic-bezier(.25,1,.5,1);display:block}.mfg-usecase-cell:hover{background:var(--surface-subtle)}.mfg-usecase-cell:not(:nth-child(3n)){border-right:1px solid var(--line)}.mfg-usecase-cell:nth-child(-n+3){border-bottom:1px solid var(--line)}.mfg-usecase-cell h3{color:var(--foreground);margin-bottom:.5rem;font-size:.98rem;font-weight:600;line-height:1.3}.mfg-usecase-cell .usecase-summary{color:var(--foreground-secondary);font-size:.86rem;line-height:1.55}.mfg-usecase-cell .pill-row{flex-wrap:wrap;justify-content:flex-start;gap:.5rem;margin:1.25rem 0 0;padding:0;list-style:none;display:flex}.mfg-topology{border:1px solid var(--dark-border,#ffffff1a);border-radius:0;margin-top:2rem;padding:2.5rem}.mfg-topology-label{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:#ffffff80;border-bottom:1px solid var(--dark-border,#ffffff1a);align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;font-size:.66rem;font-weight:600;display:flex}.mfg-topology-label:before{content:"";background:var(--status-green);border-radius:50%;flex-shrink:0;width:7px;height:7px}.mfg-topology-nodes{grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;align-items:stretch;gap:0;display:grid}.mfg-topology-node{border:1px solid var(--dark-border,#ffffff1a);background:#101e4a80;border-radius:0;padding:1rem}.mfg-topology-node-label{font-family:var(--font-mono);color:var(--primary-foreground);margin-bottom:.3rem;font-size:.78rem;font-weight:600}.mfg-topology-node-detail{color:#ffffff73;font-size:.72rem;line-height:1.45}.mfg-topology-connector{justify-content:center;align-items:center;min-width:clamp(12px,2vw,24px);padding:0 .5rem;display:flex}.mfg-topology-connector:after{content:"";background:repeating-linear-gradient(90deg,#fff3 0 4px,#0000 4px 8px);width:100%;height:1px}.mfg-operations-grid{border:1px solid var(--dark-border,#ffffff1a);border-radius:0;grid-template-columns:repeat(4,1fr);margin-top:2rem;display:grid;overflow:hidden}.mfg-operations-cell{padding:2.5rem}.mfg-operations-cell:not(:last-child){border-right:1px solid var(--dark-border,#ffffff1a)}.mfg-operations-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}.mfg-operations-bullets{margin:0;padding:0;list-style:none}.mfg-operations-bullets li{color:#ffffff8c;font-size:.8rem;line-height:1.7}.mfg-operations-bullets li:before{content:"— ";color:#ffffff40}.mfg-dark-stats{border:1px solid var(--dark-border,#ffffff1a);border-radius:0;grid-template-columns:repeat(4,1fr);margin-top:1.5rem;display:grid;overflow:hidden}.mfg-dark-stat-cell{padding:2.5rem}.mfg-dark-stat-cell:not(:last-child){border-right:1px solid var(--dark-border,#ffffff1a)}.mfg-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:.58rem;font-weight:600}.mfg-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}.mfg-integ-panel{border:1px solid var(--line);border-radius:0;margin-top:2rem;overflow:hidden}.mfg-integ-bar{border-bottom:1px solid var(--line);background:var(--surface-subtle);align-items:center;padding:0;display:flex}.mfg-integ-bar-item{font-family:var(--font-mono);color:var(--foreground);padding:.75rem 1rem;font-size:.72rem;font-weight:500}.mfg-integ-bar-item:not(:last-child){border-right:1px solid var(--line)}.mfg-integ-bar-item span{color:var(--foreground-secondary);margin-right:.5rem;font-weight:400}.mfg-integ-table{grid-template-columns:1.2fr 2fr .5fr .8fr;display:grid}.mfg-integ-header{display:contents}.mfg-integ-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}.mfg-integ-header-cell:not(:last-child){border-right:1px solid var(--line)}.mfg-integ-row{display:contents}.mfg-integ-row:not(:last-child) .mfg-integ-cell{border-bottom:1px solid var(--line)}.mfg-integ-cell{font-family:var(--font-mono);color:var(--foreground);padding:.75rem;font-size:.72rem;font-weight:500;line-height:1.45}.mfg-integ-cell:not(:last-child){border-right:1px solid var(--line)}.mfg-final-divider{border:none;border-top:1px solid var(--line);margin-inline:auto;max-width:80rem;margin-bottom:0}@media (max-width:1100px){.mfg-hero-stats{grid-template-columns:repeat(2,1fr)}.mfg-hero-stat:nth-child(2){border-right:none}.mfg-hero-stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.mfg-pipeline-connector{min-width:clamp(8px,1.5vw,16px)}.mfg-oee-bar{flex-wrap:wrap}.mfg-usecase-grid{grid-template-columns:repeat(2,1fr)}.mfg-usecase-cell{border-right:none!important}.mfg-usecase-cell:nth-child(odd){border-right:1px solid var(--line)!important}.mfg-usecase-cell:not(:nth-last-child(-n+2)),.mfg-usecase-cell:nth-child(3){border-bottom:1px solid var(--line)}.mfg-operations-grid{grid-template-columns:repeat(2,1fr)}.mfg-operations-cell:nth-child(2){border-right:none}.mfg-operations-cell:nth-child(-n+2){border-bottom:1px solid var(--dark-border,#ffffff1a)}.mfg-dark-stats{grid-template-columns:repeat(2,1fr)}.mfg-dark-stat-cell:nth-child(2){border-right:none}.mfg-dark-stat-cell:nth-child(-n+2){border-bottom:1px solid var(--dark-border,#ffffff1a)}.mfg-topology-connector{min-width:clamp(8px,1.5vw,16px)}.mfg-integ-bar{flex-wrap:wrap}}@media (max-width:760px){.mfg-hero-stats{grid-template-columns:1fr}.mfg-hero-stat{border-right:none!important}.mfg-hero-stat:not(:last-child){border-bottom:1px solid var(--line)}.mfg-console-summary{grid-template-columns:1fr}.mfg-console-summary-item{border-right:none!important}.mfg-console-summary-item:not(:last-child){border-bottom:1px solid var(--line)}.mfg-console-mock{overflow-x:auto}.mfg-console-table{min-width:32rem}.mfg-pipeline-nodes{grid-template-columns:1fr;gap:0}.mfg-pipeline-connector{min-width:unset;justify-content:center;padding:.5rem 0}.mfg-pipeline-connector:after{background:repeating-linear-gradient(180deg,var(--line-strong)0,var(--line-strong)4px,transparent 4px,transparent 8px);width:1px;height:18px}.mfg-oee-panel{overflow-x:auto}.mfg-oee-table{min-width:40rem}.mfg-usecase-grid{grid-template-columns:1fr}.mfg-usecase-cell{border-right:none!important}.mfg-usecase-cell:not(:last-child){border-bottom:1px solid var(--line)}.mfg-topology-nodes{grid-template-columns:1fr;gap:0}.mfg-topology-connector{min-width:unset;justify-content:center;padding:.5rem 0}.mfg-topology-connector:after{background:repeating-linear-gradient(#fff3 0 4px,#0000 4px 8px);width:1px;height:18px}.mfg-operations-grid{grid-template-columns:1fr}.mfg-operations-cell{border-right:none!important}.mfg-operations-cell:not(:last-child){border-bottom:1px solid var(--dark-border,#ffffff1a)}.mfg-dark-stats{grid-template-columns:1fr}.mfg-dark-stat-cell{border-right:none!important}.mfg-dark-stat-cell:not(:last-child){border-bottom:1px solid var(--dark-border,#ffffff1a)}.mfg-integ-panel{overflow-x:auto}.mfg-integ-table{min-width:32rem}}
