{"id":239032,"date":"2026-01-23T09:07:45","date_gmt":"2026-01-23T09:07:45","guid":{"rendered":"https:\/\/appletechconsultants.com\/2026\/?page_id=239032"},"modified":"2026-04-16T05:10:36","modified_gmt":"2026-04-16T05:10:36","slug":"manufacturing","status":"publish","type":"page","link":"https:\/\/appletechconsultants.com\/2026\/manufacturing\/","title":{"rendered":"Manufacturing"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1 class=\"at-no-padding-bottom\">Manufacturing<\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Unlock precision, efficiency, and automation with AppleTech\u2019s advanced solutions for seamless integration, real-time monitoring, and optimized manufacturing performance.<\/p>\n<p>Whether you need AI-powered engine for your CRM, PFEP, or BOM generation, our custom solutions are designed to bring efficiency and reduce costs for your business.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_animated et_pb_module\"><div class=\"et_pb_code_inner\"><!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>AppleTech Manufacturing<\/title>\n<style>\n#atc-mfg {\n  --atc-red:       #e8001a;\n  --atc-bg:        #ffffff;\n  --atc-surface:   #ffffff;\n  --atc-text:      #111111;\n  --atc-mono:      'Share Tech Mono', monospace;\n  --atc-sans:      'Rajdhani', sans-serif;\n\n  box-sizing: border-box;\n  font-family: var(--atc-sans);\n  color: var(--atc-text);\n  background: var(--atc-bg);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  padding: 0 16px;\n  width: 100%;\n  overflow: hidden;\n  position: relative;\n  line-height: normal;\n}\n\n#atc-mfg .atc-scene {\n  position: relative;\n  width: 760px;\n  max-width: 100%;\n  height: 400px;\n  flex-shrink: 0;\n  box-shadow: 0px 0px 5px 1px rgba(249, 14, 19, 0.05);\n    margin: 10px 0;\n}\n\n#atc-mfg #atc-mfg-canvas {\n  position: absolute;\n  inset: 0;\n  width: 100%;\n  height: 100%;\n  background: var(--atc-surface);\n  border-radius: 6px;\n  display: block;\n}\n\n#atc-mfg .atc-card {\n  position: absolute;\n  inset: 0;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  opacity: 0;\n  transition: opacity 0.5s ease;\n  pointer-events: none;\n}\n#atc-mfg .atc-card.atc-active { opacity: 1; }\n\n#atc-mfg .atc-icon-wrap {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 24px;\n  filter: drop-shadow(0 2px 8px rgba(232,0,26,0.15));\n}\n#atc-mfg .atc-icon-wrap.atc-top { align-items: flex-start; }\n\n#atc-mfg .atc-card-label {\n  font-family: var(--atc-mono);\n  font-size: 10px;\n  letter-spacing: 4px;\n  text-transform: uppercase;\n  color: var(--atc-red);\n  line-height: 1.4;\n}\n#atc-mfg .atc-card-title {\n  font-family: var(--atc-sans);\n  font-size: 20px;\n  font-weight: 700;\n  letter-spacing: 1px;\n  color: var(--atc-text);\n  line-height: 1.2;\n}\n\n@keyframes atmfg-build-in {\n  from { stroke-dashoffset: var(--dash-len); opacity: 0; }\n  to   { stroke-dashoffset: 0; opacity: 1; }\n}\n@keyframes atmfg-blink {\n  0%,100% { opacity:1; } 50% { opacity:0.3; }\n}\n\n#atc-mfg .atc-status-bar {\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 26px;\n  background: rgba(232,0,26,0.04);\n  border-top: 1px solid rgba(232,0,26,0.1);\n  display: flex;\n  align-items: center;\n  padding: 0 12px;\n  font-family: var(--atc-mono);\n  font-size: 9.5px;\n  color: rgba(232,0,26,0.55);\n  gap: 8px;\n  border-radius: 0 0 6px 6px;\n  line-height: 1;\n}\n#atc-mfg .atc-sdot {\n  width: 5px; height: 5px; border-radius: 50%;\n  background: var(--atc-red);\n  animation: atmfg-blink 1s infinite;\n  flex-shrink: 0;\n}\n\n#atc-mfg .atc-progress {\n  position: absolute;\n  bottom: 26px; left: 0;\n  height: 2px;\n  background: var(--atc-red);\n  box-shadow: 0 0 6px rgba(232,0,26,0.35);\n  transition: width 2.2s linear;\n  width: 0%;\n}\n\n#atc-mfg svg text {\n  font-family: 'Share Tech Mono', monospace;\n}\n\n.animation_svg_card_0, .animation_svg_card_1, .animation_svg_card_2,\n.animation_svg_card_3, .animation_svg_card_4, .animation_svg_card_5 {width:620px; height:auto;}\n\n@media (min-width:981px) and (max-width:1880px) {\n  .animation_svg_card_0, .animation_svg_card_1, .animation_svg_card_2,\n  .animation_svg_card_3, .animation_svg_card_4, .animation_svg_card_5 {width:30vw;}\n  #atc-mfg .atc-card-title {font-size: 1.4vw;}\n}\n\n@media (min-width:501px) and (max-width:980px) {\n  .animation_svg_card_0, .animation_svg_card_1, .animation_svg_card_2,\n  .animation_svg_card_3, .animation_svg_card_4, .animation_svg_card_5 {width:50vw;}\n  #atc-mfg .atc-card-title {font-size: 2vw;}\n  #atc-mfg .atc-scene {width: 100%; height: 33vw;}\n  #atc-mfg .atc-card {\n      justify-content: flex-start;\n      padding-top: 2vw;\n      gap: 5px;\n  }\n}\n\n@media (max-width:500px) {\n  .animation_svg_card_0, .animation_svg_card_1, .animation_svg_card_2,\n  .animation_svg_card_3, .animation_svg_card_4, .animation_svg_card_5 {width:50vw;}\n  #atc-mfg .atc-card-title {font-size: 2vw;}\n  #atc-mfg .atc-scene {width: 100%; height: 41vw;}\n  #atc-mfg .atc-card {\n      justify-content: flex-start;\n      padding-top: 2vw;\n      gap: 5px;\n  }\n  #atc-mfg .atc-card-label {font-size: 2vw;}\n  #atc-mfg .atc-status-bar {font-size: 2vw;}\n}\n\n<\/style>\n<\/head>\n<body>\n\n<div id=\"atc-mfg\">\n\n  <div class=\"atc-scene\">\n    <canvas id=\"atc-mfg-canvas\" width=\"760\" height=\"400\"><\/canvas>\n    <div class=\"atc-progress\" id=\"atc-mfg-progress\"><\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 0 \u2014 Production Flow (Circular Radial)\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-mfg-card-0\">\n      <div class=\"atc-card-label\">\u2014 Production Systems<\/div>\n      <div class=\"atc-card-title\">Smart Factory Production Flow<\/div>\n      <div class=\"atc-icon-wrap\">\n        <svg class=\"animation_svg_card_0\" viewBox=\"0 0 620 210\" fill=\"none\">\n\n          <!-- Central Hub -->\n          <circle class=\"atc-build\" cx=\"120\" cy=\"99\" r=\"45\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.05)\" style=\"--dash-len:285;animation-delay:0.08s\"\/>\n          <text x=\"100\" y=\"100\" fill=\"#e8001a\" font-size=\"10\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.18s\">FACTORY<\/text>\n          <text x=\"110\" y=\"115\" fill=\"rgba(232,0,26,0.55)\" font-size=\"7\" font-family=\"Share Tech Mono\">HUB<\/text>\n\n          <!-- Radial Elements Around Hub -->\n          <!-- Raw Materials (Top Left) -->\n          <polygon class=\"atc-build\" points=\"60,35 85,25 95,50 70,60\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:120;animation-delay:0.12s\"\/>\n          <text x=\"65\" y=\"42\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">RAW MAT<\/text>\n          <text x=\"60\" y=\"20\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Suppliers<\/text>\n\n          <!-- Machining (Top Right) -->\n          <polygon class=\"atc-build\" points=\"180,25 205,35 195,60 170,50\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:120;animation-delay:0.14s\"\/>\n          <text x=\"180\" y=\"42\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">MACHINE<\/text>\n          <text x=\"185\" y=\"20\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">CNC \u00b7 Lathe<\/text>\n\n          <!-- Assembly (Right) -->\n          <polygon class=\"atc-build\" points=\"230,80 250,95 240,125 220,110\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:120;animation-delay:0.16s\"\/>\n          <text x=\"227\" y=\"105\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">ASSEMBLE<\/text>\n          <text x=\"240\" y=\"130\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Stations<\/text>\n\n          <!-- Testing (Bottom Right) -->\n          <polygon class=\"atc-build\" points=\"185,175 210,165 220,190 195,200\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:120;animation-delay:0.18s\"\/>\n          <text x=\"190\" y=\"185\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">TEST<\/text>\n          <text x=\"195\" y=\"205\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Quality Gates<\/text>\n\n          <!-- Packaging (Bottom Left) -->\n          <polygon class=\"atc-build\" points=\"55,165 80,175 70,200 45,190\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:120;animation-delay:0.20s\"\/>\n          <text x=\"55\" y=\"182\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">PACK<\/text>\n          <text x=\"35\" y=\"205\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Final Package<\/text>\n\n          <!-- Shipping (Left) -->\n          <polygon class=\"atc-build\" points=\"15,95 35,85 45,110 25,120\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:120;animation-delay:0.22s\"\/>\n          <text x=\"18\" y=\"105\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">SHIP<\/text>\n          <text x=\"5\" y=\"130\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">Logistics<\/text>\n\n          <!-- Connecting Lines from Hub -->\n          <line x1=\"160\" y1=\"70\" x2=\"75\" y2=\"50\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:50;animation-delay:0.28s\"\/>\n          <line x1=\"160\" y1=\"70\" x2=\"185\" y2=\"50\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:50;animation-delay:0.30s\"\/>\n          <line x1=\"165\" y1=\"130\" x2=\"230\" y2=\"110\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:50;animation-delay:0.32s\"\/>\n          <line x1=\"160\" y1=\"140\" x2=\"190\" y2=\"180\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:50;animation-delay:0.34s\"\/>\n          <line x1=\"120\" y1=\"140\" x2=\"65\" y2=\"190\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:50;animation-delay:0.36s\"\/>\n          <line x1=\"75\" y1=\"130\" x2=\"30\" y2=\"110\" stroke=\"rgba(232,0,26,0.3)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:50;animation-delay:0.38s\"\/>\n\n          <!-- Right Side: Real-Time Monitoring -->\n          <text x=\"280\" y=\"33\" fill=\"rgba(232,0,26,0.4)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.05s\">MONITORING<\/text>\n\n          <!-- Status Circles -->\n          <circle class=\"atc-build\" cx=\"320\" cy=\"60\" r=\"18\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:115;animation-delay:0.20s\"\/>\n          <text x=\"310\" y=\"60\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">UPTIME<\/text>\n          <text x=\"310\" y=\"72\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">94%<\/text>\n\n          <circle class=\"atc-build\" cx=\"390\" cy=\"60\" r=\"18\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:115;animation-delay:0.24s\"\/>\n          <text x=\"378\" y=\"60\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">RATE<\/text>\n          <text x=\"380\" y=\"72\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">1248\/h<\/text>\n\n          <circle class=\"atc-build\" cx=\"460\" cy=\"60\" r=\"18\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:115;animation-delay:0.28s\"\/>\n          <text x=\"448\" y=\"60\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">QUALITY<\/text>\n          <text x=\"452\" y=\"72\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">99.2%<\/text>\n\n          <circle class=\"atc-build\" cx=\"530\" cy=\"60\" r=\"18\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:115;animation-delay:0.32s\"\/>\n          <text x=\"518\" y=\"60\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">OEE<\/text>\n          <text x=\"522\" y=\"72\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">87%<\/text>\n\n          <!-- IoT Sensor Network -->\n          <text x=\"280\" y=\"110\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.35s\">IoT SENSORS<\/text>\n          <line x1=\"280\" y1=\"114\" x2=\"570\" y2=\"114\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:295;animation-delay:0.39s\"\/>\n\n          <!-- Sensor icons in grid -->\n          <circle class=\"atc-build\" cx=\"310\" cy=\"140\" r=\"8\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.08)\" style=\"--dash-len:50;animation-delay:0.42s\"\/>\n          <text x=\"305\" y=\"155\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5\" font-family=\"Share Tech Mono\">Temp<\/text>\n\n          <circle class=\"atc-build\" cx=\"360\" cy=\"140\" r=\"8\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.08)\" style=\"--dash-len:50;animation-delay:0.44s\"\/>\n          <text x=\"355\" y=\"155\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5\" font-family=\"Share Tech Mono\">Vibration<\/text>\n\n          <circle class=\"atc-build\" cx=\"410\" cy=\"140\" r=\"8\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.08)\" style=\"--dash-len:50;animation-delay:0.46s\"\/>\n          <text x=\"405\" y=\"155\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5\" font-family=\"Share Tech Mono\">Pressure<\/text>\n\n          <circle class=\"atc-build\" cx=\"460\" cy=\"140\" r=\"8\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.08)\" style=\"--dash-len:50;animation-delay:0.48s\"\/>\n          <text x=\"455\" y=\"155\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5\" font-family=\"Share Tech Mono\">Speed<\/text>\n\n          <circle class=\"atc-build\" cx=\"510\" cy=\"140\" r=\"8\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.08)\" style=\"--dash-len:50;animation-delay:0.50s\"\/>\n          <text x=\"505\" y=\"155\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5\" font-family=\"Share Tech Mono\">Power<\/text>\n\n          <circle class=\"atc-build\" cx=\"560\" cy=\"140\" r=\"8\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.08)\" style=\"--dash-len:50;animation-delay:0.52s\"\/>\n          <text x=\"555\" y=\"155\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5\" font-family=\"Share Tech Mono\">Sound<\/text>\n\n          <!-- Real-time Data Flow -->\n          <text x=\"280\" y=\"180\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.54s\">LIVE DATA STREAM<\/text>\n          <polyline class=\"atc-build\" points=\"280,190 300,185 320,192 340,188 360,195 380,190 400,193\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"none\" style=\"--dash-len:150;animation-delay:0.60s\"\/>\n          <polyline class=\"atc-build\" points=\"400,193 420,188 440,195 460,190 480,193 500,189 520,195\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"none\" style=\"--dash-len:150;animation-delay:0.64s\"\/>\n\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 1 \u2014 Equipment Hexagon Matrix\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-mfg-card-1\">\n      <div class=\"atc-card-label\">\u2014 Equipment Tracking<\/div>\n      <div class=\"atc-card-title\">Asset Management Hexagon Matrix<\/div>\n      <div class=\"atc-icon-wrap\">\n        <svg class=\"animation_svg_card_1\" viewBox=\"0 0 620 210\" fill=\"none\">\n\n          <!-- Central Hexagon -->\n          <polygon class=\"atc-build\" points=\"310,40 360,70 360,130 310,160 260,130 260,70\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:350;animation-delay:0.12s\"\/>\n          <text x=\"295\" y=\"100\" fill=\"#e8001a\" font-size=\"9\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.22s\">ASSETS<\/text>\n          <text x=\"290\" y=\"115\" fill=\"rgba(232,0,26,0.55)\" font-size=\"7\" font-family=\"Share Tech Mono\">487 Units<\/text>\n\n          <!-- 6 Surrounding Hexagons -->\n          <!-- Top Left - Status -->\n          <polygon class=\"atc-build\" points=\"150,50 190,70 190,110 150,130 110,110 110,70\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:300;animation-delay:0.16s\"\/>\n          <text x=\"140\" y=\"95\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">STATUS<\/text>\n          <text x=\"130\" y=\"110\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">\u2713 Active: 445<\/text>\n\n          <!-- Top Right - Maintenance -->\n          <polygon class=\"atc-build\" points=\"470,50 510,70 510,110 470,130 430,110 430,70\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:300;animation-delay:0.18s\"\/>\n          <text x=\"460\" y=\"95\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">MAINT<\/text>\n          <text x=\"450\" y=\"110\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">Due: 12 units<\/text>\n\n          <!-- Right - Utilization -->\n          <polygon class=\"atc-build\" points=\"545,105 585,125 585,165 545,185 505,165 505,125\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:300;animation-delay:0.20s\"\/>\n          <text x=\"535\" y=\"150\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">UTIL<\/text>\n          <text x=\"520\" y=\"165\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">Avg: 87%<\/text>\n\n          <!-- Bottom Right - Age -->\n          <polygon class=\"atc-build\" points=\"470,160 510,180 510,220 470,240 430,220 430,180\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:300;animation-delay:0.22s\"\/>\n          <text x=\"460\" y=\"205\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">AGE<\/text>\n          <text x=\"450\" y=\"220\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">Avg: 5.2 yrs<\/text>\n\n          <!-- Bottom Left - Cost -->\n          <polygon class=\"atc-build\" points=\"150,160 190,180 190,220 150,240 110,220 110,180\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:300;animation-delay:0.24s\"\/>\n          <text x=\"140\" y=\"205\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">COST<\/text>\n          <text x=\"125\" y=\"220\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">$2.4M\/yr<\/text>\n\n          <!-- Left - Performance -->\n          <polygon class=\"atc-build\" points=\"75,105 115,125 115,165 75,185 35,165 35,125\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:300;animation-delay:0.26s\"\/>\n          <text x=\"55\" y=\"150\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">PERF<\/text>\n          <text x=\"40\" y=\"165\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">Score: 8.4\/10<\/text>\n\n          <!-- Connecting lines -->\n          <line x1=\"260\" y1=\"90\" x2=\"190\" y2=\"90\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:70;animation-delay:0.30s\"\/>\n          <line x1=\"360\" y1=\"90\" x2=\"430\" y2=\"90\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:70;animation-delay:0.32s\"\/>\n          <line x1=\"380\" y1=\"140\" x2=\"505\" y2=\"145\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:130;animation-delay:0.34s\"\/>\n          <line x1=\"360\" y1=\"140\" x2=\"430\" y2=\"190\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:130;animation-delay:0.36s\"\/>\n          <line x1=\"260\" y1=\"140\" x2=\"190\" y2=\"190\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:130;animation-delay:0.38s\"\/>\n          <line x1=\"260\" y1=\"90\" x2=\"115\" y2=\"145\" stroke=\"rgba(232,0,26,0.2)\" stroke-width=\"1\" class=\"atc-build\" style=\"--dash-len:130;animation-delay:0.40s\"\/>\n\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 2 \u2014 Production Timeline (Gantt-style)\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-mfg-card-2\">\n      <div class=\"atc-card-label\">\u2014 Production Control<\/div>\n      <div class=\"atc-card-title\">Weekly Production Schedule Timeline<\/div>\n      <div class=\"atc-icon-wrap\">\n        <svg class=\"animation_svg_card_2\" viewBox=\"0 0 620 210\" fill=\"none\">\n\n          <!-- Timeline Header -->\n          <text x=\"0\" y=\"20\" fill=\"rgba(232,0,26,0.4)\" font-size=\"7\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0s\">WEEK SCHEDULE<\/text>\n          <line x1=\"0\" y1=\"25\" x2=\"620\" y2=\"25\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:625;animation-delay:0.04s\"\/>\n\n          <!-- Day Labels -->\n          <text x=\"30\" y=\"42\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">MON<\/text>\n          <text x=\"105\" y=\"42\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">TUE<\/text>\n          <text x=\"180\" y=\"42\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">WED<\/text>\n          <text x=\"255\" y=\"42\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">THU<\/text>\n          <text x=\"330\" y=\"42\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">FRI<\/text>\n          <text x=\"405\" y=\"42\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">SAT<\/text>\n          <text x=\"480\" y=\"42\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">SUN<\/text>\n\n          <!-- Vertical day lines -->\n          <line x1=\"50\" y1=\"45\" x2=\"50\" y2=\"190\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:145;animation-delay:0.08s\"\/>\n          <line x1=\"125\" y1=\"45\" x2=\"125\" y2=\"190\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:145;animation-delay:0.10s\"\/>\n          <line x1=\"200\" y1=\"45\" x2=\"200\" y2=\"190\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:145;animation-delay:0.12s\"\/>\n          <line x1=\"275\" y1=\"45\" x2=\"275\" y2=\"190\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:145;animation-delay:0.14s\"\/>\n          <line x1=\"350\" y1=\"45\" x2=\"350\" y2=\"190\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:145;animation-delay:0.16s\"\/>\n          <line x1=\"425\" y1=\"45\" x2=\"425\" y2=\"190\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:145;animation-delay:0.18s\"\/>\n          <line x1=\"500\" y1=\"45\" x2=\"500\" y2=\"190\" stroke=\"rgba(232,0,26,0.08)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:145;animation-delay:0.20s\"\/>\n\n          <!-- Product Lines -->\n          <text x=\"0\" y=\"62\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Product A<\/text>\n          <rect class=\"atc-build\" x=\"30\" y=\"50\" width=\"70\" height=\"14\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"#e8001a\" style=\"--dash-len:170;animation-delay:0.24s\"\/>\n          <text x=\"40\" y=\"59\" fill=\"#fff\" font-size=\"5\" font-family=\"Share Tech Mono\">500 units<\/text>\n\n          <text x=\"0\" y=\"82\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Product B<\/text>\n          <rect class=\"atc-build\" x=\"105\" y=\"70\" width=\"90\" height=\"14\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.6)\" style=\"--dash-len:210;animation-delay:0.28s\"\/>\n          <text x=\"125\" y=\"79\" fill=\"#fff\" font-size=\"5\" font-family=\"Share Tech Mono\">650 units<\/text>\n\n          <text x=\"0\" y=\"102\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Product C<\/text>\n          <rect class=\"atc-build\" x=\"200\" y=\"90\" width=\"75\" height=\"14\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.45)\" style=\"--dash-len:185;animation-delay:0.32s\"\/>\n          <text x=\"215\" y=\"99\" fill=\"#fff\" font-size=\"5\" font-family=\"Share Tech Mono\">480 units<\/text>\n\n          <text x=\"0\" y=\"122\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Product D<\/text>\n          <rect class=\"atc-build\" x=\"30\" y=\"110\" width=\"120\" height=\"14\" rx=\"3\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.35)\" style=\"--dash-len:290;animation-delay:0.36s\"\/>\n          <text x=\"50\" y=\"119\" fill=\"#fff\" font-size=\"5\" font-family=\"Share Tech Mono\">720 units<\/text>\n\n          <!-- Summary Stats on Right -->\n          <text x=\"530\" y=\"42\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.38s\">SUMMARY<\/text>\n          <line x1=\"530\" y1=\"46\" x2=\"620\" y2=\"46\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:95;animation-delay:0.42s\"\/>\n\n          <text x=\"530\" y=\"62\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.46s\">Total: 2,350<\/text>\n          <text x=\"530\" y=\"72\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.50s\">On Track: 102%<\/text>\n          <text x=\"530\" y=\"82\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.54s\">Delays: 0<\/text>\n          <text x=\"530\" y=\"92\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.58s\">Bottleneck: None<\/text>\n\n          <!-- % Complete Indicators -->\n          <text x=\"530\" y=\"110\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.62s\">PROGRESS<\/text>\n          <rect x=\"530\" y=\"115\" width=\"80\" height=\"4\" rx=\"2\" fill=\"rgba(232,0,26,0.1)\" class=\"atc-build\" style=\"--dash-len:170;animation-delay:0.66s\"\/>\n          <rect x=\"530\" y=\"115\" width=\"68\" height=\"4\" rx=\"2\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:145;animation-delay:0.70s\"\/>\n          <text x=\"615\" y=\"120\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5\" font-family=\"Share Tech Mono\">85%<\/text>\n\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 3 \u2014 Quality 2x3 Grid Matrix\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-mfg-card-3\">\n      <div class=\"atc-card-label\">\u2014 Quality Control<\/div>\n      <div class=\"atc-card-title\">Quality Inspection Matrix &amp; Controls<\/div>\n      <div class=\"atc-icon-wrap\">\n        <svg class=\"animation_svg_card_3\" viewBox=\"0 0 620 210\" fill=\"none\">\n\n          <!-- 2x3 Grid -->\n          <!-- Row 1 -->\n          <!-- Cell 1: Incoming -->\n          <rect class=\"atc-build\" x=\"10\" y=\"30\" width=\"190\" height=\"70\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:535;animation-delay:0.12s\"\/>\n          <rect x=\"10\" y=\"30\" width=\"190\" height=\"15\" rx=\"5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:400;animation-delay:0.20s\"\/>\n          <text x=\"20\" y=\"41\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">INCOMING QC<\/text>\n          <text x=\"20\" y=\"58\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">AQL 1.5 Sampling<\/text>\n          <text x=\"20\" y=\"70\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Pass Rate: 98.5%<\/text>\n\n          <!-- Cell 2: In-Process -->\n          <rect class=\"atc-build\" x=\"215\" y=\"30\" width=\"190\" height=\"70\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:535;animation-delay:0.14s\"\/>\n          <rect x=\"215\" y=\"30\" width=\"190\" height=\"15\" rx=\"5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:400;animation-delay:0.22s\"\/>\n          <text x=\"225\" y=\"41\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">IN-PROCESS<\/text>\n          <text x=\"225\" y=\"58\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">SPC Statistical Ctrl<\/text>\n          <text x=\"225\" y=\"70\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">CPK: 1.68<\/text>\n\n          <!-- Cell 3: Final Test -->\n          <rect class=\"atc-build\" x=\"420\" y=\"30\" width=\"190\" height=\"70\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:535;animation-delay:0.16s\"\/>\n          <rect x=\"420\" y=\"30\" width=\"190\" height=\"15\" rx=\"5\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:400;animation-delay:0.24s\"\/>\n          <text x=\"430\" y=\"41\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">FINAL TEST<\/text>\n          <text x=\"430\" y=\"58\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">100% Functional<\/text>\n          <text x=\"430\" y=\"70\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Pass: 99.2%<\/text>\n\n          <!-- Row 2 -->\n          <!-- Cell 4: Defect Analysis -->\n          <rect class=\"atc-build\" x=\"10\" y=\"120\" width=\"190\" height=\"70\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:535;animation-delay:0.18s\"\/>\n          <rect x=\"10\" y=\"120\" width=\"190\" height=\"15\" rx=\"5\" fill=\"rgba(232,0,26,0.65)\" class=\"atc-build\" style=\"--dash-len:400;animation-delay:0.26s\"\/>\n          <text x=\"20\" y=\"131\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">DEFECT LOG<\/text>\n          <text x=\"20\" y=\"148\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Critical: 0<\/text>\n          <text x=\"20\" y=\"160\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Minor: 3 \u00b7 Major: 0<\/text>\n\n          <!-- Cell 5: Root Cause -->\n          <rect class=\"atc-build\" x=\"215\" y=\"120\" width=\"190\" height=\"70\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:535;animation-delay:0.20s\"\/>\n          <rect x=\"215\" y=\"120\" width=\"190\" height=\"15\" rx=\"5\" fill=\"rgba(232,0,26,0.5)\" class=\"atc-build\" style=\"--dash-len:400;animation-delay:0.28s\"\/>\n          <text x=\"225\" y=\"131\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">ROOT CAUSE<\/text>\n          <text x=\"225\" y=\"148\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">5Why Analysis<\/text>\n          <text x=\"225\" y=\"160\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Action Items: 2<\/text>\n\n          <!-- Cell 6: Corrective Action -->\n          <rect class=\"atc-build\" x=\"420\" y=\"120\" width=\"190\" height=\"70\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.03)\" style=\"--dash-len:535;animation-delay:0.22s\"\/>\n          <rect x=\"420\" y=\"120\" width=\"190\" height=\"15\" rx=\"5\" fill=\"rgba(232,0,26,0.35)\" class=\"atc-build\" style=\"--dash-len:400;animation-delay:0.30s\"\/>\n          <text x=\"430\" y=\"131\" fill=\"#fff\" font-size=\"7\" font-family=\"Share Tech Mono\">CORRECTIVE ACT<\/text>\n          <text x=\"430\" y=\"148\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Open: 1 \u00b7 Closed: 8<\/text>\n          <text x=\"430\" y=\"160\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Effectiveness: 94%<\/text>\n\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 4 \u2014 Supply Chain Waterfall Flow\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-mfg-card-4\">\n      <div class=\"atc-card-label\">\u2014 Supply Chain<\/div>\n      <div class=\"atc-card-title\">Supply Chain Waterfall &amp; Material Flow<\/div>\n      <div class=\"atc-icon-wrap\">\n        <svg class=\"animation_svg_card_4\" viewBox=\"0 0 620 210\" fill=\"none\">\n\n          <!-- Waterfall Levels -->\n          <!-- Level 1: Suppliers -->\n          <rect class=\"atc-build\" x=\"20\" y=\"30\" width=\"110\" height=\"35\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:295;animation-delay:0.12s\"\/>\n          <text x=\"35\" y=\"45\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">SUPPLIERS<\/text>\n          <text x=\"30\" y=\"57\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">124 Active<\/text>\n\n          <!-- Arrow Down -->\n          <path class=\"atc-build\" d=\"M75 65 L75 85\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:25;animation-delay:0.22s\"\/>\n          <polygon points=\"71,83 75,89 79,83\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.25s\"\/>\n\n          <!-- Level 2: Inbound Logistics -->\n          <rect class=\"atc-build\" x=\"20\" y=\"85\" width=\"110\" height=\"35\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:295;animation-delay:0.16s\"\/>\n          <text x=\"20\" y=\"100\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">INBOUND<\/text>\n          <text x=\"30\" y=\"112\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">12 days avg<\/text>\n\n          <!-- Arrow Down -->\n          <path class=\"atc-build\" d=\"M75 120 L75 140\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:25;animation-delay:0.28s\"\/>\n          <polygon points=\"71,138 75,144 79,138\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.31s\"\/>\n\n          <!-- Level 3: Warehouse -->\n          <rect class=\"atc-build\" x=\"20\" y=\"140\" width=\"110\" height=\"35\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:295;animation-delay:0.20s\"\/>\n          <text x=\"35\" y=\"155\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">WAREHOUSE<\/text>\n          <text x=\"25\" y=\"167\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">$4.2M Inventory<\/text>\n\n          <!-- Arrow Right to Factory -->\n          <path class=\"atc-build\" d=\"M130 157 L180 157\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:55;animation-delay:0.34s\"\/>\n          <polygon points=\"178,153 187,157 178,161\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.37s\"\/>\n\n          <!-- Central: Factory -->\n          <rect class=\"atc-build\" x=\"180\" y=\"100\" width=\"110\" height=\"115\" rx=\"5\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:450;animation-delay:0.24s\"\/>\n          <text x=\"205\" y=\"120\" fill=\"#e8001a\" font-size=\"8\" font-family=\"Share Tech Mono\">FACTORY<\/text>\n          <text x=\"195\" y=\"140\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Input: 2,350\/wk<\/text>\n          <text x=\"195\" y=\"155\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Output: 2,387\/wk<\/text>\n          <text x=\"195\" y=\"170\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">WIP: $1.8M<\/text>\n          <text x=\"195\" y=\"185\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">Cycle: 7.2 days<\/text>\n\n          <!-- Arrow Right to DC -->\n          <path class=\"atc-build\" d=\"M290 157 L340 157\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:55;animation-delay:0.41s\"\/>\n          <polygon points=\"338,153 347,157 338,161\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.44s\"\/>\n\n          <!-- Level 4: Distribution -->\n          <rect class=\"atc-build\" x=\"340\" y=\"140\" width=\"110\" height=\"35\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:295;animation-delay:0.28s\"\/>\n          <text x=\"350\" y=\"155\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">DISTRIB CENTER<\/text>\n          <text x=\"345\" y=\"167\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">3 Regional Hub<\/text>\n\n          <!-- Arrow Up -->\n          <path class=\"atc-build\" d=\"M395 140 L395 120\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:25;animation-delay:0.48s\"\/>\n          <polygon points=\"391,122 395,116 399,122\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.51s\"\/>\n\n          <!-- Level 5: Outbound -->\n          <rect class=\"atc-build\" x=\"340\" y=\"85\" width=\"110\" height=\"35\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:295;animation-delay:0.32s\"\/>\n          <text x=\"345\" y=\"100\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">OUTBOUND<\/text>\n          <text x=\"345\" y=\"112\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">3-5 days avg<\/text>\n\n          <!-- Arrow Up -->\n          <path class=\"atc-build\" d=\"M395 85 L395 65\" stroke=\"#e8001a\" stroke-width=\"1.5\" style=\"--dash-len:25;animation-delay:0.54s\"\/>\n          <polygon points=\"391,67 395,61 399,67\" fill=\"#e8001a\" class=\"atc-build\" style=\"--dash-len:18;animation-delay:0.57s\"\/>\n\n          <!-- Level 6: Customers -->\n          <rect class=\"atc-build\" x=\"340\" y=\"30\" width=\"110\" height=\"35\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1.5\" fill=\"rgba(232,0,26,0.04)\" style=\"--dash-len:295;animation-delay:0.36s\"\/>\n          <text x=\"360\" y=\"45\" fill=\"#e8001a\" font-size=\"7\" font-family=\"Share Tech Mono\">CUSTOMERS<\/text>\n          <text x=\"345\" y=\"57\" fill=\"rgba(232,0,26,0.4)\" font-size=\"5.5\" font-family=\"Share Tech Mono\">847 Active<\/text>\n\n          <!-- Right Side: KPIs -->\n          <text x=\"480\" y=\"35\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.38s\">METRICS<\/text>\n          <line x1=\"480\" y1=\"39\" x2=\"610\" y2=\"39\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:135;animation-delay:0.42s\"\/>\n\n          <text x=\"480\" y=\"55\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.46s\">Lead Time: 22 days<\/text>\n          <text x=\"480\" y=\"68\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.50s\">On-Time: 98.5%<\/text>\n          <text x=\"480\" y=\"81\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.54s\">Turns\/Year: 12x<\/text>\n          <text x=\"480\" y=\"94\" fill=\"rgba(232,0,26,0.5)\" font-size=\"5.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:100;animation-delay:0.58s\">Fillrate: 99.1%<\/text>\n\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n         CARD 5 \u2014 Performance Radar Chart\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n    <div class=\"atc-card\" id=\"atc-mfg-card-5\">\n      <div class=\"atc-card-label\">\u2014 Performance Management<\/div>\n      <div class=\"atc-card-title\">Manufacturing Performance Radar &amp; KPIs<\/div>\n      <div class=\"atc-icon-wrap\">\n        <svg class=\"animation_svg_card_5\" viewBox=\"0 0 620 210\" fill=\"none\">\n\n          <!-- Radar\/Spider Chart -->\n          <!-- Concentric circles -->\n          <circle class=\"atc-build\" cx=\"150\" cy=\"100\" r=\"30\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" fill=\"none\" style=\"--dash-len:190;animation-delay:0.12s\"\/>\n          <circle class=\"atc-build\" cx=\"150\" cy=\"100\" r=\"50\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" fill=\"none\" style=\"--dash-len:315;animation-delay:0.14s\"\/>\n          <circle class=\"atc-build\" cx=\"150\" cy=\"100\" r=\"70\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" fill=\"none\" style=\"--dash-len:440;animation-delay:0.16s\"\/>\n\n          <!-- 6 Axes -->\n          <line x1=\"150\" y1=\"30\" x2=\"150\" y2=\"170\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:140;animation-delay:0.18s\"\/>\n          <line x1=\"220\" y1=\"50\" x2=\"80\" y2=\"150\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:140;animation-delay:0.20s\"\/>\n          <line x1=\"220\" y1=\"150\" x2=\"80\" y2=\"50\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:140;animation-delay:0.22s\"\/>\n\n          <!-- Labels -->\n          <text x=\"145\" y=\"20\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">UPTIME<\/text>\n          <text x=\"230\" y=\"75\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">QUALITY<\/text>\n          <text x=\"230\" y=\"130\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">COST<\/text>\n          <text x=\"145\" y=\"180\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">SAFETY<\/text>\n          <text x=\"60\" y=\"130\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">DELIVERY<\/text>\n          <text x=\"60\" y=\"75\" fill=\"rgba(232,0,26,0.5)\" font-size=\"6\" font-family=\"Share Tech Mono\">EFFICIENCY<\/text>\n\n          <!-- Performance Polygon -->\n          <polygon class=\"atc-build\" points=\"150,45 210,75 200,145 150,160 100,145 110,75\" stroke=\"#e8001a\" stroke-width=\"2\" fill=\"rgba(232,0,26,0.1)\" style=\"--dash-len:450;animation-delay:0.26s\"\/>\n\n          <!-- Value labels on polygon -->\n          <text x=\"150\" y=\"38\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">94%<\/text>\n          <text x=\"220\" y=\"68\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">99.2%<\/text>\n          <text x=\"208\" y=\"152\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">88%<\/text>\n          <text x=\"150\" y=\"168\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">100%<\/text>\n          <text x=\"95\" y=\"152\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">98.5%<\/text>\n          <text x=\"110\" y=\"68\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">87%<\/text>\n\n          <!-- Right Side: Individual KPI Cards -->\n          <text x=\"300\" y=\"35\" fill=\"rgba(232,0,26,0.45)\" font-size=\"6.5\" font-family=\"Share Tech Mono\" class=\"atc-build\" style=\"--dash-len:55;animation-delay:0.32s\">KPI DETAILS<\/text>\n          <line x1=\"300\" y1=\"39\" x2=\"620\" y2=\"39\" stroke=\"rgba(232,0,26,0.1)\" stroke-width=\"0.8\" class=\"atc-build\" style=\"--dash-len:325;animation-delay:0.36s\"\/>\n\n          <!-- KPI 1 -->\n          <rect class=\"atc-build\" x=\"300\" y=\"45\" width=\"155\" height=\"28\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.05)\" style=\"--dash-len:370;animation-delay:0.40s\"\/>\n          <text x=\"310\" y=\"55\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">OEE SCORE<\/text>\n          <text x=\"400\" y=\"55\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">87%<\/text>\n          <text x=\"310\" y=\"68\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5\" font-family=\"Share Tech Mono\">Availability 94% \u00b7 Performance 93% \u00b7 Quality 99.2%<\/text>\n\n          <!-- KPI 2 -->\n          <rect class=\"atc-build\" x=\"465\" y=\"45\" width=\"155\" height=\"28\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.05)\" style=\"--dash-len:370;animation-delay:0.44s\"\/>\n          <text x=\"475\" y=\"55\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">THROUGHPUT<\/text>\n          <text x=\"555\" y=\"55\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">1,248\/hr<\/text>\n          <text x=\"475\" y=\"68\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5\" font-family=\"Share Tech Mono\">Target: 1,200 \u00b7 Variance: +4%<\/text>\n\n          <!-- KPI 3 -->\n          <rect class=\"atc-build\" x=\"300\" y=\"78\" width=\"155\" height=\"28\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.05)\" style=\"--dash-len:370;animation-delay:0.48s\"\/>\n          <text x=\"310\" y=\"88\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">COST\/UNIT<\/text>\n          <text x=\"400\" y=\"88\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">$12.45<\/text>\n          <text x=\"310\" y=\"101\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5\" font-family=\"Share Tech Mono\">Budget: $12.75 \u00b7 Savings: -2.3%<\/text>\n\n          <!-- KPI 4 -->\n          <rect class=\"atc-build\" x=\"465\" y=\"78\" width=\"155\" height=\"28\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.05)\" style=\"--dash-len:370;animation-delay:0.52s\"\/>\n          <text x=\"475\" y=\"88\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">LABOR EFF<\/text>\n          <text x=\"555\" y=\"88\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">96.8%<\/text>\n          <text x=\"475\" y=\"101\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5\" font-family=\"Share Tech Mono\">Productivity: 98.2% \u00b7 Turnover: 1.2%<\/text>\n\n          <!-- KPI 5 -->\n          <rect class=\"atc-build\" x=\"300\" y=\"111\" width=\"155\" height=\"28\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.05)\" style=\"--dash-len:370;animation-delay:0.56s\"\/>\n          <text x=\"310\" y=\"121\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">DEFECT RATE<\/text>\n          <text x=\"400\" y=\"121\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">0.8%<\/text>\n          <text x=\"310\" y=\"134\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5\" font-family=\"Share Tech Mono\">Critical: 0 \u00b7 Trend: -0.3%<\/text>\n\n          <!-- KPI 6 -->\n          <rect class=\"atc-build\" x=\"465\" y=\"111\" width=\"155\" height=\"28\" rx=\"4\" stroke=\"#e8001a\" stroke-width=\"1\" fill=\"rgba(232,0,26,0.05)\" style=\"--dash-len:370;animation-delay:0.60s\"\/>\n          <text x=\"475\" y=\"121\" fill=\"#e8001a\" font-size=\"6\" font-family=\"Share Tech Mono\">SAFETY INCIDENTS<\/text>\n          <text x=\"555\" y=\"121\" fill=\"rgba(232,0,26,0.4)\" font-size=\"6\" font-family=\"Share Tech Mono\">0<\/text>\n          <text x=\"475\" y=\"134\" fill=\"rgba(232,0,26,0.3)\" font-size=\"5\" font-family=\"Share Tech Mono\">TRIFR: 0.2 \u00b7 Days Safe: 847<\/text>\n\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <!-- Status bar -->\n    <div class=\"atc-status-bar\">\n      <div class=\"atc-sdot\"><\/div>\n      <span id=\"atc-mfg-status\">INITIALIZING MANUFACTURING SYSTEM...<\/span>\n    <\/div>\n  <\/div><!-- \/atc-scene -->\n\n<\/div><!-- \/atc-mfg -->\n\n<script>\n(function () {\n  'use strict';\n\n  const canvas = document.getElementById('atc-mfg-canvas');\n  if (!canvas) return;\n  const ctx = canvas.getContext('2d');\n  const W = canvas.width, H = canvas.height;\n\n  const nodes = Array.from({ length: 44 }, () => ({\n    x: Math.random() * W,\n    y: Math.random() * H,\n    vx: (Math.random() - 0.5) * 0.3,\n    vy: (Math.random() - 0.5) * 0.3,\n    r: Math.random() * 1.8 + 1.0,\n    pulse: Math.random() * Math.PI * 2\n  }));\n\n  const packets = Array.from({ length: 12 }, () => ({\n    from: Math.floor(Math.random() * nodes.length),\n    to:   Math.floor(Math.random() * nodes.length),\n    t: Math.random(),\n    speed: 0.003 + Math.random() * 0.005\n  }));\n\n  function drawNeural() {\n    ctx.clearRect(0, 0, W, H);\n    for (let i = 0; i < nodes.length; i++) {\n      for (let j = i + 1; j < nodes.length; j++) {\n        const dx = nodes[j].x - nodes[i].x;\n        const dy = nodes[j].y - nodes[i].y;\n        const d = Math.sqrt(dx * dx + dy * dy);\n        if (d < 110) {\n          ctx.beginPath();\n          ctx.moveTo(nodes[i].x, nodes[i].y);\n          ctx.lineTo(nodes[j].x, nodes[j].y);\n          ctx.strokeStyle = `rgba(232,0,26,${(1 - d \/ 110) * 0.11})`;\n          ctx.lineWidth = 0.7;\n          ctx.stroke();\n        }\n      }\n    }\n    nodes.forEach(n => {\n      n.pulse += 0.016;\n      ctx.beginPath();\n      ctx.arc(n.x, n.y, n.r + Math.sin(n.pulse) * 0.55, 0, Math.PI * 2);\n      ctx.fillStyle = 'rgba(232,0,26,0.48)';\n      ctx.fill();\n      n.x += n.vx; n.y += n.vy;\n      if (n.x < 0 || n.x > W) n.vx *= -1;\n      if (n.y < 0 || n.y > H) n.vy *= -1;\n    });\n    packets.forEach(p => {\n      p.t += p.speed;\n      if (p.t > 1) {\n        p.t = 0;\n        p.from = p.to;\n        p.to = Math.floor(Math.random() * nodes.length);\n      }\n      const f = nodes[p.from], t = nodes[p.to];\n      ctx.beginPath();\n      ctx.arc(\n        f.x + (t.x - f.x) * p.t,\n        f.y + (t.y - f.y) * p.t,\n        2, 0, Math.PI * 2\n      );\n      ctx.fillStyle = 'rgba(232,0,26,0.62)';\n      ctx.fill();\n    });\n  }\n  (function loop() { drawNeural(); requestAnimationFrame(loop); })();\n\n  const cards = document.querySelectorAll('#atc-mfg .atc-card');\n  const TOTAL = cards.length;\n  const statusEl = document.getElementById('atc-mfg-status');\n  const progressEl = document.getElementById('atc-mfg-progress');\n  let current = 0;\n\n  const statusTexts = [\n    'PRODUCTION SYSTEM ACTIVE... circular flow monitoring \u00b7 6 process stations \u00b7 real-time metrics...',\n    'ASSET TRACKING SYSTEM... 487 equipment units \u00b7 445 active \u00b7 12 maintenance due...',\n    'WEEKLY SCHEDULE OPTIMIZED... 4 product lines \u00b7 2,350 units \u00b7 102% target achievement...',\n    'QUALITY INSPECTION RUNNING... 6-point control matrix \u00b7 99.2% final pass rate \u00b7 0 critical defects...',\n    'SUPPLY CHAIN ORCHESTRATED... waterfall flow \u00b7 22-day lead time \u00b7 98.5% on-time delivery...',\n    'PERFORMANCE DASHBOARD LIVE... OEE 87% \u00b7 $12.45\/unit cost \u00b7 96.8% labor efficiency \u00b7 0 safety incidents...'\n  ];\n\n  function activateBuilds(card) {\n    card.querySelectorAll('.atc-build').forEach(el => {\n      const m1 = el.style.cssText.match(\/--dash-len\\s*:\\s*([\\d.]+)\/);\n      const m2 = el.style.cssText.match(\/animation-delay\\s*:\\s*([\\d.]+)s\/);\n      const dashLen = m1 ? m1[1] : 500;\n      const delay = m2 ? parseFloat(m2[1]) : 0;\n      el.style.strokeDasharray = dashLen;\n      el.style.strokeDashoffset = dashLen;\n      el.style.opacity = '0';\n      void el.offsetWidth;\n      el.style.animation = 'none';\n      void el.offsetWidth;\n      el.style.animation = `atmfg-build-in 0.65s ease ${delay}s forwards`;\n    });\n  }\n\n  function goTo(idx) {\n    cards[current].classList.remove('atc-active');\n    current = idx;\n    cards[current].classList.add('atc-active');\n    activateBuilds(cards[current]);\n    if (statusEl) statusEl.textContent = statusTexts[current];\n    if (progressEl) {\n      progressEl.style.transition = 'none';\n      progressEl.style.width = '0%';\n      requestAnimationFrame(() => {\n        progressEl.style.transition = 'width 2.2s linear';\n        progressEl.style.width = '100%';\n      });\n    }\n  }\n\n  goTo(0);\n  setInterval(() => goTo((current + 1) % TOTAL), 3000);\n\n})();\n<\/script>\n<\/body>\n<\/html>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_16_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p><strong>AI-Powered ERP: Unlock Efficiency &amp; Growth<\/strong><\/p>\n<p>At AppleTech, we help streamline operations, reduce costs, and boost productivity with cutting-edge software solutions.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_2_5 et_flex_column_2_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_0 et_pb_image et_pb_image_sticky et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/manufacturing-1.webp\" alt=\"Manufacturing\" title=\"Manufacturing\" width=\"962\" height=\"1208\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/manufacturing-1.webp 962w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/manufacturing-1-480x603.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 962px, 100vw\" class=\"wp-image-239176\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_4 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_3_5 et_flex_column_3_5_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Your manufacturing operations deserve a smooth, intelligent system. AppleTech\u2019s AI-powered solutions integrate with procurement, production, inventory, and logistics to facilitate real-time decision-making and streamlined workflows. Predictive Analytics and automation help minimize waste, make the most of resources, and accelerate growth.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_3 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_5 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">Implementation <span class=\"at-header-color\"> Examples<\/span><\/h2>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_6 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_0 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Preventive-Maintenance.webp\" alt=\"Preventive Maintenance\" width=\"140\" height=\"140\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Preventive-Maintenance.webp 140w\" sizes=\"(max-width: 140px) 100vw, 140px\" class=\"wp-image-239158\" title=\"Preventive Maintenance\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">Preventive Maintenance<\/h3><div class=\"et_pb_blurb_description\"><p>Equipment vitals such as temperature, vibration, humidity, noise (decibels), power usage, etc.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_7 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_1 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Asset-Tracking.webp\" alt=\"Asset Tracking\" width=\"140\" height=\"140\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Asset-Tracking.webp 140w\" sizes=\"(max-width: 140px) 100vw, 140px\" class=\"wp-image-239159\" title=\"Asset Tracking\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">Asset Tracking<\/h3><div class=\"et_pb_blurb_description\"><p>RFID, GPS, or Bluetooth based tracking of assets during storage and transit. Highly applicable for expensive inventory items.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_8 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_2 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Quality-Control.webp\" alt=\"Quality Control\" width=\"140\" height=\"140\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Quality-Control.webp 140w\" sizes=\"(max-width: 140px) 100vw, 140px\" class=\"wp-image-239160\" title=\"Quality Control\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">Quality Control<\/h3><div class=\"et_pb_blurb_description\"><p>AI-based cameras and sensors to automate defect detection, dimension deviations in real-time.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_9 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_blurb_3 et_pb_blurb et_pb_bg_layout_light et_pb_blurb_position_top et_pb_module et_flex_module\"><div class=\"et_pb_blurb_content et_flex_module\"><div class=\"et_pb_main_blurb_image\"><span class=\"et_pb_image_wrap et_pb_only_image_mode_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Occupational-Safety.webp\" alt=\"Occupational Safety\" width=\"140\" height=\"140\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Occupational-Safety.webp 140w\" sizes=\"(max-width: 140px) 100vw, 140px\" class=\"wp-image-239161\" title=\"Occupational Safety\" \/><\/span><\/div><div class=\"et_pb_blurb_container\"><h3 class=\"et_pb_module_header\">Occupational Safety<\/h3><div class=\"et_pb_blurb_description\"><p>Sensors and AI-based cameras to detect safety implementation such as spillage, hard hats (helmets), hazardous area entry-exit and overall noise and temperature in work zones.<\/p>\n<\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_5 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_10 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Our custom manufacturing solutions are designed to bring efficiency and reduce costs for your business.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Boost Productivity with AppleTech: Seamless integration, real-time data insights, and automation-driven solutions for precision and optimized performance.<\/p>\n<p>AppleTech delivers cutting-edge automation, real-time monitoring, and scalable solutions to enhance efficiency, precision, and productivity in manufacturing.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_11 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_1 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Manufacturing-Automation.webp\" alt=\"Manufacturing Automation\" title=\"Manufacturing Automation\" width=\"1417\" height=\"1054\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Manufacturing-Automation.webp 1417w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Manufacturing-Automation-1280x952.webp 1280w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Manufacturing-Automation-980x729.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Manufacturing-Automation-480x357.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) and (max-width: 1280px) 1280px, (min-width: 1281px) 1417px, 100vw\" class=\"wp-image-239129\" \/><\/span><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_6 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_12 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_2 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Manufacturing-Operations.webp\" alt=\"Manufacturing Operations\" title=\"Manufacturing Operations\" width=\"1128\" height=\"904\" srcset=\"https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Manufacturing-Operations.webp 1128w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Manufacturing-Operations-980x785.webp 980w, https:\/\/appletechconsultants.com\/2026\/wp-content\/uploads\/2026\/01\/Manufacturing-Operations-480x385.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1128px, 100vw\" class=\"wp-image-239127\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_13 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">Ready to Transform Your <span class=\"at-header-color\"> Manufacturing Operations?<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>AppleTech\u2019s innovative solutions bring automation, real-time insights, and seamless integration to optimize efficiency. Empower your team with precision tools, reduce downtime, and drive continuous improvement. Discover the future of manufacturing today and stay ahead of the competition with AppleTech\u2019s cutting-edge technology.<\/p>\n<p>Join leading manufacturers who are optimizing operations with AppleTech. Let\u2019s discuss how our solutions can help you drive efficiency, reduce costs, and gain a competitive edge.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_6 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_7 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_14 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2 class=\"at-no-padding-bottom\">FAQs: Manufacturing <span class=\"at-header-color\">Solutions<\/span><\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_0 et_pb_accordion et_pb_module et_flex_module\">\n<div class=\"et_pb_accordion_item_0 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_open et_flex_module\"><h4 class=\"et_pb_toggle_title\">What types of digital solutions do you offer for the manufacturing industry?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>We provide tailored solutions such as production management systems, inventory and supply chain optimization tools, IoT-enabled factory monitoring, predictive maintenance, and ERP integrations to streamline manufacturing operations.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_1 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">Can your solutions help with real-time production tracking and quality control?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Yes. Our systems enable real-time monitoring of production lines, machine performance, and product quality using sensors, dashboards, and data analytics\u2014ensuring efficiency and minimizing defects.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_2 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">How do your tools improve supply chain visibility and inventory management?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Our manufacturing solutions provide end-to-end visibility across the supply chain, including demand forecasting, raw material tracking, automated stock alerts, and integration with suppliers for better planning and reduced downtime.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_3 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">Are your manufacturing solutions customizable for different production models?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Absolutely. Whether you\u2019re using make-to-order, make-to-stock, or batch production, our platforms are fully customizable to match your workflows, processes, and specific business goals.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_accordion_item_4 et_pb_accordion_item et_pb_toggle et_pb_module et_pb_toggle_close et_flex_module\"><h4 class=\"et_pb_toggle_title\">Do you integrate with existing ERP or MES systems?<\/h4><div class=\"et_pb_toggle_content et_flex_module\"><p>Yes. We offer seamless integration with leading ERP and MES systems like SAP, Oracle, Microsoft Dynamics, and custom platforms\u2014allowing smooth data flow and eliminating operational silos.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-239032","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages\/239032","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/comments?post=239032"}],"version-history":[{"count":70,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages\/239032\/revisions"}],"predecessor-version":[{"id":23859220,"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/pages\/239032\/revisions\/23859220"}],"wp:attachment":[{"href":"https:\/\/appletechconsultants.com\/2026\/wp-json\/wp\/v2\/media?parent=239032"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}