.brand { display: inline-flex; align-items: center; gap: 15px; justify-self: start; }
.brand-mark { position: relative; display: block; width: 74px; flex: 0 0 74px; }
.brand-mark img {
  width: 100%;
  height: auto;
  clip-path: polygon(0 0, 49% 0, 49% 42%, 100% 42%, 100% 100%, 0 100%);
}
.brand-name { font-size: .86rem; font-weight: 600; letter-spacing: .04em; }
.brand-signal { position: absolute; z-index: 1; top: 0; right: 1px; width: 39px; height: 18px; overflow: visible; }
.brand-signal polyline {
  fill: none;
  stroke: var(--red);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1 1;
  stroke-dashoffset: 1;
  opacity: 0;
  animation: brand-line-cycle 7.2s linear infinite;
}
.brand-signal circle {
  fill: var(--red);
  transform-box: fill-box;
  transform-origin: center;
  animation: brand-dot-cycle 7.2s ease-in-out infinite;
}
.brand-signal circle:nth-of-type(1) { --move-a: -2.5px; --move-b: 1.2px; --move-c: -1.5px; }
.brand-signal circle:nth-of-type(2) { --move-a: 2px; --move-b: -2.2px; --move-c: 1.2px; }
.brand-signal circle:nth-of-type(3) { --move-a: -1.6px; --move-b: 2px; --move-c: -1px; }
.brand-signal circle:nth-of-type(4) { --move-a: 2.3px; --move-b: -1.5px; --move-c: 1.5px; }

@keyframes brand-dot-cycle {
  0%, 31%, 84%, 100% { transform: translateY(0) scale(1); }
  7% { transform: translateY(var(--move-a)) scale(1); }
  15% { transform: translateY(var(--move-b)) scale(1); }
  23% { transform: translateY(var(--move-c)) scale(1); }
  89% { transform: translateY(0) scale(1.18); }
  93% { transform: translateY(0) scale(.94); }
  97% { transform: translateY(0) scale(1.08); }
}

@keyframes brand-line-cycle {
  0%, 36% { stroke-dashoffset: 1; opacity: 0; }
  38% { stroke-dashoffset: 1; opacity: 1; }
  62%, 70% { stroke-dashoffset: 0; opacity: 1; }
  82% { stroke-dashoffset: -1; opacity: 1; }
  83%, 100% { stroke-dashoffset: -1; opacity: 0; }
}


