/* Enterprise collaboration panorama inside a stationary desktop computer. */
.home-operations { container-type: inline-size; position: relative; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif; }
.ho-computer { position: relative; padding-bottom: 18px; isolation: isolate; }
.ho-monitor { position: relative; z-index: 2; border: 1px solid #58615d; border-radius: 16px 16px 12px 12px; background: #303835; box-shadow: 0 23px 40px -26px #163b3170, 0 1px 2px #091b1a33; }
.ho-bezel { position: relative; padding: 12px 10px 10px; border: 1px solid #777f7980; border-bottom: none; border-radius: 15px 15px 0 0; background: linear-gradient(135deg, #3a423e, #151c19 29%, #1d2521 72%, #4a554e); }
.ho-camera { position: absolute; width: 3px; height: 3px; top: 5px; left: calc(50% - 1.5px); background: #050c0b; border-radius: 50%; box-shadow: inset 1px 0 #738078; }
.ho-screen { position: relative; width: 100%; aspect-ratio: 16/10; border-radius: 5px; overflow: hidden; background: radial-gradient(ellipse at 50% 54%, #163e32 0%, #0b2520 39%, #071916 78%); box-shadow: 0 0 0 1px #010a07, inset 0 0 40px #00170d33; }
.ho-screen::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg,#b6e6c708, transparent 40%, transparent 75%, #91c0a608); }
.ho-screen-heading { position: absolute; inset: 5% 4.6% auto; display: flex; align-items: center; justify-content: space-between; color: #bed8ca; font-size: clamp(12px,1.7cqi,15px); letter-spacing: 1.3px; }
.ho-screen-heading > span::before { content: ''; display: inline-block; vertical-align: middle; width: 4px; height: 4px; margin-right: 9px; border-radius: 50%; background: #8dcdac; }
.ho-screen-heading > small { color: #92a99d; font-size: clamp(9px,1.2cqi,10px); letter-spacing: 1px; border: 1px solid #a2c7af26; border-radius: 3px; padding: 3px 5px; }
.ho-panorama { position: absolute; inset: 15% 4% 5%; }
.ho-platform-grid { position: absolute; z-index: 0; inset: 63% 7% -10%; opacity: .18; background-image: linear-gradient(#83caaa25 1px,transparent 1px),linear-gradient(90deg,#83caaa25 1px,transparent 1px); background-size: 8% 24%; transform: perspective(220px) rotateX(51deg); transform-origin: center; mask-image: radial-gradient(ellipse,#000 10%,transparent 69%); }
.ho-connections { position: absolute; width: 100%; height: 100%; overflow: visible; inset: 0; pointer-events: none; }
.ho-connections path { vector-effect: non-scaling-stroke; stroke-linecap: round; }
.ho-wire-base { stroke: #8bd3ac; stroke-width: 1; opacity: .21; }
.ho-wire-lit { stroke: #9ae4b8; stroke-width: 1.2; opacity: .12; }
.ho-wire-flow { stroke: #c9ffdc; stroke-width: 2.7; opacity: 0; filter: drop-shadow(0 0 3px #78e6b0); }
[data-link="human"] .ho-wire-base, [data-link="human"] .ho-wire-lit { stroke: #d8bb7c; }
[data-link="human"] .ho-wire-flow { stroke: #ffe7a6; filter: drop-shadow(0 0 3px #dfca87); }
[data-link="knowledge"] .ho-wire-base, [data-link="knowledge"] .ho-wire-lit { stroke: #9acccc; }
[data-link="knowledge"] .ho-wire-flow { stroke: #bcebea; }
.ho-node { position: absolute; transform: translate(-50%,-50%); text-align: center; color: #d7ebe0; width: 28%; z-index: 2; }
.ho-node-icon { display: block; width: clamp(20px,3.8cqi,31px); height: clamp(20px,3.8cqi,31px); margin: 0 auto 8px; color: #a2c9b5; }
.ho-node strong { display: block; font-size: clamp(12px,2.1cqi,18px); line-height: 1.4; font-weight: 550; white-space: nowrap; letter-spacing: .2px; }
.ho-node small { display: block; margin-top: 6px; font-size: clamp(10px,1.38cqi,12px); line-height: 1.5; color: #9fb7a9; white-space: nowrap; }
.ho-node-aura { position: absolute; z-index: -1; inset: -14px -3px; background: radial-gradient(ellipse,#8ef5b930,transparent 70%); opacity: .1; pointer-events: none; }
.ho-node-human { left: 50%; top: 10%; width: 34%; display: flex; align-items: center; justify-content: center; gap: 10px; }
.ho-node-human .ho-node-icon { color: #e0c489; margin: 0; width: clamp(21px,3.8cqi,30px); height: clamp(21px,3.8cqi,30px); }
.ho-node-human > div { text-align: left; }
.ho-node-human strong { color: #f0d9a6; }
.ho-node-human small { color: #c0b491; margin-top: 3px; }
.ho-node-human .ho-node-aura { background: radial-gradient(ellipse,#edc26929,transparent 70%); }
.ho-node-sales { left: 16%; top: 33%; }
.ho-node-aftercare { left: 16%; top: 69%; }
.ho-node-promotion { left: 84%; top: 33%; }
.ho-node-analytics { left: 84%; top: 69%; }
.ho-node-erp, .ho-node-knowledge { top: 92%; width: 30%; display: flex; justify-content: center; align-items: center; gap: 9px; padding: 10px 5px; border-top: 1px solid #73aa902e; background: linear-gradient(#86cca008,#8dceb20e); border-radius: 0 0 5px 5px; }
.ho-node-erp { left: 33%; }
.ho-node-knowledge { left: 67%; }
.ho-node-erp > div, .ho-node-knowledge > div { text-align: left; }
.ho-node-erp .ho-node-icon, .ho-node-knowledge .ho-node-icon { margin: 0; flex-shrink: 0; width: clamp(18px,3cqi,25px); height: clamp(18px,3cqi,25px); }
.ho-node-erp small, .ho-node-knowledge small { margin-top: 3px; }
.ho-node-erp strong, .ho-node-knowledge strong { font-size: clamp(12px,1.9cqi,16px); }
.ho-core { position: absolute; z-index: 3; left: 50%; top: 52%; transform: translate(-50%,-50%); width: 34%; text-align: center; }
.ho-core-graphic { position: relative; width: 84%; max-width: 180px; margin: 0 auto; }
.ho-core-graphic > svg { position: relative; display: block; width: 100%; overflow: visible; }
.ho-core-aura { position: absolute; inset: -18%; background: radial-gradient(ellipse,#a4ffd845,#4ab38219 42%,transparent 68%); opacity: .35; }
.ho-core-ring { opacity: .28; filter: drop-shadow(0 0 2px #7eecaa); }
.ho-core > strong { display: block; font-size: clamp(13px,2.65cqi,23px); color: #e5ffeb; font-weight: 600; letter-spacing: 1px; line-height: 1.5; margin-top: -1px; }
.ho-core > small { display: block; color: #a8cfb4; font-size: clamp(10px,1.3cqi,12px); white-space: nowrap; margin-top: 4px; }
.ho-monitor-chin { height: clamp(25px,4.6cqi,39px); border-radius: 0 0 10px 10px; position: relative; display: grid; place-items: center; background: linear-gradient(102deg,#a5afaa,#d5dcd5 18%,#e0e4dd 44%,#c3cbc4 77%,#9faa9f); border-top: 1px solid #f0f5ed9c; box-shadow: inset 0 -2px 2px #83908477; }
.ho-monitor-chin > span { font-size: clamp(7px,1.2cqi,10px); font-weight: 600; letter-spacing: 3px; color: #627369; text-shadow: 0 1px #e6ece299; }
.ho-monitor-chin > i { position: absolute; right: 17px; width: 3px; height: 3px; border-radius: 50%; background: #67826d; box-shadow: 0 0 4px #e3f5d799; }
.ho-monitor-stand { position: relative; z-index: 1; width: 19%; height: clamp(42px,8.4cqi,72px); margin: -1px auto 0; background: linear-gradient(90deg,#8c9990,#bac6bc 20%,#d2d9cf 52%,#a6b1a5 85%,#819184); clip-path: polygon(20% 0,80% 0,88% 79%,100% 100%,0 100%,12% 79%); box-shadow: inset 0 18px 18px -13px #233e3299; }
.ho-monitor-base { position: relative; z-index: 2; width: 40%; height: clamp(9px,1.8cqi,15px); margin: -2px auto 0; border-radius: 50% 50% 25% 25% / 65% 65% 25% 25%; background: linear-gradient(#e1e7dc,#b5c1b3 55%,#8c9c8d 70%,#a8b5a7); box-shadow: 0 2px 2px #2b40352e, inset 0 1px #eaf0e5; }
.ho-ground-shadow { position: absolute; z-index: -1; bottom: 2px; left: 17%; width: 66%; height: 26px; background: radial-gradient(ellipse,#27493236,transparent 68%); filter: blur(5px); }
.home-operations figcaption { display: grid; grid-template-columns: 1fr auto; gap: 10px 18px; align-items: center; margin: 11px 4px 0; color: #6e8271; line-height: 1.8; }
.ho-caption-copy > strong { display: block; font-size: 16px; color: #31563e; font-weight: 600; }
.ho-caption-copy > p { margin: 2px 0 0; font-size: 12px; color: #6f806c; }
.ho-playback { display: flex; align-items: center; justify-content: center; gap: 5px; min-width: 65px; min-height: 38px; padding: 0 10px; border: 1px solid #9aaf993d; border-radius: 5px; background: #ffffff55; color: #41664c; font-family: inherit; font-size: 11px; cursor: pointer; }
.ho-playback[hidden] { display: none; }
.ho-playback:hover { background: #fff; border-color: #77987b; }
.ho-playback:focus-visible { outline: 3px solid #36724b; outline-offset: 4px; }
.ho-phase-caption { grid-column: 1/-1; position: relative; height: 24px; color: #627967; font-size: 12px; }
.ho-phase-caption > span { position: absolute; inset: 0; opacity: 0; }
.ho-phase-caption > span:first-child { opacity: 1; }
.ho-phase-caption > span::before { content: ''; display: inline-block; vertical-align: middle; width: 5px; height: 5px; border-radius: 50%; background: #78a77b; margin-right: 8px; }
.ho-accessible { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.home-operations:not([data-enhanced]) .ho-phase-caption > span, .home-operations[data-playback="static"] .ho-phase-caption > span { opacity: 0 !important; }
.home-operations:not([data-enhanced]) .ho-phase-caption > span:last-child, .home-operations[data-playback="static"] .ho-phase-caption > span:last-child { opacity: 1 !important; }
.home-operations[data-playback="static"] .ho-playback { display: none; }
@container (max-width: 580px) {
  .ho-node small, .ho-core > small { display: none; }
  .ho-node-erp, .ho-node-knowledge { padding: 8px 2px; }
  .ho-node-icon { margin-bottom: 6px; }
  .ho-core { width: 36%; }
  .ho-core-graphic { width: 83%; }
  .ho-caption-copy > strong { font-size: 15px; }
}
@container (max-width: 400px) {
  .ho-monitor { border-radius: 11px 11px 8px 8px; }
  .ho-bezel { padding: 8px 6px 6px; border-radius: 10px 10px 0 0; }
  .ho-camera { top: 3px; width: 2px; height: 2px; }
  .ho-screen-heading { inset: 4.5% 4.5% auto; }
  .ho-screen-heading > span { font-size: 10px; letter-spacing: .5px; }
  .ho-screen-heading > span::before { width: 3px; height: 3px; margin-right: 5px; }
  .ho-screen-heading > small { font-size: 8px; padding: 1px 3px; letter-spacing: 0; }
  .ho-panorama { inset: 17% 4% 6%; }
  .ho-node-human { gap: 5px; top: 7%; }
  .ho-node-human .ho-node-icon { width: 16px; height: 16px; }
  .ho-node-icon { width: 17px; height: 17px; margin-bottom: 4px; }
  .ho-node strong { font-size: 12px; letter-spacing: 0; }
  .ho-core { width: 33%; top: 50%; }
  .ho-core > strong { font-size: 12px; letter-spacing: 0; margin-top: -2px; }
  .ho-node-erp .ho-node-icon, .ho-node-knowledge .ho-node-icon { display: none; }
  .ho-node-erp, .ho-node-knowledge { padding: 5px 0; top: 96%; width: 34%; }
  .ho-node-erp > div, .ho-node-knowledge > div { text-align: center; }
  .ho-monitor-chin { height: 22px; }
  .ho-monitor-chin > span { font-size: 7px; letter-spacing: 2px; }
  .ho-monitor-chin > i { width: 2px; height: 2px; right: 11px; }
  .ho-computer { padding-bottom: 12px; }
  .home-operations figcaption { margin-top: 7px; gap: 9px 6px; }
  .ho-caption-copy > strong { font-size: 14px; }
  .ho-caption-copy > p { font-size: 11px; }
  .ho-playback { min-width: 50px; min-height: 36px; padding: 0 6px; }
  .ho-phase-caption { height: 42px; font-size: 11px; }
}

/* Static SVG coordinates match the compact diagram when scripting is unavailable. */
@container (max-width: 400px) {
  .home-operations:not([data-enhanced]) [data-link="human"] path { d: path("M500.00,103.76 C500.00,134.79 500.00,148.58 500.00,172.71"); }
  .home-operations:not([data-enhanced]) [data-link="erp"] path { d: path("M329.97,518.06 C329.97,424.31 324.99,409.97 384.99,316.22"); }
  .home-operations:not([data-enhanced]) [data-link="knowledge"] path { d: path("M669.96,518.06 C669.96,424.31 675.01,409.97 615.01,316.22"); }
  .home-operations:not([data-enhanced]) [data-link="sales"] path { d: path("M382.25,233.84 C292.33,233.84 308.68,155.85 218.76,155.85"); }
  .home-operations:not([data-enhanced]) [data-link="aftercare"] path { d: path("M382.25,310.90 C292.33,310.90 308.68,380.79 218.76,380.79"); }
  .home-operations:not([data-enhanced]) [data-link="promotion"] path { d: path("M617.75,233.84 C707.63,233.84 691.29,155.85 781.18,155.85"); }
  .home-operations:not([data-enhanced]) [data-link="analytics"] path { d: path("M617.75,310.90 C707.63,310.90 691.29,380.79 781.18,380.79"); }
}