.buffer-sequence {
  --buffer-cycle: 10s;
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(165px, 1fr) 34px minmax(145px, .78fr) 42px minmax(165px, 1fr);
  gap: 10px;
  align-items: center;
}
.buffer-stage { min-width: 0; min-height: 156px; padding: 13px; border: 1px solid #30363e; border-radius: 7px; background: #15191f; }
.buffer-stage-head { min-height: 20px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: #7c848e; font-size: .75rem; font-weight: 750; letter-spacing: .07em; white-space: nowrap; }
.buffer-state { min-width: 0; flex: 0 0 94px; display: inline-flex; align-items: center; gap: 7px; }
.buffer-state > i, .edge-led, .portal-led { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; }
.connection-led { animation: buffer-connection-led var(--buffer-cycle) linear infinite; }
.buffer-state-label { position: relative; width: 80px; height: 1.2em; color: #aeb4bc; font-size: .75rem; font-style: normal; font-weight: 750; letter-spacing: .02em; text-align: right; }
.buffer-state-label em, .edge-memory-head b em, .portal-plot-state b { position: absolute; inset: 0; opacity: 0; font-style: normal; white-space: nowrap; }
.connection-state-connected { animation: buffer-state-connected var(--buffer-cycle) linear infinite; }
.connection-state-lost { color: #ff777b; animation: buffer-state-lost var(--buffer-cycle) linear infinite; }
.connection-state-backfill { color: #72b2ff; animation: buffer-state-backfill var(--buffer-cycle) linear infinite; }
.connection-state-synced { color: #82dca8; animation: buffer-state-synced var(--buffer-cycle) linear infinite; }

.buffer-plot { position: relative; height: 102px; margin-top: 8px; overflow: hidden; border-top: 1px solid #252a31; }
.buffer-plot svg { width: 100%; height: 76px; overflow: visible; }
.buffer-plot path { vector-effect: non-scaling-stroke; }
.buffer-axis { fill: none; stroke: #333941; stroke-width: 1; stroke-dasharray: 3 5; }
.park-signal, .portal-signal { fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.park-signal { stroke-dasharray: 1; stroke-dashoffset: 1; animation: buffer-park-signal var(--buffer-cycle) linear infinite; }
.buffer-plot > small { position: absolute; left: 0; bottom: 0; color: #69717b; font-size: .75rem; font-weight: 700; letter-spacing: .06em; }

.buffer-edge { border-color: #343a43; background: #12161b; }
.edge-led { background: #4f5660; animation: buffer-edge-led var(--buffer-cycle) linear infinite; }
.edge-memory { margin-top: 15px; padding-top: 10px; border-top: 1px solid #252a31; }
.edge-memory-head { min-height: 20px; display: grid; grid-template-columns: minmax(0, 1fr) 76px; align-items: start; gap: 5px; color: #69717b; font-size: .71rem; font-weight: 700; letter-spacing: .04em; }
.edge-memory-head small { min-width: 0; }
.edge-memory-head b { position: relative; width: 76px; overflow: hidden; color: #818994; text-align: right; }
.edge-state-empty { animation: buffer-edge-empty var(--buffer-cycle) linear infinite; }
.edge-state-buffering { color: #ffbf64; animation: buffer-edge-buffering var(--buffer-cycle) linear infinite; }
.edge-state-replaying { color: #72b2ff; animation: buffer-edge-replaying var(--buffer-cycle) linear infinite; }
.edge-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 12px; }
.edge-slots > span { height: 35px; display: grid; place-items: center; overflow: hidden; border: 1px solid #30363e; border-radius: 4px; background: #171b21; }
.edge-slots svg { width: 100%; height: 23px; }
.edge-slots path { fill: none; stroke: var(--amber); stroke-width: 1.5; opacity: 0; vector-effect: non-scaling-stroke; }
.edge-slots > span:nth-child(1) path { animation: buffer-slot-one var(--buffer-cycle) linear infinite; }
.edge-slots > span:nth-child(2) path { animation: buffer-slot-two var(--buffer-cycle) linear infinite; }
.edge-slots > span:nth-child(3) path { animation: buffer-slot-three var(--buffer-cycle) linear infinite; }

.buffer-link { position: relative; height: 1px; background: #394049; }
.local-buffer-link { background: rgba(89,209,141,.38); }
.buffer-track { position: absolute; inset: 0; background: inherit; }
.buffer-link::after { content: ""; position: absolute; z-index: 2; right: 0; top: -3px; width: 6px; height: 6px; border-top: 1px solid #707984; border-right: 1px solid #707984; transform: rotate(45deg); }
.buffer-link > small { position: absolute; top: 8px; left: 50%; transform: translateX(-50%); color: #5f6771; font-size: .75rem; font-weight: 700; letter-spacing: .06em; }
.buffer-stream { position: absolute; z-index: 1; inset: 0; overflow: hidden; }
.buffer-stream i { position: absolute; top: -2px; left: -5px; width: 5px; height: 5px; border-radius: 50%; animation: buffer-link-travel 1.4s linear infinite; }
.buffer-stream i:nth-child(2) { animation-delay: -.7s; }
.local-stream i, .wan-live-stream i { background: var(--green); box-shadow: 0 0 7px rgba(89,209,141,.5); }
.wan-track { animation: buffer-wan-track var(--buffer-cycle) linear infinite; }
.wan-live-stream { animation: buffer-wan-live-stream var(--buffer-cycle) linear infinite; }
.wan-backfill-stream { opacity: 0; animation: buffer-wan-backfill-stream var(--buffer-cycle) linear infinite; }
.wan-backfill-stream i { background: var(--blue); box-shadow: 0 0 7px rgba(101,168,255,.55); animation-duration: .72s; }
.wan-backfill-stream i:nth-child(2) { animation-delay: -.24s; }
.wan-backfill-stream i:nth-child(3) { animation-delay: -.48s; }
.wan-cut { position: absolute; z-index: 3; top: 50%; left: 50%; width: 19px; height: 19px; display: grid; place-items: center; border: 1px solid rgba(255,91,95,.62); border-radius: 50%; color: #ff777b; background: #15191f; font-size: .82rem; line-height: 1; opacity: 0; transform: translate(-50%, -50%); animation: buffer-wan-cut var(--buffer-cycle) linear infinite; }

.portal-led { background: var(--green); animation: buffer-portal-led var(--buffer-cycle) linear infinite; }
.portal-signal { stroke-dasharray: 1; stroke-dashoffset: 1; animation: buffer-portal-history var(--buffer-cycle) linear infinite; }
.portal-gap { fill: none; stroke: #68717c; stroke-width: 1.3; stroke-dasharray: .035 .035; opacity: 0; animation: buffer-portal-gap var(--buffer-cycle) linear infinite; }
.portal-plot-state { right: 0; left: auto !important; width: 150px; text-align: right; }
.portal-plot-state b { color: #727b85; font-size: .75rem; }
.portal-state-live { animation: buffer-state-connected var(--buffer-cycle) linear infinite; }
.portal-state-gap { color: #ff777b !important; animation: buffer-state-lost var(--buffer-cycle) linear infinite; }
.portal-state-backfill { color: #72b2ff !important; animation: buffer-state-backfill var(--buffer-cycle) linear infinite; }
.portal-state-synced { color: #82dca8 !important; animation: buffer-state-synced var(--buffer-cycle) linear infinite; }

@keyframes buffer-connection-led {
  0%, 24%, 82%, 100% { background: var(--green); box-shadow: 0 0 0 4px rgba(89,209,141,.08); }
  26%, 56% { background: var(--red); box-shadow: 0 0 0 5px rgba(255,91,95,.1); }
  58%, 80% { background: var(--blue); box-shadow: 0 0 0 5px rgba(101,168,255,.09); }
}
@keyframes buffer-state-connected { 0%, 24% { opacity: 1; } 26%, 100% { opacity: 0; } }
@keyframes buffer-state-lost { 0%, 24%, 58%, 100% { opacity: 0; } 26%, 56% { opacity: 1; } }
@keyframes buffer-state-backfill { 0%, 56%, 82%, 100% { opacity: 0; } 58%, 80% { opacity: 1; } }
@keyframes buffer-state-synced { 0%, 80% { opacity: 0; } 82%, 100% { opacity: 1; } }
@keyframes buffer-park-signal {
  0% { stroke-dashoffset: 1; opacity: .72; }
  12%, 92% { opacity: 1; filter: drop-shadow(0 0 3px rgba(89,209,141,.2)); }
  100% { stroke-dashoffset: 0; opacity: .9; }
}
@keyframes buffer-edge-led {
  0%, 24%, 82%, 100% { background: var(--green); box-shadow: 0 0 0 4px rgba(89,209,141,.08); }
  26%, 56% { background: var(--amber); box-shadow: 0 0 0 4px rgba(255,189,98,.08); }
  58%, 80% { background: var(--blue); box-shadow: 0 0 0 4px rgba(101,168,255,.08); }
}
@keyframes buffer-edge-empty { 0%, 24%, 82%, 100% { opacity: 1; } 26%, 80% { opacity: 0; } }
@keyframes buffer-edge-buffering { 0%, 24%, 58%, 100% { opacity: 0; } 26%, 56% { opacity: 1; } }
@keyframes buffer-edge-replaying { 0%, 56%, 82%, 100% { opacity: 0; } 58%, 80% { opacity: 1; } }
@keyframes buffer-slot-one { 0%, 28%, 66%, 100% { opacity: 0; } 31%, 63% { opacity: 1; } }
@keyframes buffer-slot-two { 0%, 37%, 73%, 100% { opacity: 0; } 40%, 70% { opacity: 1; } }
@keyframes buffer-slot-three { 0%, 46%, 80%, 100% { opacity: 0; } 49%, 77% { opacity: 1; } }
@keyframes buffer-link-travel { from { left: -5px; } to { left: calc(100% + 1px); } }
@keyframes buffer-wan-track {
  0%, 24%, 82%, 100% { background: rgba(89,209,141,.38); }
  26%, 56% { background: rgba(255,91,95,.3); }
  58%, 80% { background: rgba(101,168,255,.42); }
}
@keyframes buffer-wan-live-stream { 0%, 24%, 82%, 100% { opacity: 1; } 26%, 80% { opacity: 0; } }
@keyframes buffer-wan-backfill-stream { 0%, 56%, 82%, 100% { opacity: 0; } 58%, 80% { opacity: 1; } }
@keyframes buffer-wan-cut { 0%, 24%, 58%, 100% { opacity: 0; } 27%, 56% { opacity: 1; } }
@keyframes buffer-portal-led {
  0%, 24%, 82%, 100% { background: var(--green); box-shadow: 0 0 0 4px rgba(89,209,141,.08); }
  26%, 56% { background: var(--red); box-shadow: 0 0 0 4px rgba(255,91,95,.08); }
  58%, 80% { background: var(--blue); box-shadow: 0 0 0 4px rgba(101,168,255,.08); }
}
@keyframes buffer-portal-history {
  0% { stroke-dashoffset: 1; }
  24% { stroke-dashoffset: .76; }
  26%, 56% { stroke-dashoffset: .76; }
  58% { stroke-dashoffset: .76; }
  80% { stroke-dashoffset: .2; }
  100% { stroke-dashoffset: 0; }
}
@keyframes buffer-portal-gap {
  0%, 24% { opacity: 0; stroke-dashoffset: 0; }
  26%, 56% { opacity: 1; stroke-dashoffset: 0; }
  58% { opacity: 1; stroke-dashoffset: 0; }
  80% { opacity: 1; stroke-dashoffset: -1; }
  81%, 100% { opacity: 0; stroke-dashoffset: -1; }
}

.alarm-abstract { margin-top: 34px; display: grid; grid-template-columns: 82px 1fr; gap: 22px; align-items: center; }
.cap-bell { position: relative; width: 76px; height: 76px; display: grid; place-items: center; border: 1px solid rgba(255,91,95,.35); border-radius: 50%; background: rgba(255,91,95,.055); animation: capability-bell 4.2s ease-in-out infinite; transform-origin: top center; }
.cap-bell svg { width: 30px; fill: none; stroke: var(--red); stroke-width: 1.6; }
.cap-bell b { position: absolute; top: 2px; right: 1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #17090a; background: var(--red); font-size: .7rem; animation: alarm-badge 4.2s ease-out infinite; }
@keyframes capability-bell { 0%, 70%, 100% { transform: rotate(0); } 75% { transform: rotate(9deg); } 80% { transform: rotate(-8deg); } 85% { transform: rotate(4deg); } 90% { transform: rotate(0); } }
@keyframes alarm-badge { 0%, 68%, 100% { box-shadow: 0 0 0 0 rgba(255,91,95,0); } 76% { box-shadow: 0 0 0 7px rgba(255,91,95,.15); } 88% { box-shadow: 0 0 0 12px rgba(255,91,95,0); } }
.alarm-abstract > div:last-child { border-top: 1px solid #292e35; }
.alarm-abstract > div:last-child span { min-height: 42px; display: grid; grid-template-columns: 9px 1fr auto; gap: 8px; align-items: center; border-bottom: 1px solid #292e35; color: #858d96; font-size: .75rem; }
.alarm-abstract span i { width: 6px; height: 6px; border-radius: 50%; }
.alarm-abstract span i.critical { background: var(--red); animation: alarm-critical 2.1s ease-in-out infinite; }
.alarm-abstract span i.warning { background: var(--amber); }
.alarm-abstract span b { color: #d8dbe0; font-size: .75rem; }
@keyframes alarm-critical { 0%, 100% { opacity: .45; box-shadow: 0 0 0 0 rgba(255,91,95,0); } 50% { opacity: 1; box-shadow: 0 0 0 5px rgba(255,91,95,.09); } }

.event-abstract { position: relative; margin-top: 30px; }
.event-abstract::before { content: ""; position: absolute; top: 11px; bottom: 12px; left: 78px; width: 1px; background: #343a42; }
.event-abstract > span { position: relative; z-index: 1; min-height: 46px; display: grid; grid-template-columns: 63px 9px 1fr; gap: 11px; align-items: start; opacity: .66; animation: event-row 6s ease-in-out infinite; }
.event-abstract > span:nth-child(2) { animation-delay: 2s; }
.event-abstract > span:nth-child(3) { animation-delay: 4s; }
.event-abstract time { color: #616974; font-size: .7rem; font-variant-numeric: tabular-nums; }
.event-abstract i { width: 8px; height: 8px; margin-top: 2px; border: 2px solid #111419; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 1px #59616b; }
.event-abstract > span:nth-child(2) i { background: var(--amber); }
.event-abstract > span:nth-child(3) i { background: var(--green); }
.event-abstract b { color: #9aa1aa; font-size: .75rem; font-weight: 600; }
@keyframes event-row { 0%, 100% { opacity: .66; transform: translateX(0); } 9% { opacity: 1; transform: translateX(5px); } 24% { opacity: .82; transform: translateX(0); } }

.history-abstract { position: relative; height: 118px; margin-top: 28px; overflow: hidden; border-bottom: 1px solid #333941; background-image: linear-gradient(#242930 1px, transparent 1px), linear-gradient(90deg, #242930 1px, transparent 1px); background-size: 42px 31px; }
.history-abstract svg { position: absolute; inset: 4px 0 0; width: 100%; height: calc(100% - 5px); overflow: visible; }
.history-signal-a, .history-signal-b { fill: none; vector-effect: non-scaling-stroke; }
.history-signal-a { stroke: var(--green); stroke-width: 2; animation: history-live-signal 5.6s ease-in-out infinite; }
.history-signal-b { stroke: var(--red); stroke-width: 1.6; stroke-dasharray: 6 4; animation: history-dash 2.8s linear infinite; }
.history-abstract > i { position: absolute; left: 8%; top: 0; bottom: 0; border-left: 1px dashed #b0b6bd; opacity: 0; animation: history-cursor 5.6s ease-in-out infinite; }
@keyframes history-cursor { 0% { left: 8%; opacity: 0; } 10% { opacity: .55; } 82% { left: 91%; opacity: .55; } 93%, 100% { left: 91%; opacity: 0; } }
@keyframes history-dash { to { stroke-dashoffset: -20; } }
@keyframes history-live-signal { 0%, 100% { opacity: .65; } 20%, 82% { opacity: 1; } }

.scada-park { height: 174px; margin-top: 20px; display: grid; grid-template-columns: minmax(0, 1fr) 28px 98px; align-items: center; }
.park-array { position: relative; align-self: stretch; padding: 8px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; border: 1px solid #292f36; border-radius: 7px; background-color: #0d1014; background-image: radial-gradient(circle, rgba(119,128,139,.14) .7px, transparent .8px); background-size: 11px 11px; }
.scada-unit { position: relative; min-width: 0; padding: 7px 8px; display: grid; grid-template-columns: 25px minmax(0, 1fr); gap: 6px; align-items: center; border: 1px solid #2b3138; border-radius: 4px; background: #11151a; }
.inverter-glyph { width: 24px; height: 30px; fill: none; color: #69717a; }
.inverter-glyph rect, .inverter-glyph path { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.unit-data { min-width: 0; }
.unit-name { display: block; color: #8e959e; font-size: .58rem; font-weight: 750; letter-spacing: .045em; }
.unit-status { margin-top: 3px; display: grid; grid-template-columns: 5px 1fr; gap: 5px; align-items: center; color: #79d7a0; font-size: .57rem; font-weight: 760; }
.unit-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(89,209,141,.07); }
.unit-power { margin-top: 2px; display: grid; grid-template-columns: auto auto; justify-content: start; align-items: baseline; gap: 3px; color: #d3d6da; }
.unit-power b { font-size: .72rem; font-weight: 720; font-variant-numeric: tabular-nums; }
.unit-power small { color: #646c76; font-size: .53rem; }
.park-collector { position: relative; align-self: stretch; }
.park-collector::before { content: ""; position: absolute; top: 25%; bottom: 25%; left: 50%; border-left: 1px solid #59616b; }
.park-collector::after { content: ""; position: absolute; top: 50%; left: 50%; right: 0; border-top: 1px solid #59616b; }
.park-collector i { position: absolute; left: 0; width: 50%; border-top: 1px solid #464d56; }
.park-collector i:first-child { top: 25%; }
.park-collector i:nth-child(2) { top: 75%; }
.park-collector span { position: absolute; z-index: 1; top: calc(50% - 3px); right: -1px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(89,209,141,.07); animation: live-indicator 2s ease-in-out infinite; }
.relay-unit { min-height: 132px; padding: 11px 9px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(89,209,141,.32); border-radius: 7px; background: rgba(89,209,141,.035); }
.relay-glyph { width: 28px; height: 28px; margin-bottom: 8px; fill: none; color: #75808a; }
.relay-glyph rect, .relay-glyph circle, .relay-glyph path { fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.relay-state { margin-top: 4px; display: flex; align-items: center; gap: 5px; color: #79d7a0; font-size: .52rem; font-weight: 760; }
.relay-state i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.relay-unit > small { margin-top: 11px; color: #5f6872; font-size: .49rem; font-weight: 750; letter-spacing: .06em; }
.relay-power { margin-top: 3px; display: grid; grid-template-columns: auto 1fr; align-items: baseline; column-gap: 4px; color: #eff1f3; }
.relay-power b { grid-area: 1 / 1; font-size: .92rem; font-weight: 760; font-variant-numeric: tabular-nums; }
.relay-power span { grid-area: 1 / 2; color: #78818b; font-size: .53rem; }
.relay-total-live { animation: inverter-run-state 7s linear infinite; }
.relay-total-fault { opacity: 0; color: #ff7c80; animation: inverter-error-state 7s linear infinite; }
.fault-unit { animation: inverter-fault-surface 7s linear infinite; }
.fault-unit .inverter-glyph { animation: inverter-fault-icon 7s linear infinite; }
.fault-unit .unit-name { animation: inverter-fault-name 7s linear infinite; }
.fault-unit .unit-status span { grid-area: 1 / 2; }
.fault-unit .unit-status i { animation: inverter-fault-dot 7s linear infinite; }
.fault-unit .unit-power b { grid-area: 1 / 1; }
.fault-unit .unit-power small { grid-area: 1 / 2; }
.fault-unit .run-copy, .fault-unit .run-power { animation: inverter-run-state 7s linear infinite; }
.fault-unit .error-copy, .fault-unit .error-power { opacity: 0; color: #ff7c80; animation: inverter-error-state 7s linear infinite; }
@keyframes inverter-fault-surface { 0%, 56%, 86%, 100% { background: #0e1115; box-shadow: inset 0 0 0 0 rgba(255,91,95,0); } 58%, 84% { background: #241416; box-shadow: inset 0 0 0 1px rgba(255,91,95,.48); } }
@keyframes inverter-fault-icon { 0%, 56%, 86%, 100% { color: #69717a; } 58%, 84% { color: var(--red); } }
@keyframes inverter-fault-name { 0%, 56%, 86%, 100% { color: #8e959e; } 58%, 84% { color: #ff9a9d; } }
@keyframes inverter-fault-dot { 0%, 56%, 86%, 100% { background: var(--green); box-shadow: 0 0 0 3px rgba(89,209,141,.07); } 58%, 84% { background: var(--red); box-shadow: 0 0 0 5px rgba(255,91,95,.1); } }
@keyframes inverter-run-state { 0%, 56%, 86%, 100% { opacity: 1; } 58%, 84% { opacity: 0; } }
@keyframes inverter-error-state { 0%, 56%, 86%, 100% { opacity: 0; } 58%, 84% { opacity: 1; } }
@keyframes live-indicator { 0%, 100% { opacity: .45; box-shadow: 0 0 0 0 rgba(89,209,141,0); } 50% { opacity: 1; box-shadow: 0 0 0 5px rgba(89,209,141,.08); } }

.market-abstract { position: relative; height: 124px; margin-top: 25px; overflow: hidden; border-bottom: 1px solid #30363e; }
.market-abstract > div { position: absolute; z-index: 2; top: 0; left: 0; display: flex; align-items: baseline; gap: 8px; }
.market-abstract small { color: #68707a; font-size: .68rem; font-weight: 750; letter-spacing: .08em; }
.market-abstract b { color: #a1a8b0; font-size: .7rem; }
.market-abstract svg { position: absolute; inset: 15px 0 0; width: 100%; height: calc(100% - 15px); overflow: visible; }
.market-abstract svg path { fill: none; stroke: #e4e6e8; stroke-width: 2; vector-effect: non-scaling-stroke; animation: market-signal 5s ease-in-out infinite; }
.market-zero { position: absolute; z-index: 1; left: 0; right: 0; top: 65%; border-top: 1px dashed #59616b; }
.market-abstract::after { content: ""; position: absolute; z-index: 3; left: 66%; top: 76%; width: 7px; height: 7px; border: 2px solid #111419; border-radius: 50%; background: var(--red); animation: market-point 2.5s ease-in-out infinite; }
.market-abstract > i { position: absolute; z-index: 2; right: 4px; bottom: 6px; color: #ff9598; font-size: .68rem; font-weight: 780; font-style: normal; letter-spacing: .08em; animation: market-negative 5s ease-in-out infinite; }
@keyframes market-signal { 0%, 100% { opacity: .55; } 24%, 78% { opacity: 1; filter: drop-shadow(0 0 0 rgba(255,255,255,0)); } 50% { filter: drop-shadow(0 0 4px rgba(255,255,255,.2)); } }
@keyframes market-point { 0%, 100% { transform: scale(.72); box-shadow: 0 0 0 0 rgba(255,91,95,0); } 50% { transform: scale(1); box-shadow: 0 0 0 7px rgba(255,91,95,.1); } }
@keyframes market-negative { 0%, 36%, 100% { opacity: .48; } 48%, 72% { opacity: 1; } }

.weather-abstract { margin-top: 28px; display: grid; grid-template-columns: .55fr 1.45fr; gap: 17px; align-items: stretch; }
.weather-abstract > div:first-child { padding-right: 16px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #2e343b; }
.weather-abstract strong { font-size: 2.9rem; line-height: 1; letter-spacing: -.06em; }
.weather-abstract > div:first-child span { margin-top: 6px; color: #717985; font-size: .72rem; }
.forecast-strip { display: grid; grid-template-columns: repeat(3, 1fr); }
.forecast-strip span { padding: 12px 7px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #2a3037; animation: forecast-step 6s ease-in-out infinite; }
.forecast-strip span:nth-child(2) { animation-delay: 2s; }
.forecast-strip span:nth-child(3) { animation-delay: 4s; }
.forecast-strip span:last-child { border-right: 0; }
.forecast-strip small { color: #606873; font-size: .68rem; font-weight: 750; }
.forecast-strip b { margin-top: 8px; color: #b9bec5; font-size: .72rem; font-weight: 650; }
@keyframes forecast-step { 0%, 100% { background: transparent; transform: translateY(0); } 10% { background: rgba(101,168,255,.075); transform: translateY(-3px); } 25% { background: transparent; transform: translateY(0); } }

.control-abstract { margin-top: 34px; }
.schedule-row { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto; gap: 7px; align-items: center; }
.schedule-row small { color: #5f6771; font-size: .68rem; }
.schedule-row > span { height: 9px; border-radius: 99px; background: #30363e; }
.schedule-row > span.limited { position: relative; overflow: hidden; background: #30363e; }
.schedule-row > span.limited::after { content: ""; position: absolute; inset: 0 24% 0 28%; border-radius: inherit; background: var(--red); transform: scaleX(0); transform-origin: left; animation: control-limit 5s ease-in-out infinite; }
.control-status { margin-top: 34px; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #2d333a; }
.control-status span { display: flex; align-items: center; gap: 7px; color: #8b929b; font-size: .7rem; font-weight: 750; }
.control-status span i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: live-indicator 2s ease-in-out infinite; }
.control-status b { padding: 5px 8px; border-radius: 99px; color: #ff9a9d; background: rgba(255,91,95,.09); font-size: .68rem; font-weight: 680; animation: control-applied 5s ease-in-out infinite; }
@keyframes control-limit { 0%, 12% { transform: scaleX(0); } 38%, 82% { transform: scaleX(1); } 100% { transform: scaleX(0); transform-origin: right; } }
@keyframes control-applied { 0%, 28%, 100% { opacity: .42; } 42%, 82% { opacity: 1; box-shadow: 0 0 0 5px rgba(255,91,95,.045); } }

.notification-capability, .reporting-capability { grid-column: span 6; min-height: 390px; }
.email-abstract { margin-top: 30px; display: grid; grid-template-columns: 70px minmax(28px, 1fr) minmax(190px, 1.45fr); align-items: center; }
.email-symbol { position: relative; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(255,91,95,.34); border-radius: 50%; background: rgba(255,91,95,.05); animation: email-signal 5.6s ease-in-out infinite; }
.email-symbol svg { width: 29px; fill: none; stroke: var(--red); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.email-symbol > i { position: absolute; right: 4px; top: 5px; width: 8px; height: 8px; border: 2px solid #111419; border-radius: 50%; background: var(--red); animation: email-dot 5.6s ease-out infinite; }
.email-route { position: relative; height: 1px; overflow: hidden; background: #3c434c; }
.email-route::after { content: ""; position: absolute; right: 0; top: -3px; width: 6px; height: 6px; border-top: 1px solid #777f89; border-right: 1px solid #777f89; transform: rotate(45deg); }
.email-route i { position: absolute; top: -2px; left: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--red); animation: email-travel 5.6s ease-in-out infinite; }
.email-message { min-width: 0; padding: 15px 16px; border: 1px solid #30363e; border-radius: 7px; background: #15191f; animation: email-arrival 5.6s ease-in-out infinite; }
.email-message small { color: #ff8f93; font-size: .62rem; font-weight: 780; letter-spacing: .085em; }
.email-message strong { margin-top: 7px; display: block; overflow: hidden; color: #d3d7dc; font-size: .75rem; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.email-message > span { margin-top: 12px; display: flex; align-items: center; color: #68717b; font-size: .61rem; }
.email-message > span i { width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--green); }
.email-message > span b { color: #77d49d; font-size: inherit; }
@keyframes email-signal { 0%, 18%, 100% { transform: translateX(0); } 26% { transform: translateX(4px); } 34% { transform: translateX(0); } }
@keyframes email-dot { 0%, 20%, 100% { box-shadow: 0 0 0 0 rgba(255,91,95,0); } 29% { box-shadow: 0 0 0 8px rgba(255,91,95,.13); } 42% { box-shadow: 0 0 0 13px rgba(255,91,95,0); } }
@keyframes email-travel { 0%, 28% { left: 0; opacity: 0; } 34% { opacity: 1; } 57% { left: calc(100% - 5px); opacity: 1; } 62%, 100% { left: calc(100% - 5px); opacity: 0; } }
@keyframes email-arrival { 0%, 53%, 100% { border-color: #30363e; background: #15191f; } 62%, 76% { border-color: rgba(89,209,141,.38); background: rgba(89,209,141,.04); } }

.report-abstract { max-width: 640px; margin-top: 26px; display: grid; grid-template-columns: minmax(0, 1fr) 128px; gap: 17px; align-items: stretch; }
.report-sheet { padding: 14px 16px 12px; border: 1px solid #30363e; border-radius: 7px; background: #15191f; }
.report-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.report-head small { color: #737b85; font-size: .61rem; font-weight: 760; letter-spacing: .075em; }
.report-head span { display: flex; align-items: center; gap: 5px; color: #72d298; font-size: .57rem; font-weight: 760; animation: report-ready 5.2s ease-in-out infinite; }
.report-head span i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.report-bars { height: 61px; margin-top: 12px; padding: 0 5px 6px; display: flex; align-items: flex-end; gap: 9px; border-bottom: 1px solid #353b43; background-image: linear-gradient(#262c33 1px, transparent 1px); background-size: 100% 20px; }
.report-bars i { flex: 1; height: 46%; border-radius: 2px 2px 0 0; background: #555f69; transform-origin: bottom; animation: report-bar 5.2s ease-in-out infinite; }
.report-bars i:nth-child(2) { height: 73%; animation-delay: -.18s; }
.report-bars i:nth-child(3) { height: 57%; background: var(--red); animation-delay: -.36s; }
.report-bars i:nth-child(4) { height: 88%; animation-delay: -.54s; }
.report-metrics { margin-top: 8px; display: flex; justify-content: space-between; gap: 9px; color: #626b75; font-size: .49rem; font-weight: 700; letter-spacing: .035em; }
.report-cycle { padding: 15px 13px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #2d333a; }
.report-cycle > i { width: 24px; height: 24px; margin-bottom: 15px; display: block; border: 1px solid #56606a; border-radius: 50%; animation: report-cycle 5.2s linear infinite; }
.report-cycle > i::before { content: ""; width: 6px; height: 6px; display: block; margin: 4px 0 0 14px; border-top: 1px solid var(--red); border-right: 1px solid var(--red); transform: rotate(23deg); }
.report-cycle span { color: #747c86; font-size: .63rem; }
.report-cycle b { margin-top: 7px; color: #d2d6da; font-size: .67rem; letter-spacing: .07em; }
@keyframes report-bar { 0%, 12%, 100% { transform: scaleY(.32); opacity: .45; } 32%, 82% { transform: scaleY(1); opacity: 1; } }
@keyframes report-ready { 0%, 30%, 100% { opacity: .46; } 42%, 84% { opacity: 1; } }
@keyframes report-cycle { 0%, 12% { transform: rotate(0); border-color: #56606a; } 45%, 82% { transform: rotate(270deg); border-color: rgba(255,91,95,.65); } 100% { transform: rotate(360deg); border-color: #56606a; } }


/* DMS — September 2026. Static, self-contained, system typography. */
:root {
  color-scheme: light;
  --ink: #0b0e12;
  --ink-soft: #13171c;
  --paper: #f4f5f5;
  --white: #f7f8fa;
  --muted: #9ca6b1;
  --muted-dark: #58636e;
  --line: #d8dde0;
  --line-dark: #2a323c;
  --red: #ff5b5f;
  --red-strong: #e44850;
  --green: #65d9a2;
  --amber: #ffc477;
  --blue: #7fb7fd;
  --max: 1344px;
  --gutter: max(40px, calc((100% - var(--max)) / 2));
  --mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--ink); color: var(--ink); font-family: Inter, "Helvetica Neue", Arial, ui-sans-serif, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled, [aria-disabled="true"] { cursor: default; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
img { max-width: 100%; }
button svg, a svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
main, section, article, nav, div { min-width: 0; }
h1, h2, h3, p { margin-top: 0; }
::selection { background: var(--red); color: var(--ink); }
:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: 12px; padding: 12px 20px; background: var(--white); color: var(--ink); transform: translateY(-170%); }
.skip-link:focus { transform: translateY(0); }

/* A quiet, fixed frame for the page. */
.site-header { position: fixed; z-index: 30; inset: 0 0 auto; min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 14px var(--gutter); color: var(--white); border-bottom: 1px solid #ffffff14; background: #0b0e12e8; backdrop-filter: blur(22px); transition: min-height .25s ease, background .25s ease; }
.site-header.is-scrolled { min-height: 72px; background: #0b0e12f5; }
.brand { gap: 17px; }
.brand-name { max-width: 110px; font-size: .875rem; font-weight: 500; line-height: 1.3; letter-spacing: .015em; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #afb6bf; font-size: .875rem; }
.main-nav a { position: relative; padding: 10px 0; transition: color .2s; }
.main-nav a::after { content: ""; position: absolute; bottom: 2px; left: 0; right: 0; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .3s var(--ease); }
.main-nav a:hover, .main-nav a.is-active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; justify-self: end; align-items: center; gap: 22px; }
.language-switcher { display: flex; align-items: center; gap: 0; font-family: var(--mono); font-size: .75rem; font-weight: 500; color: #8a949f; }
.language-switcher button { width: 34px; min-height: 44px; padding: 0; border: 0; background: none; color: inherit; }
.language-switcher button:hover, .language-switcher button.is-active { color: var(--white); }
.language-switcher button.is-active { text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 7px; }
.language-switcher > span { opacity: .4; }
.portal-button { display: flex; align-items: center; justify-content: center; gap: 15px; min-height: 44px; padding: 0 18px; border: 1px solid var(--red); border-radius: 4px; color: #190d10; background: var(--red); font-size: .875rem; font-weight: 650; }
.portal-button svg { width: 18px; }
.menu-toggle { display: none; }
.reading-progress { position: absolute; inset: auto 0 -1px; height: 2px; overflow: hidden; pointer-events: none; }
.reading-progress span { display: block; width: 100%; height: 100%; background: var(--red); transform: scaleX(0); transform-origin: left; }
.section-rail { position: fixed; z-index: 20; right: 10px; top: 50%; display: grid; gap: 4px; padding: 10px 4px; border: 1px solid #ffffff14; border-radius: 30px; color: #929ca8; background: #0b0e12de; backdrop-filter: blur(12px); transform: translateY(-50%); }
.section-rail a { width: 29px; min-height: 32px; display: grid; place-content: center; font: .75rem var(--mono); border-radius: 50%; transition: color .2s, background .2s; }
.section-rail a:hover, .section-rail a.is-active { color: var(--white); background: #ff5b5f24; }
.section-rail a.is-active { color: #ff9396; }

/* The signal field is a mathematical accent; all content remains HTML. */
.hero { position: relative; isolation: isolate; min-height: min(940px, 100svh); padding: 172px var(--gutter) 0; display: grid; grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr); column-gap: clamp(36px, 5vw, 84px); align-items: center; overflow: hidden; color: var(--white); background: radial-gradient(ellipse at 84% 36%, #29363d50, transparent 48%), linear-gradient(135deg, #0b0e12 50%, #111820); }
.signal-field { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; opacity: .65; pointer-events: none; }
.hero-grid { position: absolute; z-index: -2; inset: 0; pointer-events: none; background-image: linear-gradient(#ffffff04 1px, transparent 1px), linear-gradient(90deg, #ffffff04 1px, transparent 1px); background-size: 100px 100px; mask-image: linear-gradient(transparent, #000 35%, transparent); }
.hero-copy { position: relative; padding: 5px 0 28px; }
.eyebrow { display: flex; align-items: center; gap: 12px; max-width: 32rem; margin: 0 0 38px; color: #aeb8c4; font: .75rem/1.6 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow-line { width: 25px; height: 1px; flex-shrink: 0; background: var(--red); }
h1 { margin: 0 0 30px; max-width: 680px; font-size: clamp(3.875rem, 6.1vw, 6.15rem); line-height: 1.01; letter-spacing: -.068em; font-weight: 550; }
.hero-title-line { display: block; }
.hero-title-accent { color: var(--red); }
.hero-lead { max-width: 465px; margin-bottom: 30px; color: #adb6c1; font-size: 1.0625rem; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.interest-button { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 54px; padding: 0 23px; border: 1px solid var(--red); border-radius: 4px; background: var(--red); color: #170d0f; font-size: .9375rem; font-weight: 650; transition: background .2s, transform .3s var(--ease), box-shadow .3s; }
.interest-button svg { width: 20px; transition: transform .3s var(--ease); }
.interest-button:hover { background: #ff787c; border-color: #ff787c; transform: translateY(-2px); box-shadow: 0 8px 30px #ff5b5f22; }
.interest-button:hover svg { transform: translateX(4px); }
.primary-link { display: flex; align-items: center; gap: 12px; min-height: 54px; border-bottom: 1px solid #5c656f; color: #d2d7dd; font-size: .9375rem; transition: color .2s, border-color .2s; }
.primary-link svg { width: 17px; }
.primary-link:hover { color: var(--white); border-color: var(--red); }
.hero-footnote { max-width: 380px; margin: 24px 0 0; color: #8e9aa8; font-size: .875rem; line-height: 1.6; }
.hero-bottom { position: relative; grid-column: 1/-1; display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 91px; margin-top: 76px; border-top: 1px solid #ffffff1a; color: #8996a4; font: .75rem var(--mono); }
.scroll-cue { display: flex; align-items: center; gap: 22px; min-height: 44px; color: #b6bec9; }
.scroll-cue svg { width: 17px; transition: transform .3s; }
.scroll-cue:hover svg { transform: translateY(4px); }
.hero-signature { letter-spacing: .2em; font-size: .75rem; }
.motion-toggle { display: none; align-items: center; gap: 9px; min-height: 44px; padding: 0; border: none; color: #a6b0bb; background: none; font: .75rem var(--mono); }
.has-js .motion-toggle { display: inline-flex; }
.motion-toggle svg { width: 16px; }
.motion-toggle .play-glyph { display: none; }
.motion-toggle[aria-pressed="true"] .pause-glyph { display: none; }
.motion-toggle[aria-pressed="true"] .play-glyph { display: block; }

/* An illustrative workspace with a readable, flat data hierarchy. */
.preview-wrap { position: relative; align-self: center; perspective: 1800px; }
.preview-caption { display: flex; align-items: center; gap: 11px; margin: 0 0 17px; color: #8e9ba9; font: .75rem/1.4 var(--mono); letter-spacing: .04em; }
.preview-rule { flex: 0 0 23px; height: 1px; background: #74818e; }
.preview-index { margin-left: auto; color: #8b98a7; white-space: nowrap; }
.portal-preview { position: relative; width: 100%; min-width: 0; border: 1px solid #495564; border-radius: 12px; background: #11171df2; box-shadow: 0 28px 75px #0007, 0 0 0 6px #ffffff03, 0 0 100px #81aecc08; transform: rotateY(-4deg) rotateX(2deg); transform-origin: center; transition: transform .8s var(--ease), border-color .8s; }
.portal-preview::before { content: ""; position: absolute; inset: -1px 15% auto; height: 1px; background: linear-gradient(90deg, transparent, #a6bdca, transparent); }
@media (hover: hover) and (pointer: fine) { .preview-wrap:hover .portal-preview { transform: rotateY(0) rotateX(0); border-color: #697685; } }
.preview-topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 60px; padding: 12px 24px; border-bottom: 1px solid #2a333d; border-radius: 12px 12px 0 0; background: #ffffff03; }
.preview-brand { display: flex; align-items: center; gap: 15px; }
.preview-brand img { width: 46px; height: auto; }
.preview-brand > span { padding-left: 13px; border-left: 1px solid #3b444f; color: #b0bbc8; font: .75rem var(--mono); letter-spacing: .12em; }
.preview-label { color: #a6b1be; font-size: .75rem; }
.preview-main { padding: 24px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 25px; }
.preview-heading small { display: block; color: #8f9ba9; font-size: .75rem; }
.preview-heading strong { display: block; margin-top: 1px; color: #ecf0f5; font-size: 1.5rem; line-height: 1.35; font-weight: 550; letter-spacing: -.025em; }
.online-pill { display: flex; align-items: center; gap: 7px; color: #a0dec0; font-size: .75rem; }
.online-pill i { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px #65d9a212; }
.metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 24px; }
.metrics article { position: relative; min-width: 0; padding: 0 0 17px; border-bottom: 1px solid #2c3741; overflow: hidden; }
.metrics article + article { padding-left: 22px; border-left: 1px solid #2c3741; }
.metrics small { position: relative; z-index: 1; display: block; color: #a8b4c2; font-size: .75rem; }
.metrics strong { position: relative; z-index: 1; display: block; margin-top: 4px; font-size: clamp(2rem, 3vw, 2.75rem); font-weight: 500; line-height: 1.3; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.metrics strong span { font-size: .875rem; color: #a2aebc; font-weight: 400; letter-spacing: 0; }
.metric-spark { position: absolute; width: 42%; height: 35px; right: 1px; bottom: 15px; opacity: .38; fill: none; stroke: var(--green); stroke-width: 1.2; }
.availability-track { width: 100%; height: 2px; margin: 5px 0 0; background: #2b343e; }
.availability-track span { display: block; width: 99.4%; height: 100%; background: linear-gradient(90deg, #496f60, var(--green)); }
.power-card { margin-bottom: 22px; }
.power-card-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.power-card-heading small { color: #a9b4c1; font-size: .75rem; }
.chart-period { color: #97a4b3; font: .75rem var(--mono); }
.portfolio-chart { width: 100%; height: 116px; margin-top: 18px; overflow: visible; }
.chart-grid { fill: none; stroke: #2b343e; stroke-width: .75; stroke-dasharray: 3 6; }
.chart-area { fill: url(#area); }
.chart-line { fill: none; stroke: var(--green); stroke-width: 1.8; vector-effect: non-scaling-stroke; }
.chart-target { fill: none; stroke: #677384; stroke-width: .75; stroke-dasharray: 4 7; opacity: .7; }
.chart-end { fill: var(--green); }
.chart-labels { display: flex; justify-content: space-between; margin-top: 9px; color: #94a1b0; font: .75rem var(--mono); }
.fleet-list { font-size: .875rem; }
.fleet-list > div { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr) auto; gap: 10px; align-items: center; min-height: 43px; border-top: 1px solid #29333d; }
.fleet-list .table-head { min-height: 33px; color: #99a6b4; font: .75rem var(--mono); }
.table-head > span:last-child { text-align: right; }
.asset-cell { display: flex; align-items: center; gap: 10px; color: #d5dce5; }
.asset-mark { width: 23px; height: 23px; display: grid; place-items: center; flex-shrink: 0; border: 1px solid #36424e; border-radius: 5px; color: #a2aebd; font: .75rem var(--mono); }
.fleet-list b { justify-self: end; color: #e0e5ec; font: .875rem var(--mono); white-space: nowrap; }
.fleet-list b small { color: #96a4b3; font-size: .75rem; }
.status { display: inline-block; padding: 2px 7px; border-radius: 3px; font-size: .75rem; }
.status.online { color: #94dfb8; background: #65d9a20c; }
.status.setpoint { color: #ffadb0; background: #ff5b5f13; }
.status.alarm { color: #ffcb89; background: #ffc47712; }
.preview-bottomline { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; color: #909eae; font: .75rem var(--mono); }
.signal-ticks { display: flex; align-items: center; gap: 4px; height: 13px; }
.signal-ticks i { display: block; width: 2px; height: 5px; background: #a0b5c5; animation: signal-tick 2.4s ease-in-out infinite; }
.signal-ticks i:nth-child(2n) { animation-delay: -.4s; }
.signal-ticks i:nth-child(3n) { animation-delay: -.8s; }
.signal-ticks i:nth-child(4n) { animation-delay: -1.2s; }
@keyframes signal-tick { 0%,100% { height: 4px; opacity: .4; } 50% { height: 13px; opacity: 1; } }

/* Section rhythm alternates open typography and dense operational diagrams. */
.statement, .market, .capabilities, .architecture, .company, footer { padding-left: var(--gutter); padding-right: var(--gutter); }
.section-number { margin: 0; color: var(--red-strong); font: .75rem/1.55 var(--mono); letter-spacing: .015em; }
.statement { position: relative; display: grid; grid-template-columns: minmax(140px, .24fr) minmax(0, 1fr); gap: 48px; padding-top: 116px; padding-bottom: 116px; background: var(--paper); }
.statement h2, .market h2, .section-intro h2, .architecture h2, .company h2 { margin-bottom: 28px; font-size: clamp(2.5rem, 4.4vw, 4.25rem); font-weight: 500; line-height: 1.1; letter-spacing: -.055em; text-wrap: balance; }
.statement h2 > span { color: #697783; }
.statement > div > p { max-width: 650px; margin: 30px 0 0 auto; color: #54616d; font-size: 1.0625rem; line-height: 1.8; }
.market { padding-top: 106px; padding-bottom: 112px; background: #e9edef; border-top: 1px solid #d8dde1; }
.market-heading { display: grid; grid-template-columns: minmax(140px, .24fr) minmax(0, 1fr); gap: 48px; }
.market-kicker, .capability-kicker { margin: 0 0 22px; color: #626f7b; font-size: .875rem; }
.market h2 { max-width: 950px; margin-bottom: 0; }
.market-stage { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 0; margin-top: 54px; border: 1px solid #cdd5db; border-radius: 10px; background: #f9fafb; overflow: hidden; }
.market-message { display: flex; flex-direction: column; padding: clamp(28px, 3.5vw, 50px); }
.market-lead { margin: 0; max-width: 440px; font-size: clamp(1.125rem, 1.55vw, 1.4rem); line-height: 1.6; letter-spacing: -.02em; }
.market-points { margin-top: 38px; }
.market-points article { display: grid; grid-template-columns: 24px minmax(0,1fr); gap: 15px; padding: 17px 0; border-top: 1px solid #d9dfe3; }
.market-points span { color: #b34048; font: .75rem/1.65 var(--mono); }
.market-points p { margin: 0; color: #52616d; font-size: .9375rem; line-height: 1.7; }
.market-console { display: flex; flex-direction: column; justify-content: center; padding: clamp(24px, 3vw, 40px); background: radial-gradient(ellipse at 60% 50%, #ff5b5f09, transparent 70%), #11171e; color: var(--white); }
.console-header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; padding-bottom: 20px; border-bottom: 1px solid #303a44; }
.console-header > div { display: flex; align-items: center; gap: 9px; color: #d3dce6; font-size: .875rem; }
.console-header i { width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.console-header small { color: #a2afbe; font-size: .75rem; }
.price-plot { margin-top: 27px; }
.plot-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.plot-heading small { display: block; color: #a3afbf; font-size: .75rem; }
.plot-heading strong { display: block; margin-top: 6px; font-size: 1.125rem; font-weight: 500; line-height: 1.4; }
.negative-pill { padding: 5px 7px; border: 1px solid #ff5b5f4a; border-radius: 3px; color: #ffb3b5; font: .75rem/1.5 var(--mono); }
.price-plot svg { width: 100%; margin-top: 22px; overflow: visible; }
.zero-line { stroke: #697788; stroke-dasharray: 4 6; stroke-width: 1; }
.price-area { fill: url(#price-fill); }
.price-line { fill: none; stroke: #e0e9f3; stroke-width: 2; }
.price-point { fill: var(--red); stroke: #12181f; stroke-width: 3; }
.plot-labels { display: flex; justify-content: space-between; margin-top: 14px; color: #a2afc0; font: .75rem var(--mono); }
.dispatch-flow { display: grid; grid-template-columns: minmax(0, 1fr) 20px minmax(0,1fr) 20px minmax(0,1fr); align-items: center; margin-top: 28px; }
.dispatch-flow article { display: flex; flex-direction: column; justify-content: center; align-self: stretch; padding: 14px 12px; border: 1px solid #36414f; border-radius: 5px; background: #1a222b; }
.dispatch-flow small { color: #a5b1c0; font: .75rem/1.5 var(--mono); }
.dispatch-flow strong { margin-top: 10px; color: #f0f3f7; font-size: .9375rem; line-height: 1.4; font-weight: 550; }
.dispatch-flow article > span { margin-top: 7px; color: #a8b6c6; font-size: .75rem; line-height: 1.5; }
.dispatch-flow > i { position: relative; height: 1px; background: #626f7e; }
.dispatch-flow > i::after { position: absolute; content: ""; right: 1px; top: -3px; width: 6px; height: 6px; transform: rotate(45deg); border-top: 1px solid #a1acb9; border-right: 1px solid #a1acb9; }
.dispatch-flow .plant-response-step { background: #65d9a208; border-color: #65d9a24a; }
.plant-response-step strong { color: #a0dfbd; }

.capabilities { padding-top: 112px; padding-bottom: 112px; color: var(--white); background: #0b1016; }
.section-intro { display: grid; grid-template-columns: minmax(140px, .24fr) minmax(0, 1fr); gap: 48px; margin-bottom: 58px; }
.capability-kicker { color: #b3bcc6; }
.section-intro h2 { max-width: 930px; margin: 0; color: var(--white); font-size: clamp(2.75rem, 4.8vw, 4.5rem); }
.section-intro h2 > span:first-child { color: #ff8084; }
.heading-muted { color: #788997; }
.capability-system { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 16px; }
.capability-card { position: relative; isolation: isolate; grid-column: span 4; min-width: 0; min-height: 370px; padding: clamp(26px, 2.7vw, 38px); border: 1px solid #2b3541; border-radius: 9px; overflow: hidden; background: #111922; transition: border-color .35s, transform .45s var(--ease), box-shadow .45s var(--ease); }
.capability-card::before { content: ""; position: absolute; z-index: -1; inset: 0; pointer-events: none; opacity: 0; background: radial-gradient(450px circle at var(--pointer-x, 50%) var(--pointer-y, 0%), #a7bed814, transparent 65%); transition: opacity .4s; }
.capability-card:hover { border-color: #5a697b; box-shadow: 0 12px 34px #0002; }
.capability-card:hover::before { opacity: 1; }
.buffer-capability, .scada-capability { grid-column: span 8; min-height: 440px; }
.buffer-capability { background: radial-gradient(ellipse at 40% 110%, #65d9a20a, transparent 60%), #111922; }
.scada-capability { background: radial-gradient(ellipse at 50% 110%, #7fb7fd0a, transparent 60%), #111922; }
.capability-top { display: flex; justify-content: space-between; align-items: center; }
.capability-top > span { color: #899bac; font: .75rem var(--mono); }
.capability-icon { display: grid; place-items: center; width: 35px; height: 35px; color: #b7c7d8; }
.capability-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.capability-card h3 { max-width: 580px; margin: 22px 0 13px; font-size: clamp(1.375rem, 1.85vw, 1.75rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.22; }
.capability-card > p { max-width: 570px; margin-bottom: 0; color: #acb9c7; font-size: 1rem; line-height: 1.7; }

/* Bidirectional architecture is an engineering diagram, not an illustration. */
.architecture { padding-top: 112px; padding-bottom: 112px; background: var(--paper); }
.architecture-copy { display: grid; grid-template-columns: minmax(140px, .24fr) minmax(0,1fr); gap: 0 48px; }
.architecture h2 { margin-bottom: 23px; }
.architecture h2 span { color: #657581; }
.architecture-copy > p:last-child { grid-column: 2; max-width: 740px; margin: 0; color: #56646e; font-size: 1.0625rem; line-height: 1.8; }
.architecture-blueprint { margin-top: 52px; padding: 36px; border: 1px solid #cbd3d9; border-radius: 9px; background: #fff; box-shadow: 0 15px 45px #1f384205; }
.architecture-route { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.route-stage { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 194px; padding: 24px 20px; border: 1px solid #ced7de; border-radius: 4px; background: #f6f8f9; }
.route-index { font: .75rem/1.5 var(--mono); color: #586d7c; }
.route-stage h3 { margin: 30px 0 8px; font-size: 1.125rem; font-weight: 600; line-height: 1.3; letter-spacing: -.025em; }
.route-stage p { margin: 0; color: #556672; font-size: .875rem; line-height: 1.55; }
.edge-stage { border-color: #a8bfc8; background: #edf3f5; }
.platform-stage { color: #eef3f7; border-color: #283645; background: #15212d; }
.platform-stage .route-index { color: #ff9b9e; }
.platform-stage p { color: #b4c3d1; }
.architecture-flows { display: grid; gap: 22px; padding-top: 33px; }
.architecture-flow { display: grid; grid-template-columns: minmax(200px, .45fr) 1fr; gap: 30px; align-items: center; font: .75rem/1.5 var(--mono); color: #526776; }
.architecture-flow > i { position: relative; height: 1px; margin-right: 4px; background: #c1cfd7; }
.architecture-flow > i::after { content: ""; position: absolute; top: -3px; right: 0; width: 7px; height: 7px; border-top: 1px solid #637e8d; border-right: 1px solid #637e8d; transform: rotate(45deg); }
.architecture-flow b { position: absolute; left: 0; top: -2px; width: 28px; height: 4px; border-radius: 2px; background: #527d73; animation: route-travel 4s ease-in-out infinite; }
.control-flow { color: #9c4950; }
.control-flow > i { background: #e7c1c4; }
.control-flow > i::after { right: auto; left: 0; border-color: #b1686d; transform: rotate(225deg); }
.control-flow b { background: var(--red-strong); animation-direction: reverse; animation-delay: -2s; }
@keyframes route-travel { 0% { left: 0; opacity: 0; } 15%,85% { opacity: 1; } 100% { left: calc(100% - 28px); opacity: 0; } }

/* A typographic signature rather than another set of product cards. */
.company { position: relative; overflow: hidden; padding-top: 100px; padding-bottom: 96px; background: var(--red); color: #1c1216; }
.company-heading { display: grid; grid-template-columns: minmax(140px, .24fr) minmax(0,1fr); gap: 48px; }
.company .section-number { color: #651f28; }
.company h2 { margin: 0; }
.company h2 > span { color: #752932; }
.inhouse-lockup { display: flex; align-items: center; gap: clamp(30px,6vw,90px); margin-top: 65px; padding: 46px 0 40px; border-top: 1px solid #59182250; border-bottom: 1px solid #59182250; }
.inhouse-lockup > strong { display: block; font-size: clamp(7rem,18vw,17rem); font-weight: 500; line-height: .88; letter-spacing: -.095em; }
.inhouse-lockup .percent-sign { display: inline; font: inherit; font-size: .59em; letter-spacing: -.07em; }
.inhouse-lockup > span { display: block; font-size: clamp(1.3rem,2.9vw,2.75rem); line-height: 1.13; letter-spacing: -.04em; font-weight: 500; }
.inhouse-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 48px; margin-top: 43px; }
.inhouse-benefits article { padding: 0; }
.inhouse-benefits article > span { color: #772a34; font: .75rem var(--mono); }
.inhouse-benefits h3 { margin: 23px 0 11px; font-size: 1.375rem; font-weight: 600; line-height: 1.3; letter-spacing: -.03em; }
.inhouse-benefits p { max-width: 365px; margin: 0; color: #55252d; font-size: 1rem; line-height: 1.7; }
footer { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 50px; align-items: end; padding-top: 78px; padding-bottom: 28px; color: #a8b6c6; background: #0b1016; }
.footer-name { margin: 0 0 15px; color: #92a3b5; font: .75rem/1.5 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.footer-heading { margin: 0 0 23px; color: var(--white); font-size: clamp(2.125rem,4vw,3.5rem); line-height: 1.13; font-weight: 500; letter-spacing: -.05em; }
.footer-email { display: flex; align-items: center; justify-content: space-between; gap: 25px; width: fit-content; max-width: 100%; padding-bottom: 11px; border-bottom: 1px solid #465768; color: #ccd7e2; font-size: clamp(1rem,1.8vw,1.5rem); transition: color .25s,border-color .25s; }
.footer-email span { overflow-wrap: anywhere; }
.footer-email svg { width: 23px; flex-shrink: 0; transition: transform .3s; }
.footer-email:hover { color: var(--red); border-color: var(--red); }
.footer-email:hover svg { transform: translate(3px,-3px); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 26px; max-width: 420px; font-size: .875rem; }
.footer-links a { min-height: 44px; display: flex; align-items: center; }
.footer-links a:hover { color: var(--white); }
.footer-links [aria-disabled] { display: flex; align-items: center; color: #778b9c; }
.copyright { grid-column: 1/-1; margin: 0; padding-top: 24px; border-top: 1px solid #293644; color: #91a1b3; font: .75rem var(--mono); }

/* Contact remains a local mailto draft, as in the original site. */
body.dialog-open { overflow: hidden; }
.interest-dialog { color-scheme: dark; width: min(620px,calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 0; border: 1px solid #465365; border-radius: 12px; overflow: auto; color: var(--white); background: #121a24; box-shadow: 0 40px 100px #0008; }
.interest-dialog::backdrop { background: #05080be0; backdrop-filter: blur(10px); }
.interest-panel { position: relative; padding: clamp(26px,4vw,44px); }
.interest-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #485564; border-radius: 50%; background: #ffffff04; color: #c6d3df; }
.interest-close svg { width: 18px; }
.interest-close:hover { background: #ffffff0b; }
.interest-kicker { margin-bottom: 19px; padding-right: 40px; color: var(--red); font: .75rem/1.5 var(--mono); }
.interest-dialog h2 { max-width: 430px; margin: 0 28px 18px 0; font-size: clamp(2rem,4.5vw,3.1rem); font-weight: 500; line-height: 1.1; letter-spacing: -.045em; }
.interest-intro { margin-bottom: 28px; color: #b0bfce; font-size: 1rem; }
.interest-form { display: grid; gap: 20px; }
.interest-contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.interest-field { display: grid; gap: 8px; color: #d0dae6; font-size: .875rem; }
.interest-field > span { display: flex; align-items: baseline; justify-content: space-between; }
.interest-field small { color: #a7b6c6; font-size: .75rem; }
.interest-field input, .interest-field textarea { width: 100%; min-width: 0; padding: 12px 14px; border: 1px solid #465465; border-radius: 4px; outline: none; color: #f6f8fc; background: #0b131c; font-size: 1rem; transition: border-color .2s, box-shadow .2s; }
.interest-field input { min-height: 49px; }
.interest-field textarea { min-height: 112px; resize: vertical; }
.interest-field input:focus, .interest-field textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px #ff5b5f18; }
.interest-hint, .interest-error { margin: -10px 0 0; font-size: .875rem; line-height: 1.5; }
.interest-hint { color: #a5b4c6; }
.interest-error { color: #ff9c9f; }
.interest-submit { display: flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; border: 0; border-radius: 4px; color: #1c0e12; background: var(--red); font-size: .9375rem; font-weight: 600; }
.interest-submit:hover { background: #ff7c80; }
.interest-submit svg { width: 20px; }
.interest-privacy { margin: -5px 0 0; text-align: center; color: #a5b5c6; font-size: .75rem; }
.interest-fallback { margin: 26px 0 0; padding-top: 20px; border-top: 1px solid #344354; color: #a7b6c7; font-size: .875rem; overflow-wrap: anywhere; }
.interest-fallback a { color: #e6edf5; text-decoration: underline; text-underline-offset: 4px; }

/* Motion is progressive, finite on entry, and independently pausable. */
.reveal-pending { opacity: 0; transform: translateY(24px); }
.reveal { transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes live-indicator { 0%,100% { opacity: .65; } 50% { opacity: 1; } }


/* Bring the retained diagram labels to the new type scale. */
.brand-name { font-size: .875rem; letter-spacing: .015em; }
.brand-mark { width: 74px; flex-basis: 74px; }
.capability-card :is(.unit-name, .unit-status, .relay-state, .relay-unit > small, .unit-power small, .relay-power > span, .event-abstract time, .alarm-abstract span b, .market-abstract small, .market-abstract > i, .forecast-strip small, .schedule-row small, .control-status, .email-message small, .email-message > span, .report-head, .report-metrics, .report-cycle, .report-cycle b) { font-size: .75rem; }
.capability-card :is(.event-abstract b, .alarm-abstract > div:last-child span, .unit-power b, .email-message strong, .forecast-strip b) { font-size: .875rem; }
.capability-card :is(.unit-name, .relay-unit > small, .buffer-stage-head, .buffer-plot > small, .edge-memory-head small, .edge-memory-head b, .buffer-link > small, .event-abstract time, .market-abstract small, .forecast-strip small, .schedule-row small, .report-metrics, .report-cycle) { color: #a5b5c6; }
.capability-card :is(.event-abstract b, .alarm-abstract > div:last-child span, .weather-abstract > div > span) { color: #bfccd9; }
.capability-card :is(.control-status, .email-message > span, .report-head > span) { color: #a5dfbe; }
.buffer-sequence { gap: 10px; grid-template-columns: minmax(0,1fr) 22px minmax(0,.94fr) 25px minmax(0,1fr); }
.buffer-stage { padding: 13px; min-height: 174px; background: #111b25; }
.buffer-stage-head { flex-wrap: wrap; gap: 7px; letter-spacing: 0; min-height: 35px; align-content: flex-start; }
.buffer-state { flex: 1 0 102px; }
.buffer-state-label { flex: 1; min-width: 90px; height: 1.4em; font-size: .75rem; }
.buffer-state-label em { white-space: normal; }
.edge-memory-head { display: flex; flex-wrap: wrap; gap: 8px; }
.edge-memory-head b { min-width: 110px; height: 1.4em; }
.portal-plot-state { width: 100%; }
.buffer-plot > small { letter-spacing: 0; }
.buffer-stream { overflow: visible; }
.scada-park { height: 205px; grid-template-columns: minmax(0,1fr) 34px 155px; margin-top: 32px; }
.park-array { padding: 10px; gap: 9px; background-color: #0c141d; }
.scada-unit { padding: 12px; grid-template-columns: 29px minmax(0,1fr); gap: 12px; background: #16212d; }
.inverter-glyph { width: 28px; height: 34px; }
.unit-name { letter-spacing: .025em; }
.unit-status { margin-top: 5px; }
.unit-power { margin-top: 3px; gap: 5px; }
.unit-power small { color: #a6b5c5; }
.relay-unit { min-height: 172px; padding: 14px; background: #65d9a206; }
.relay-glyph { width: 28px; height: 28px; }
.relay-unit > small { margin-top: 10px; }
.relay-power b { font-size: 1.5rem; }
.relay-power > span { color: #a5b4c4; }
.alarm-abstract { grid-template-columns: 64px minmax(0,1fr); gap: 20px; margin-top: 38px; }
.cap-bell { width: 60px; height: 60px; }
.history-abstract { margin-top: 35px; height: 142px; background-image: linear-gradient(#2d3a46 1px,transparent 1px),linear-gradient(90deg,#2d3a46 1px,transparent 1px); }
.event-abstract > span { min-height: 50px; grid-template-columns: 66px 9px minmax(0,1fr); gap: 10px; }
.event-abstract::before { left: 79px; }
.weather-abstract { align-items: flex-start; gap: 20px; }
.weather-abstract strong { font-weight: 400; }
.forecast-strip { flex-wrap: wrap; gap: 12px; }
.control-status { flex-wrap: wrap; gap: 10px; }
.email-abstract { grid-template-columns: 48px 20px minmax(0,1fr); gap: 8px; }
.email-symbol { width: 48px; height: 48px; }
.email-symbol svg { width: 25px; }
.email-message { min-width: 0; padding: 12px; }
.email-message strong { line-height: 1.5; }
.report-head { flex-wrap: wrap; gap: 8px; }
.report-head small, .report-head > span { font-size: .75rem; }
.report-metrics { display: flex; flex-wrap: wrap; gap: 7px 15px; }
.report-cycle { flex-wrap: wrap; gap: 8px; }
.report-cycle b { margin-left: 0; }
.notification-capability, .reporting-capability { grid-column: span 4; }

html[lang="el"] h1 { font-size: clamp(3.25rem, 4.8vw, 4.9rem); letter-spacing: -.055em; line-height: 1.07; }
html[lang="el"] .eyebrow { letter-spacing: .02em; }
html[lang="el"] .statement h2,
html[lang="el"] .market h2,
html[lang="el"] .section-intro h2,
html[lang="el"] .architecture h2,
html[lang="el"] .company h2 { font-size: clamp(2.25rem,3.8vw,3.7rem); letter-spacing: -.045em; line-height: 1.13; }
html[lang="el"] .capability-card h3 { font-size: clamp(1.25rem,1.8vw,1.65rem); line-height: 1.28; }
html[lang="el"] .preview-caption { font-size: .75rem; letter-spacing: 0; }

@media (min-width: 1520px) { .section-rail { right: 20px; } }
@media (max-width: 1280px) {
  .section-rail { display: none; }
  .main-nav { gap: 20px; }
  .brand-name { display: none; }
  .header-actions { gap: 16px; }
  .hero { column-gap: 42px; padding-top: 152px; }
  .hero-bottom { margin-top: 54px; }
  .preview-main { padding: 20px; }
  .metrics { gap: 18px; }
  .asset-mark { display: none; }
  .fleet-list > div { grid-template-columns: minmax(0,1.12fr) minmax(0,.85fr) auto; }
  .market-stage { grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); }
  .market-console { padding: 28px; }
  .dispatch-flow { grid-template-columns: minmax(0,1fr) 14px minmax(0,1fr) 14px minmax(0,1fr); }
  .dispatch-flow article { padding: 12px 9px; }
  .architecture-blueprint { padding: 28px; }
  .route-stage { padding: 22px 16px; }
}
@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .brand { grid-column: 1; grid-row: 1; }
  .brand-name { display: inline; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .main-nav { grid-column: 1/-1; justify-content: center; flex-wrap: wrap; padding: 5px 0; }
  .has-js .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px var(--gutter) 24px; background: #0e151e; border-bottom: 1px solid #354352; box-shadow: 0 24px 35px #0004; }
  .has-js .site-header.is-menu-open .main-nav { display: flex; }
  .has-js .main-nav a { padding: 14px 0; font-size: 1.0625rem; }
  .has-js .main-nav a::after { bottom: 8px; }
  .has-js .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; width: 44px; height: 44px; padding: 0; border: 1px solid #48535f; border-radius: 4px; background: none; color: var(--white); order: 3; }
  .menu-toggle span { width: 17px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { grid-template-columns: minmax(0,1fr); min-height: 0; padding-top: 164px; }
  .hero-copy { width: 100%; max-width: 760px; margin: 0 auto 54px; padding: 0; text-align: center; }
  .eyebrow { justify-content: center; max-width: none; margin-bottom: 30px; }
  h1 { max-width: none; font-size: clamp(4.5rem,8.5vw,6rem); margin-bottom: 28px; }
  .hero-lead { max-width: 550px; margin: 0 auto 28px; }
  .hero-actions { justify-content: center; }
  .hero-footnote { max-width: 440px; margin: 25px auto 0; }
  .preview-wrap { width: 100%; max-width: 800px; margin: auto; }
  .portal-preview { transform: none; }
  .preview-main { padding: 28px; }
  .asset-mark { display: grid; }
  .portfolio-chart { height: 148px; }
  .hero-bottom { margin-top: 47px; }
  .hero-signature { display: none; }
  .statement, .market-heading, .section-intro, .architecture-copy, .company-heading { grid-template-columns: minmax(120px,.23fr) minmax(0,1fr); gap: 32px; }
  .market-stage { grid-template-columns: 1fr; }
  .market-message { display: grid; grid-template-columns: .9fr 1fr; gap: 35px; }
  .market-points { margin-top: 0; }
  .market-console { padding: 36px; }
  .price-plot svg { max-height: 235px; }
  .dispatch-flow { grid-template-columns: minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1fr); }
  .dispatch-flow article { padding: 20px; }
  .capability-card, .notification-capability, .reporting-capability { grid-column: span 6; }
  .buffer-capability, .scada-capability { grid-column: span 12; }
  .alarm-capability, .reporting-capability { grid-column: span 12; min-height: 0; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); column-gap: 36px; }
  .alarm-capability .capability-top, .reporting-capability .capability-top { grid-column: 1/-1; }
  .alarm-capability h3, .alarm-capability > p, .reporting-capability h3, .reporting-capability > p { grid-column: 1; }
  .alarm-capability .alarm-abstract, .reporting-capability .report-abstract { grid-column: 2; grid-row: 2/4; align-self: center; margin-top: 20px; }
  .scada-park { height: 210px; grid-template-columns: minmax(0,1fr) 40px 175px; }
  .architecture-route { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .route-stage { min-height: 164px; padding: 24px; }
  .inhouse-benefits { gap: 30px; }
  footer { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { justify-content: flex-start; max-width: none; }
  html[lang="el"] h1 { font-size: clamp(3.4rem,7vw,5rem); }
}
@media (max-width: 760px) {
  :root { --gutter: 24px; }
  .site-header { min-height: 78px; padding-top: 10px; padding-bottom: 10px; gap: 15px; }
  .brand-name { display: none; }
  .brand-mark { width: 65px; flex-basis: 65px; }
  .brand-signal { width: 34px; height: 16px; }
  .header-actions { gap: 13px; }
  .hero { padding-top: 139px; }
  .hero-copy { text-align: left; margin-bottom: 42px; }
  .eyebrow { justify-content: flex-start; margin-bottom: 26px; font-size: .75rem; }
  h1 { font-size: clamp(3.25rem,8.9vw,4.5rem); max-width: 680px; letter-spacing: -.065em; }
  .hero-lead { margin-left: 0; font-size: 1rem; line-height: 1.75; }
  .hero-actions { justify-content: flex-start; }
  .hero-footnote { margin-left: 0; font-size: .875rem; }
  .preview-caption { font-size: .75rem; }
  .preview-index { display: none; }
  .hero-bottom { min-height: 84px; gap: 15px; margin-top: 35px; }
  .scroll-cue { gap: 9px; }
  .motion-toggle { font-size: .75rem; }
  .preview-bottomline { font-size: .75rem; }
  .statement, .market, .capabilities, .architecture { padding-top: 76px; padding-bottom: 76px; }
  .statement, .market-heading, .section-intro, .architecture-copy, .company-heading { grid-template-columns: minmax(0,1fr); gap: 26px; }
  .section-number { margin: 0; }
  .statement h2, .market h2, .section-intro h2, .architecture h2, .company h2 { margin-bottom: 0; font-size: clamp(2.25rem,6.2vw,3.3rem); line-height: 1.13; }
  .statement > div > p { margin: 24px 0 0; font-size: 1rem; }
  .market-stage { margin-top: 35px; }
  .market-message { display: block; padding: 27px; }
  .market-lead { font-size: 1.125rem; }
  .market-points { margin-top: 24px; }
  .market-console { padding: 25px; }
  .console-header > div { font-size: .875rem; }
  .plot-heading { align-items: flex-start; gap: 15px; }
  .plot-heading strong { font-size: 1.0625rem; }
  .negative-pill { max-width: 130px; }
  .dispatch-flow { grid-template-columns: minmax(0,1fr); gap: 0; }
  .dispatch-flow article { padding: 16px; display: grid; grid-template-columns: minmax(90px,.75fr) minmax(0,1.25fr); column-gap: 18px; }
  .dispatch-flow small { align-self: center; grid-row: 1/3; }
  .dispatch-flow strong { margin-top: 0; }
  .dispatch-flow article > span { grid-column: 2; }
  .dispatch-flow > i { width: 1px; height: 22px; margin-left: 26px; }
  .dispatch-flow > i::after { right: -3px; top: auto; bottom: 1px; transform: rotate(135deg); }
  .section-intro { margin-bottom: 35px; }
  .capability-system { gap: 14px; }
  .capability-card, .notification-capability, .reporting-capability { grid-column: span 12; min-height: 0; padding: 28px; order: initial; }
  .capability-card h3 { margin-top: 20px; font-size: 1.5rem; }
  .capability-card > p { font-size: 1rem; }
  .buffer-sequence { grid-template-columns: minmax(0,1fr); gap: 0; margin-top: 25px; }
  .buffer-stage { min-height: 128px; padding: 14px; }
  .buffer-stage-head { flex-wrap: nowrap; min-height: 22px; }
  .buffer-state { flex: 0 1 145px; }
  .buffer-state-label { text-align: right; }
  .buffer-state-label em { white-space: nowrap; }
  .buffer-plot { height: 72px; margin-top: 5px; }
  .buffer-plot svg { height: 51px; }
  .edge-memory { margin-top: 5px; }
  .edge-memory-head { flex-wrap: nowrap; }
  .edge-slots { margin-top: 9px; }
  .buffer-link { width: 1px; height: 31px; margin: 0 auto; }
  .buffer-link::after { right: -3px; top: auto; bottom: 0; transform: rotate(135deg); }
  .buffer-link > small { top: 6px; left: 12px; transform: none; }
  .buffer-stream i { left: -2px; top: 0; animation-name: buffer-link-down; }
  .scada-park { height: auto; grid-template-columns: minmax(0,1fr); margin-top: 28px; }
  .park-array { min-height: 202px; }
  .park-collector { height: 26px; }
  .park-collector::before { inset: 0 auto 0 50%; }
  .park-collector::after, .park-collector i { display: none; }
  .park-collector span { top: auto; bottom: -3px; right: auto; left: calc(50% - 3px); }
  .relay-unit { display: grid; grid-template-columns: 30px 1fr auto; column-gap: 12px; min-height: 95px; padding: 15px; align-items: center; }
  .relay-glyph { grid-row: 1/3; margin: 0; }
  .relay-state { grid-column: 2; grid-row: 2; margin-top: 0; }
  .relay-unit > small { grid-row: 1; grid-column: 3; margin-top: 0; }
  .relay-power { grid-row: 2; grid-column: 3; }
  .architecture-copy > p:last-child { grid-column: 1; font-size: 1rem; }
  .architecture-blueprint { padding: 20px; margin-top: 35px; }
  .architecture-route { gap: 12px; }
  .route-stage { padding: 18px; min-height: 174px; }
  .route-stage h3 { font-size: 1.0625rem; }
  .architecture-flow { grid-template-columns: 1fr; gap: 15px; }
  .architecture-flows { gap: 25px; padding-top: 25px; }
  .architecture-flow > i { margin-bottom: 2px; }
  .company { padding-top: 74px; padding-bottom: 72px; }
  .inhouse-lockup { gap: 30px; margin-top: 40px; padding: 32px 0; }
  .inhouse-lockup > strong { font-size: clamp(6rem,19vw,10rem); }
  .inhouse-lockup > span { font-size: clamp(1.2rem,3.5vw,1.7rem); }
  .inhouse-benefits { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .inhouse-benefits article { position: relative; padding-left: 42px; }
  .inhouse-benefits article > span { position: absolute; top: 3px; left: 0; }
  .inhouse-benefits h3 { margin: 0 0 9px; }
  .inhouse-benefits p { max-width: 570px; }
  footer { padding-top: 62px; }
  .footer-heading { font-size: clamp(2rem,6vw,2.75rem); }
  html[lang="el"] h1 { font-size: clamp(2.875rem,7.7vw,3.75rem); }
  html[lang="el"] .statement h2, html[lang="el"] .market h2, html[lang="el"] .section-intro h2, html[lang="el"] .architecture h2, html[lang="el"] .company h2 { font-size: clamp(2rem,5.8vw,2.875rem); }
  html[lang="el"] .capability-card h3 { font-size: 1.375rem; }
  html:not(.has-js) .hero { padding-top: 215px; }
}
@keyframes buffer-link-down { from { top: 0; } to { top: calc(100% - 3px); } }
@media (max-width: 480px) {
  :root { --gutter: 20px; }
  .site-header { gap: 12px; }
  .header-actions { gap: 8px; }
  .language-switcher button { width: 29px; }
  .portal-button { padding: 0 12px; gap: 8px; }
  .portal-button svg { width: 15px; }
  .brand-mark { width: 59px; flex-basis: 59px; }
  .brand-signal { width: 31px; height: 14px; right: 0; }
  .has-js .menu-toggle { width: 38px; }
  .hero { padding-top: 126px; }
  h1 { font-size: clamp(2.8rem,12.8vw,3.75rem); line-height: 1.04; }
  .eyebrow { max-width: 315px; }
  .hero-lead { margin-bottom: 26px; }
  .hero-actions { gap: 22px; }
  .interest-button { padding: 0 18px; gap: 17px; }
  .primary-link { gap: 9px; }
  .preview-main { padding: 18px 14px; }
  .preview-topbar { padding: 13px 14px; gap: 12px; }
  .preview-brand { gap: 8px; }
  .preview-brand > span { padding-left: 8px; letter-spacing: 0; }
  .preview-heading { align-items: flex-start; gap: 12px; margin-bottom: 22px; }
  .preview-heading strong { font-size: 1.25rem; }
  .online-pill { margin-top: 2px; max-width: 112px; line-height: 1.5; }
  .metrics { gap: 14px; margin-bottom: 19px; }
  .metrics strong { font-size: 2rem; }
  .metrics article + article { padding-left: 14px; }
  .metric-spark { display: none; }
  .portfolio-chart { height: 100px; }
  .chart-period { display: none; }
  .power-card { margin-bottom: 19px; }
  .asset-mark { display: none; }
  .fleet-list { font-size: .75rem; }
  .fleet-list b { font-size: .75rem; }
  .fleet-list > div { gap: 6px; min-height: 43px; grid-template-columns: minmax(0,1fr) minmax(0,.9fr) auto; }
  .status { padding: 2px 4px; }
  .hero-bottom { font-size: .75rem; }
  .scroll-cue { max-width: 158px; line-height: 1.4; }
  .motion-toggle { max-width: 125px; text-align: left; line-height: 1.4; }
  .motion-toggle svg { flex-shrink: 0; }
  .scroll-cue svg { flex-shrink: 0; }
  .preview-caption { line-height: 1.5; }
  .preview-bottomline { font-family: inherit; }
  .signal-ticks { flex-shrink: 0; }
  .capability-card, .notification-capability, .reporting-capability { padding: 24px 20px; }
  .market-message, .market-console { padding: 24px 20px; }
  .plot-heading { flex-wrap: wrap; }
  .negative-pill { max-width: none; }
  .plot-labels { font-size: .75rem; gap: 8px; flex-wrap: wrap; }
  .dispatch-flow article { grid-template-columns: minmax(76px,.7fr) minmax(0,1.3fr); gap: 5px 12px; }
  .buffer-state { flex-basis: 140px; }
  .scada-unit { grid-template-columns: 21px minmax(0,1fr); gap: 7px; padding: 10px 8px; }
  .inverter-glyph { width: 21px; }
  .park-array { gap: 7px; padding: 8px; }
  .relay-unit { grid-template-columns: 25px minmax(0,1fr) auto; gap: 3px 8px; padding: 12px; }
  .relay-glyph { width: 23px; }
  .relay-power b { font-size: 1.25rem; }
  .relay-power span { font-size: .75rem; }
  .relay-unit > small { max-width: 90px; text-align: right; }
  .relay-power { justify-self: end; }
  .architecture-blueprint { padding: 16px; }
  .architecture-route { grid-template-columns: minmax(0,1fr); }
  .route-stage { min-height: 126px; padding: 18px; }
  .route-stage h3 { margin-top: 18px; }
  .inhouse-lockup { gap: 21px; flex-wrap: wrap; }
  .inhouse-lockup > strong { font-size: clamp(6.25rem,24vw,8rem); }
  .inhouse-lockup > span { font-size: 1.1875rem; }
  .footer-links { gap: 5px 22px; }
  .interest-panel { padding: 28px 23px; }
  .interest-contact-fields { grid-template-columns: 1fr; }
  .interest-dialog h2 { margin-right: 0; font-size: 2rem; }
  html[lang="el"] h1 { font-size: clamp(2.5rem,10.5vw,3.125rem); }
}

/* Respect both the device preference and the explicit pause control. */
html[data-motion="paused"] *, html[data-motion="paused"] *::before, html[data-motion="paused"] *::after { animation-play-state: paused !important; }
html[data-motion="paused"] { scroll-behavior: auto; }
html[data-motion="paused"] .reveal, html[data-motion="paused"] .reveal-pending { opacity: 1; transform: none; transition: none; }
html[data-motion="paused"] .portal-preview { transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal-pending { opacity: 1; transform: none; }
  .portal-preview { transform: none; }
  .brand-signal polyline { opacity: 0; }
  .brand-signal circle { transform: none; }
  .connection-led, .edge-led, .portal-led { background: var(--green); }
  .buffer-state-label em, .edge-memory-head b em, .portal-plot-state b { opacity: 0; }
  .connection-state-connected, .edge-state-empty, .portal-state-live { opacity: 1 !important; }
  .park-signal, .portal-signal { stroke-dashoffset: 0; opacity: 1; }
  .wan-track { background: #65d9a24a; }
  .wan-live-stream { opacity: 1; }
  .wan-backfill-stream, .wan-cut, .portal-gap { opacity: 0; }
  .run-copy, .run-power, .relay-total-live { opacity: 1 !important; }
  .error-copy, .error-power, .relay-total-fault { opacity: 0 !important; }
  .fault-unit, .fault-unit .unit-status { color: var(--green); }
  .fault-unit .unit-status i { background: var(--green); }
}
@media (forced-colors: active) {
  .signal-field, .hero-grid { display: none; }
  .chart-line, .price-line { stroke: CanvasText; }
  .portal-button, .interest-button, .interest-submit { border: 1px solid ButtonText; }
}

.animation-dormant *, .animation-dormant *::before, .animation-dormant *::after { animation-play-state: paused !important; }

/* Compact diagram surfaces retain complete labels in both languages. */
.capability-card small, .capability-card time, .report-cycle span, .weather-abstract > div:first-child span { font-size: .75rem; }
.report-head small, .report-cycle span { color: #adbdcd; }
.report-abstract { grid-template-columns: minmax(0,1fr); }
.report-cycle { border-left: 0; border-top: 1px solid #354352; padding: 12px; flex-direction: row; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 10px; }
.report-cycle > i { width: 20px; height: 20px; margin: 0 4px 0 0; flex-shrink: 0; }
.report-cycle b { margin: 0 0 0 auto; }
.forecast-strip { gap: 0; }
.forecast-strip span { padding-left: 5px; padding-right: 5px; }
.edge-memory-head b { overflow: visible; }
@media (max-width: 760px) {
  .alarm-capability, .reporting-capability { display: block; }
  .alarm-capability .alarm-abstract, .reporting-capability .report-abstract { margin-top: 28px; }
}

.email-message strong { white-space: normal; overflow: visible; text-overflow: clip; }
.weather-abstract { display: block; }
.weather-abstract > div:first-child { flex-direction: row; justify-content: flex-start; align-items: baseline; gap: 15px; padding-right: 0; border-right: 0; margin-bottom: 15px; }
.forecast-strip { grid-template-columns: repeat(3,minmax(0,1fr)); }
.forecast-strip span { padding: 10px; }
