.AndromedaArchitecture-module__uKNMda__architectureWrapper{width:100%;margin:4rem 0}.AndromedaArchitecture-module__uKNMda__diagramHeader{text-align:center;margin-bottom:3rem}.AndromedaArchitecture-module__uKNMda__systemTag{font-family:var(--font-inter);letter-spacing:.1em;color:var(--accent);text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.AndromedaArchitecture-module__uKNMda__diagramHeader h3{color:var(--foreground);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.AndromedaArchitecture-module__uKNMda__diagramHeader p{color:var(--muted);max-width:600px;margin:0 auto;font-size:1rem}.AndromedaArchitecture-module__uKNMda__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.AndromedaArchitecture-module__uKNMda__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.AndromedaArchitecture-module__uKNMda__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.AndromedaArchitecture-module__uKNMda__nodeLogoGlow{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.AndromedaArchitecture-module__uKNMda__logoImg{object-fit:contain;width:100%;height:100%;display:block}.AndromedaArchitecture-module__uKNMda__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.AndromedaArchitecture-module__uKNMda__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.AndromedaArchitecture-module__uKNMda__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.AndromedaArchitecture-module__uKNMda__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.AndromedaArchitecture-module__uKNMda__childrenGrid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;padding-top:40px;display:grid;position:relative}.AndromedaArchitecture-module__uKNMda__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:12.5%;right:12.5%}.AndromedaArchitecture-module__uKNMda__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.AndromedaArchitecture-module__uKNMda__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.AndromedaArchitecture-module__uKNMda__childNode:nth-child(n+5):before{display:none}.AndromedaArchitecture-module__uKNMda__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.AndromedaArchitecture-module__uKNMda__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.AndromedaArchitecture-module__uKNMda__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.9rem;font-weight:700;line-height:1.25;transition:color .25s}.AndromedaArchitecture-module__uKNMda__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.AndromedaArchitecture-module__uKNMda__childNode:hover .AndromedaArchitecture-module__uKNMda__childName{color:var(--foreground)}.AndromedaArchitecture-module__uKNMda__childNode:hover .AndromedaArchitecture-module__uKNMda__childLogo{transform:scale(1.1)}.AndromedaArchitecture-module__uKNMda__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.AndromedaArchitecture-module__uKNMda__selectedChild:before{background:var(--brand-color)}.AndromedaArchitecture-module__uKNMda__selectedChild .AndromedaArchitecture-module__uKNMda__childName{color:var(--foreground)}.AndromedaArchitecture-module__uKNMda__selectedChild .AndromedaArchitecture-module__uKNMda__childLogo{transform:scale(1.1)}.AndromedaArchitecture-module__uKNMda__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.AndromedaArchitecture-module__uKNMda__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.AndromedaArchitecture-module__uKNMda__consoleBrand{align-items:center;gap:.75rem;display:flex}.AndromedaArchitecture-module__uKNMda__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.AndromedaArchitecture-module__uKNMda__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.AndromedaArchitecture-module__uKNMda__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.AndromedaArchitecture-module__uKNMda__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.AndromedaArchitecture-module__uKNMda__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.AndromedaArchitecture-module__uKNMda__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.AndromedaArchitecture-module__uKNMda__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.AndromedaArchitecture-module__uKNMda__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.AndromedaArchitecture-module__uKNMda__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:900px){.AndromedaArchitecture-module__uKNMda__childrenGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.AndromedaArchitecture-module__uKNMda__childrenGrid:before,.AndromedaArchitecture-module__uKNMda__childNode:before{display:none}.AndromedaArchitecture-module__uKNMda__childName{white-space:normal}}@media (max-width:600px){.AndromedaArchitecture-module__uKNMda__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.AndromedaArchitecture-module__uKNMda__verticalTrunk{height:25px}.AndromedaArchitecture-module__uKNMda__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.AndromedaArchitecture-module__uKNMda__childNode:hover,.AndromedaArchitecture-module__uKNMda__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.AndromedaArchitecture-module__uKNMda__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.AndromedaArchitecture-module__uKNMda__childName{text-align:left;font-size:.95rem}.AndromedaArchitecture-module__uKNMda__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.AndromedaArchitecture-module__uKNMda__detailsConsole{padding:1.5rem}}
.GettingStartedArchitecture-module__TjxsQa__architectureWrapper{width:100%;margin:4rem 0}.GettingStartedArchitecture-module__TjxsQa__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.GettingStartedArchitecture-module__TjxsQa__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.GettingStartedArchitecture-module__TjxsQa__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.GettingStartedArchitecture-module__TjxsQa__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.GettingStartedArchitecture-module__TjxsQa__logoImgWrapper{justify-content:center;align-items:center;display:flex}.GettingStartedArchitecture-module__TjxsQa__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.GettingStartedArchitecture-module__TjxsQa__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.GettingStartedArchitecture-module__TjxsQa__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.GettingStartedArchitecture-module__TjxsQa__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.GettingStartedArchitecture-module__TjxsQa__childrenGrid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;padding-top:40px;display:grid;position:relative}.GettingStartedArchitecture-module__TjxsQa__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:12.5%;right:12.5%}.GettingStartedArchitecture-module__TjxsQa__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.GettingStartedArchitecture-module__TjxsQa__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.GettingStartedArchitecture-module__TjxsQa__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.GettingStartedArchitecture-module__TjxsQa__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.GettingStartedArchitecture-module__TjxsQa__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.9rem;font-weight:700;line-height:1.25;transition:color .25s}.GettingStartedArchitecture-module__TjxsQa__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.GettingStartedArchitecture-module__TjxsQa__childNode:hover .GettingStartedArchitecture-module__TjxsQa__childName{color:var(--foreground)}.GettingStartedArchitecture-module__TjxsQa__childNode:hover .GettingStartedArchitecture-module__TjxsQa__childLogo{transform:scale(1.1)}.GettingStartedArchitecture-module__TjxsQa__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.GettingStartedArchitecture-module__TjxsQa__selectedChild:before{background:var(--brand-color)}.GettingStartedArchitecture-module__TjxsQa__selectedChild .GettingStartedArchitecture-module__TjxsQa__childName{color:var(--foreground)}.GettingStartedArchitecture-module__TjxsQa__selectedChild .GettingStartedArchitecture-module__TjxsQa__childLogo{transform:scale(1.1)}.GettingStartedArchitecture-module__TjxsQa__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.GettingStartedArchitecture-module__TjxsQa__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.GettingStartedArchitecture-module__TjxsQa__consoleBrand{align-items:center;gap:.75rem;display:flex}.GettingStartedArchitecture-module__TjxsQa__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.GettingStartedArchitecture-module__TjxsQa__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.GettingStartedArchitecture-module__TjxsQa__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.GettingStartedArchitecture-module__TjxsQa__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.GettingStartedArchitecture-module__TjxsQa__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.GettingStartedArchitecture-module__TjxsQa__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.GettingStartedArchitecture-module__TjxsQa__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.GettingStartedArchitecture-module__TjxsQa__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.GettingStartedArchitecture-module__TjxsQa__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:800px){.GettingStartedArchitecture-module__TjxsQa__childrenGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.GettingStartedArchitecture-module__TjxsQa__childrenGrid:before,.GettingStartedArchitecture-module__TjxsQa__childNode:before{display:none}}@media (max-width:600px){.GettingStartedArchitecture-module__TjxsQa__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.GettingStartedArchitecture-module__TjxsQa__verticalTrunk{height:25px}.GettingStartedArchitecture-module__TjxsQa__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.GettingStartedArchitecture-module__TjxsQa__childNode:hover,.GettingStartedArchitecture-module__TjxsQa__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.GettingStartedArchitecture-module__TjxsQa__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.GettingStartedArchitecture-module__TjxsQa__childName{text-align:left;font-size:.95rem}.GettingStartedArchitecture-module__TjxsQa__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.GettingStartedArchitecture-module__TjxsQa__detailsConsole{padding:1.5rem}}
.ReferralFlywheelArchitecture-module__CR5k1q__architectureWrapper{width:100%;margin:4rem 0}.ReferralFlywheelArchitecture-module__CR5k1q__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.ReferralFlywheelArchitecture-module__CR5k1q__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.ReferralFlywheelArchitecture-module__CR5k1q__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.ReferralFlywheelArchitecture-module__CR5k1q__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.ReferralFlywheelArchitecture-module__CR5k1q__logoImgWrapper{justify-content:center;align-items:center;display:flex}.ReferralFlywheelArchitecture-module__CR5k1q__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.ReferralFlywheelArchitecture-module__CR5k1q__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.ReferralFlywheelArchitecture-module__CR5k1q__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.ReferralFlywheelArchitecture-module__CR5k1q__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.ReferralFlywheelArchitecture-module__CR5k1q__childrenGrid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;padding-top:40px;display:grid;position:relative}.ReferralFlywheelArchitecture-module__CR5k1q__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:12.5%;right:12.5%}.ReferralFlywheelArchitecture-module__CR5k1q__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.ReferralFlywheelArchitecture-module__CR5k1q__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.ReferralFlywheelArchitecture-module__CR5k1q__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.ReferralFlywheelArchitecture-module__CR5k1q__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.ReferralFlywheelArchitecture-module__CR5k1q__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.9rem;font-weight:700;line-height:1.25;transition:color .25s}.ReferralFlywheelArchitecture-module__CR5k1q__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.ReferralFlywheelArchitecture-module__CR5k1q__childNode:hover .ReferralFlywheelArchitecture-module__CR5k1q__childName{color:var(--foreground)}.ReferralFlywheelArchitecture-module__CR5k1q__childNode:hover .ReferralFlywheelArchitecture-module__CR5k1q__childLogo{transform:scale(1.1)}.ReferralFlywheelArchitecture-module__CR5k1q__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.ReferralFlywheelArchitecture-module__CR5k1q__selectedChild:before{background:var(--brand-color)}.ReferralFlywheelArchitecture-module__CR5k1q__selectedChild .ReferralFlywheelArchitecture-module__CR5k1q__childName{color:var(--foreground)}.ReferralFlywheelArchitecture-module__CR5k1q__selectedChild .ReferralFlywheelArchitecture-module__CR5k1q__childLogo{transform:scale(1.1)}.ReferralFlywheelArchitecture-module__CR5k1q__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.ReferralFlywheelArchitecture-module__CR5k1q__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.ReferralFlywheelArchitecture-module__CR5k1q__consoleBrand{align-items:center;gap:.75rem;display:flex}.ReferralFlywheelArchitecture-module__CR5k1q__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.ReferralFlywheelArchitecture-module__CR5k1q__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.ReferralFlywheelArchitecture-module__CR5k1q__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.ReferralFlywheelArchitecture-module__CR5k1q__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.ReferralFlywheelArchitecture-module__CR5k1q__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.ReferralFlywheelArchitecture-module__CR5k1q__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.ReferralFlywheelArchitecture-module__CR5k1q__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.ReferralFlywheelArchitecture-module__CR5k1q__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.ReferralFlywheelArchitecture-module__CR5k1q__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:800px){.ReferralFlywheelArchitecture-module__CR5k1q__childrenGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ReferralFlywheelArchitecture-module__CR5k1q__childrenGrid:before,.ReferralFlywheelArchitecture-module__CR5k1q__childNode:before{display:none}}@media (max-width:600px){.ReferralFlywheelArchitecture-module__CR5k1q__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.ReferralFlywheelArchitecture-module__CR5k1q__verticalTrunk{height:25px}.ReferralFlywheelArchitecture-module__CR5k1q__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.ReferralFlywheelArchitecture-module__CR5k1q__childNode:hover,.ReferralFlywheelArchitecture-module__CR5k1q__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.ReferralFlywheelArchitecture-module__CR5k1q__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.ReferralFlywheelArchitecture-module__CR5k1q__childName{text-align:left;font-size:.95rem}.ReferralFlywheelArchitecture-module__CR5k1q__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.ReferralFlywheelArchitecture-module__CR5k1q__detailsConsole{padding:1.5rem}}
.SocialMediaArchitecture-module__GiwC1G__architectureWrapper{width:100%;margin:4rem 0}.SocialMediaArchitecture-module__GiwC1G__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.SocialMediaArchitecture-module__GiwC1G__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.SocialMediaArchitecture-module__GiwC1G__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.SocialMediaArchitecture-module__GiwC1G__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.SocialMediaArchitecture-module__GiwC1G__logoImgWrapper{justify-content:center;align-items:center;display:flex}.SocialMediaArchitecture-module__GiwC1G__logoImg{object-fit:contain;width:100%;height:100%;display:block}.SocialMediaArchitecture-module__GiwC1G__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.SocialMediaArchitecture-module__GiwC1G__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.SocialMediaArchitecture-module__GiwC1G__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.SocialMediaArchitecture-module__GiwC1G__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.SocialMediaArchitecture-module__GiwC1G__childrenGrid{grid-template-columns:repeat(5,1fr);gap:.75rem;width:100%;padding-top:40px;display:grid;position:relative}.SocialMediaArchitecture-module__GiwC1G__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:10%;right:10%}.SocialMediaArchitecture-module__GiwC1G__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.SocialMediaArchitecture-module__GiwC1G__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.SocialMediaArchitecture-module__GiwC1G__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.SocialMediaArchitecture-module__GiwC1G__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.SocialMediaArchitecture-module__GiwC1G__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.8rem;font-weight:700;line-height:1.25;transition:color .25s}.SocialMediaArchitecture-module__GiwC1G__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.SocialMediaArchitecture-module__GiwC1G__childNode:hover .SocialMediaArchitecture-module__GiwC1G__childName{color:var(--foreground)}.SocialMediaArchitecture-module__GiwC1G__childNode:hover .SocialMediaArchitecture-module__GiwC1G__childLogo{transform:scale(1.1)}.SocialMediaArchitecture-module__GiwC1G__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.SocialMediaArchitecture-module__GiwC1G__selectedChild:before{background:var(--brand-color)}.SocialMediaArchitecture-module__GiwC1G__selectedChild .SocialMediaArchitecture-module__GiwC1G__childName{color:var(--foreground)}.SocialMediaArchitecture-module__GiwC1G__selectedChild .SocialMediaArchitecture-module__GiwC1G__childLogo{transform:scale(1.1)}.SocialMediaArchitecture-module__GiwC1G__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.SocialMediaArchitecture-module__GiwC1G__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.SocialMediaArchitecture-module__GiwC1G__consoleBrand{align-items:center;gap:.75rem;display:flex}.SocialMediaArchitecture-module__GiwC1G__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.SocialMediaArchitecture-module__GiwC1G__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.SocialMediaArchitecture-module__GiwC1G__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.SocialMediaArchitecture-module__GiwC1G__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.SocialMediaArchitecture-module__GiwC1G__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.SocialMediaArchitecture-module__GiwC1G__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.SocialMediaArchitecture-module__GiwC1G__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.SocialMediaArchitecture-module__GiwC1G__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.SocialMediaArchitecture-module__GiwC1G__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:800px){.SocialMediaArchitecture-module__GiwC1G__childrenGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.SocialMediaArchitecture-module__GiwC1G__childrenGrid:before,.SocialMediaArchitecture-module__GiwC1G__childNode:before{display:none}}@media (max-width:600px){.SocialMediaArchitecture-module__GiwC1G__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.SocialMediaArchitecture-module__GiwC1G__verticalTrunk{height:25px}.SocialMediaArchitecture-module__GiwC1G__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.SocialMediaArchitecture-module__GiwC1G__childNode:hover,.SocialMediaArchitecture-module__GiwC1G__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.SocialMediaArchitecture-module__GiwC1G__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.SocialMediaArchitecture-module__GiwC1G__childName{text-align:left;font-size:.95rem}.SocialMediaArchitecture-module__GiwC1G__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.SocialMediaArchitecture-module__GiwC1G__detailsConsole{padding:1.5rem}}
.BusinessModelsArchitecture-module__BcQg6q__architectureWrapper{width:100%;margin:4rem 0}.BusinessModelsArchitecture-module__BcQg6q__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.BusinessModelsArchitecture-module__BcQg6q__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.BusinessModelsArchitecture-module__BcQg6q__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.BusinessModelsArchitecture-module__BcQg6q__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.BusinessModelsArchitecture-module__BcQg6q__logoImgWrapper{justify-content:center;align-items:center;display:flex}.BusinessModelsArchitecture-module__BcQg6q__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.BusinessModelsArchitecture-module__BcQg6q__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.BusinessModelsArchitecture-module__BcQg6q__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.BusinessModelsArchitecture-module__BcQg6q__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.BusinessModelsArchitecture-module__BcQg6q__childrenGrid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;padding-top:40px;display:grid;position:relative}.BusinessModelsArchitecture-module__BcQg6q__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:12.5%;right:12.5%}.BusinessModelsArchitecture-module__BcQg6q__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.BusinessModelsArchitecture-module__BcQg6q__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.BusinessModelsArchitecture-module__BcQg6q__childNode:nth-child(n+5):before{display:none}.BusinessModelsArchitecture-module__BcQg6q__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.BusinessModelsArchitecture-module__BcQg6q__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.BusinessModelsArchitecture-module__BcQg6q__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.9rem;font-weight:700;line-height:1.25;transition:color .25s}.BusinessModelsArchitecture-module__BcQg6q__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.BusinessModelsArchitecture-module__BcQg6q__childNode:hover .BusinessModelsArchitecture-module__BcQg6q__childName{color:var(--foreground)}.BusinessModelsArchitecture-module__BcQg6q__childNode:hover .BusinessModelsArchitecture-module__BcQg6q__childLogo{transform:scale(1.1)}.BusinessModelsArchitecture-module__BcQg6q__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.BusinessModelsArchitecture-module__BcQg6q__selectedChild:before{background:var(--brand-color)}.BusinessModelsArchitecture-module__BcQg6q__selectedChild .BusinessModelsArchitecture-module__BcQg6q__childName{color:var(--foreground)}.BusinessModelsArchitecture-module__BcQg6q__selectedChild .BusinessModelsArchitecture-module__BcQg6q__childLogo{transform:scale(1.1)}.BusinessModelsArchitecture-module__BcQg6q__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.BusinessModelsArchitecture-module__BcQg6q__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.BusinessModelsArchitecture-module__BcQg6q__consoleBrand{align-items:center;gap:.75rem;display:flex}.BusinessModelsArchitecture-module__BcQg6q__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.BusinessModelsArchitecture-module__BcQg6q__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.BusinessModelsArchitecture-module__BcQg6q__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.BusinessModelsArchitecture-module__BcQg6q__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.BusinessModelsArchitecture-module__BcQg6q__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.BusinessModelsArchitecture-module__BcQg6q__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.BusinessModelsArchitecture-module__BcQg6q__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.BusinessModelsArchitecture-module__BcQg6q__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.BusinessModelsArchitecture-module__BcQg6q__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:800px){.BusinessModelsArchitecture-module__BcQg6q__childrenGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.BusinessModelsArchitecture-module__BcQg6q__childrenGrid:before,.BusinessModelsArchitecture-module__BcQg6q__childNode:before{display:none}}@media (max-width:600px){.BusinessModelsArchitecture-module__BcQg6q__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.BusinessModelsArchitecture-module__BcQg6q__verticalTrunk{height:25px}.BusinessModelsArchitecture-module__BcQg6q__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.BusinessModelsArchitecture-module__BcQg6q__childNode:hover,.BusinessModelsArchitecture-module__BcQg6q__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.BusinessModelsArchitecture-module__BcQg6q__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.BusinessModelsArchitecture-module__BcQg6q__childName{text-align:left;font-size:.95rem}.BusinessModelsArchitecture-module__BcQg6q__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.BusinessModelsArchitecture-module__BcQg6q__detailsConsole{padding:1.5rem}}
.ContentSalesArchitecture-module__u5GtBa__architectureWrapper{width:100%;margin:4rem 0}.ContentSalesArchitecture-module__u5GtBa__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.ContentSalesArchitecture-module__u5GtBa__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.ContentSalesArchitecture-module__u5GtBa__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.ContentSalesArchitecture-module__u5GtBa__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.ContentSalesArchitecture-module__u5GtBa__logoImgWrapper{justify-content:center;align-items:center;display:flex}.ContentSalesArchitecture-module__u5GtBa__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.ContentSalesArchitecture-module__u5GtBa__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.ContentSalesArchitecture-module__u5GtBa__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.ContentSalesArchitecture-module__u5GtBa__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.ContentSalesArchitecture-module__u5GtBa__childrenGrid{grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:600px;padding-top:40px;display:grid;position:relative}.ContentSalesArchitecture-module__u5GtBa__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:25%;right:25%}.ContentSalesArchitecture-module__u5GtBa__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.ContentSalesArchitecture-module__u5GtBa__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.ContentSalesArchitecture-module__u5GtBa__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.ContentSalesArchitecture-module__u5GtBa__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.ContentSalesArchitecture-module__u5GtBa__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.9rem;font-weight:700;line-height:1.25;transition:color .25s}.ContentSalesArchitecture-module__u5GtBa__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.ContentSalesArchitecture-module__u5GtBa__childNode:hover .ContentSalesArchitecture-module__u5GtBa__childName{color:var(--foreground)}.ContentSalesArchitecture-module__u5GtBa__childNode:hover .ContentSalesArchitecture-module__u5GtBa__childLogo{transform:scale(1.1)}.ContentSalesArchitecture-module__u5GtBa__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.ContentSalesArchitecture-module__u5GtBa__selectedChild:before{background:var(--brand-color)}.ContentSalesArchitecture-module__u5GtBa__selectedChild .ContentSalesArchitecture-module__u5GtBa__childName{color:var(--foreground)}.ContentSalesArchitecture-module__u5GtBa__selectedChild .ContentSalesArchitecture-module__u5GtBa__childLogo{transform:scale(1.1)}.ContentSalesArchitecture-module__u5GtBa__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.ContentSalesArchitecture-module__u5GtBa__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.ContentSalesArchitecture-module__u5GtBa__consoleBrand{align-items:center;gap:.75rem;display:flex}.ContentSalesArchitecture-module__u5GtBa__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.ContentSalesArchitecture-module__u5GtBa__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.ContentSalesArchitecture-module__u5GtBa__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.ContentSalesArchitecture-module__u5GtBa__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.ContentSalesArchitecture-module__u5GtBa__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.ContentSalesArchitecture-module__u5GtBa__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.ContentSalesArchitecture-module__u5GtBa__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.ContentSalesArchitecture-module__u5GtBa__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.ContentSalesArchitecture-module__u5GtBa__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:600px){.ContentSalesArchitecture-module__u5GtBa__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.ContentSalesArchitecture-module__u5GtBa__childrenGrid:before{display:none}.ContentSalesArchitecture-module__u5GtBa__verticalTrunk{height:25px}.ContentSalesArchitecture-module__u5GtBa__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.ContentSalesArchitecture-module__u5GtBa__childNode:before{display:none}.ContentSalesArchitecture-module__u5GtBa__childNode:hover,.ContentSalesArchitecture-module__u5GtBa__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.ContentSalesArchitecture-module__u5GtBa__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.ContentSalesArchitecture-module__u5GtBa__childName{text-align:left;font-size:.95rem}.ContentSalesArchitecture-module__u5GtBa__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.ContentSalesArchitecture-module__u5GtBa__detailsConsole{padding:1.5rem}}
.ScaleEngineArchitecture-module___SmW7a__architectureWrapper{width:100%;margin:4rem 0}.ScaleEngineArchitecture-module___SmW7a__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.ScaleEngineArchitecture-module___SmW7a__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.ScaleEngineArchitecture-module___SmW7a__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.ScaleEngineArchitecture-module___SmW7a__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.ScaleEngineArchitecture-module___SmW7a__logoImgWrapper{justify-content:center;align-items:center;display:flex}.ScaleEngineArchitecture-module___SmW7a__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.ScaleEngineArchitecture-module___SmW7a__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.ScaleEngineArchitecture-module___SmW7a__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.ScaleEngineArchitecture-module___SmW7a__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.ScaleEngineArchitecture-module___SmW7a__childrenGrid{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;padding-top:40px;display:grid;position:relative}.ScaleEngineArchitecture-module___SmW7a__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:16.6%;right:16.6%}.ScaleEngineArchitecture-module___SmW7a__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.ScaleEngineArchitecture-module___SmW7a__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.ScaleEngineArchitecture-module___SmW7a__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.ScaleEngineArchitecture-module___SmW7a__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.ScaleEngineArchitecture-module___SmW7a__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.9rem;font-weight:700;line-height:1.25;transition:color .25s}.ScaleEngineArchitecture-module___SmW7a__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.ScaleEngineArchitecture-module___SmW7a__childNode:hover .ScaleEngineArchitecture-module___SmW7a__childName{color:var(--foreground)}.ScaleEngineArchitecture-module___SmW7a__childNode:hover .ScaleEngineArchitecture-module___SmW7a__childLogo{transform:scale(1.1)}.ScaleEngineArchitecture-module___SmW7a__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.ScaleEngineArchitecture-module___SmW7a__selectedChild:before{background:var(--brand-color)}.ScaleEngineArchitecture-module___SmW7a__selectedChild .ScaleEngineArchitecture-module___SmW7a__childName{color:var(--foreground)}.ScaleEngineArchitecture-module___SmW7a__selectedChild .ScaleEngineArchitecture-module___SmW7a__childLogo{transform:scale(1.1)}.ScaleEngineArchitecture-module___SmW7a__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.ScaleEngineArchitecture-module___SmW7a__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.ScaleEngineArchitecture-module___SmW7a__consoleBrand{align-items:center;gap:.75rem;display:flex}.ScaleEngineArchitecture-module___SmW7a__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.ScaleEngineArchitecture-module___SmW7a__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.ScaleEngineArchitecture-module___SmW7a__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.ScaleEngineArchitecture-module___SmW7a__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.ScaleEngineArchitecture-module___SmW7a__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.ScaleEngineArchitecture-module___SmW7a__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.ScaleEngineArchitecture-module___SmW7a__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.ScaleEngineArchitecture-module___SmW7a__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.ScaleEngineArchitecture-module___SmW7a__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:800px){.ScaleEngineArchitecture-module___SmW7a__childrenGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.ScaleEngineArchitecture-module___SmW7a__childrenGrid:before,.ScaleEngineArchitecture-module___SmW7a__childNode:before{display:none}}@media (max-width:600px){.ScaleEngineArchitecture-module___SmW7a__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.ScaleEngineArchitecture-module___SmW7a__verticalTrunk{height:25px}.ScaleEngineArchitecture-module___SmW7a__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.ScaleEngineArchitecture-module___SmW7a__childNode:hover,.ScaleEngineArchitecture-module___SmW7a__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.ScaleEngineArchitecture-module___SmW7a__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.ScaleEngineArchitecture-module___SmW7a__childName{text-align:left;font-size:.95rem}.ScaleEngineArchitecture-module___SmW7a__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.ScaleEngineArchitecture-module___SmW7a__detailsConsole{padding:1.5rem}}
.GoodwillFunnelArchitecture-module__sNRhvG__architectureWrapper{width:100%;margin:4rem 0}.GoodwillFunnelArchitecture-module__sNRhvG__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.GoodwillFunnelArchitecture-module__sNRhvG__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.GoodwillFunnelArchitecture-module__sNRhvG__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.GoodwillFunnelArchitecture-module__sNRhvG__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.GoodwillFunnelArchitecture-module__sNRhvG__logoImgWrapper{justify-content:center;align-items:center;display:flex}.GoodwillFunnelArchitecture-module__sNRhvG__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.GoodwillFunnelArchitecture-module__sNRhvG__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.GoodwillFunnelArchitecture-module__sNRhvG__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.GoodwillFunnelArchitecture-module__sNRhvG__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.GoodwillFunnelArchitecture-module__sNRhvG__childrenGrid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;padding-top:40px;display:grid;position:relative}.GoodwillFunnelArchitecture-module__sNRhvG__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:12.5%;right:12.5%}.GoodwillFunnelArchitecture-module__sNRhvG__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.GoodwillFunnelArchitecture-module__sNRhvG__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.GoodwillFunnelArchitecture-module__sNRhvG__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.GoodwillFunnelArchitecture-module__sNRhvG__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.GoodwillFunnelArchitecture-module__sNRhvG__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.9rem;font-weight:700;line-height:1.25;transition:color .25s}.GoodwillFunnelArchitecture-module__sNRhvG__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.GoodwillFunnelArchitecture-module__sNRhvG__childNode:hover .GoodwillFunnelArchitecture-module__sNRhvG__childName{color:var(--foreground)}.GoodwillFunnelArchitecture-module__sNRhvG__childNode:hover .GoodwillFunnelArchitecture-module__sNRhvG__childLogo{transform:scale(1.1)}.GoodwillFunnelArchitecture-module__sNRhvG__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.GoodwillFunnelArchitecture-module__sNRhvG__selectedChild:before{background:var(--brand-color)}.GoodwillFunnelArchitecture-module__sNRhvG__selectedChild .GoodwillFunnelArchitecture-module__sNRhvG__childName{color:var(--foreground)}.GoodwillFunnelArchitecture-module__sNRhvG__selectedChild .GoodwillFunnelArchitecture-module__sNRhvG__childLogo{transform:scale(1.1)}.GoodwillFunnelArchitecture-module__sNRhvG__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.GoodwillFunnelArchitecture-module__sNRhvG__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.GoodwillFunnelArchitecture-module__sNRhvG__consoleBrand{align-items:center;gap:.75rem;display:flex}.GoodwillFunnelArchitecture-module__sNRhvG__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.GoodwillFunnelArchitecture-module__sNRhvG__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.GoodwillFunnelArchitecture-module__sNRhvG__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.GoodwillFunnelArchitecture-module__sNRhvG__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.GoodwillFunnelArchitecture-module__sNRhvG__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.GoodwillFunnelArchitecture-module__sNRhvG__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.GoodwillFunnelArchitecture-module__sNRhvG__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.GoodwillFunnelArchitecture-module__sNRhvG__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.GoodwillFunnelArchitecture-module__sNRhvG__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:800px){.GoodwillFunnelArchitecture-module__sNRhvG__childrenGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.GoodwillFunnelArchitecture-module__sNRhvG__childrenGrid:before,.GoodwillFunnelArchitecture-module__sNRhvG__childNode:before{display:none}}@media (max-width:600px){.GoodwillFunnelArchitecture-module__sNRhvG__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.GoodwillFunnelArchitecture-module__sNRhvG__verticalTrunk{height:25px}.GoodwillFunnelArchitecture-module__sNRhvG__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.GoodwillFunnelArchitecture-module__sNRhvG__childNode:hover,.GoodwillFunnelArchitecture-module__sNRhvG__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.GoodwillFunnelArchitecture-module__sNRhvG__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.GoodwillFunnelArchitecture-module__sNRhvG__childName{text-align:left;font-size:.95rem}.GoodwillFunnelArchitecture-module__sNRhvG__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.GoodwillFunnelArchitecture-module__sNRhvG__detailsConsole{padding:1.5rem}}
.CreatorFunnelArchitecture-module__TvAFFW__architectureWrapper{width:100%;margin:4rem 0}.CreatorFunnelArchitecture-module__TvAFFW__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.CreatorFunnelArchitecture-module__TvAFFW__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.CreatorFunnelArchitecture-module__TvAFFW__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.CreatorFunnelArchitecture-module__TvAFFW__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.CreatorFunnelArchitecture-module__TvAFFW__logoImgWrapper{justify-content:center;align-items:center;display:flex}.CreatorFunnelArchitecture-module__TvAFFW__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.CreatorFunnelArchitecture-module__TvAFFW__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.CreatorFunnelArchitecture-module__TvAFFW__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.CreatorFunnelArchitecture-module__TvAFFW__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.CreatorFunnelArchitecture-module__TvAFFW__childrenGrid{grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;padding-top:40px;display:grid;position:relative}.CreatorFunnelArchitecture-module__TvAFFW__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:16.6%;right:16.6%}.CreatorFunnelArchitecture-module__TvAFFW__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.CreatorFunnelArchitecture-module__TvAFFW__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.CreatorFunnelArchitecture-module__TvAFFW__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.CreatorFunnelArchitecture-module__TvAFFW__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.CreatorFunnelArchitecture-module__TvAFFW__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.9rem;font-weight:700;line-height:1.25;transition:color .25s}.CreatorFunnelArchitecture-module__TvAFFW__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.CreatorFunnelArchitecture-module__TvAFFW__childNode:hover .CreatorFunnelArchitecture-module__TvAFFW__childName{color:var(--foreground)}.CreatorFunnelArchitecture-module__TvAFFW__childNode:hover .CreatorFunnelArchitecture-module__TvAFFW__childLogo{transform:scale(1.1)}.CreatorFunnelArchitecture-module__TvAFFW__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.CreatorFunnelArchitecture-module__TvAFFW__selectedChild:before{background:var(--brand-color)}.CreatorFunnelArchitecture-module__TvAFFW__selectedChild .CreatorFunnelArchitecture-module__TvAFFW__childName{color:var(--foreground)}.CreatorFunnelArchitecture-module__TvAFFW__selectedChild .CreatorFunnelArchitecture-module__TvAFFW__childLogo{transform:scale(1.1)}.CreatorFunnelArchitecture-module__TvAFFW__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.CreatorFunnelArchitecture-module__TvAFFW__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.CreatorFunnelArchitecture-module__TvAFFW__consoleBrand{align-items:center;gap:.75rem;display:flex}.CreatorFunnelArchitecture-module__TvAFFW__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.CreatorFunnelArchitecture-module__TvAFFW__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.CreatorFunnelArchitecture-module__TvAFFW__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.CreatorFunnelArchitecture-module__TvAFFW__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.CreatorFunnelArchitecture-module__TvAFFW__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.CreatorFunnelArchitecture-module__TvAFFW__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.CreatorFunnelArchitecture-module__TvAFFW__creatorList{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.CreatorFunnelArchitecture-module__TvAFFW__creatorLinkCard{background-color:var(--background-panel);border:1px solid var(--border);border-radius:4px;align-items:center;gap:.5rem;padding:.4rem .85rem;font-size:.85rem;font-weight:600;display:flex}.CreatorFunnelArchitecture-module__TvAFFW__creatorNameLink{color:var(--foreground);text-decoration:none;transition:color .2s}.CreatorFunnelArchitecture-module__TvAFFW__creatorNameLink:hover{color:var(--accent);text-decoration:underline}.CreatorFunnelArchitecture-module__TvAFFW__divider{color:var(--muted);font-size:.75rem}.CreatorFunnelArchitecture-module__TvAFFW__businessLink{color:var(--muted);font-weight:500;text-decoration:none;transition:color .2s}.CreatorFunnelArchitecture-module__TvAFFW__businessLink:hover{color:var(--foreground);text-decoration:underline}.CreatorFunnelArchitecture-module__TvAFFW__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:800px){.CreatorFunnelArchitecture-module__TvAFFW__childrenGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.CreatorFunnelArchitecture-module__TvAFFW__childrenGrid:before,.CreatorFunnelArchitecture-module__TvAFFW__childNode:before{display:none}}@media (max-width:600px){.CreatorFunnelArchitecture-module__TvAFFW__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.CreatorFunnelArchitecture-module__TvAFFW__verticalTrunk{height:25px}.CreatorFunnelArchitecture-module__TvAFFW__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.CreatorFunnelArchitecture-module__TvAFFW__childNode:hover,.CreatorFunnelArchitecture-module__TvAFFW__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.CreatorFunnelArchitecture-module__TvAFFW__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.CreatorFunnelArchitecture-module__TvAFFW__childName{text-align:left;font-size:.95rem}.CreatorFunnelArchitecture-module__TvAFFW__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.CreatorFunnelArchitecture-module__TvAFFW__detailsConsole{padding:1.5rem}}
.MarketerRankArchitecture-module__FbxU8W__architectureWrapper{width:100%;margin:4rem 0}.MarketerRankArchitecture-module__FbxU8W__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.MarketerRankArchitecture-module__FbxU8W__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.MarketerRankArchitecture-module__FbxU8W__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.MarketerRankArchitecture-module__FbxU8W__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.MarketerRankArchitecture-module__FbxU8W__logoImgWrapper{justify-content:center;align-items:center;display:flex}.MarketerRankArchitecture-module__FbxU8W__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.MarketerRankArchitecture-module__FbxU8W__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.MarketerRankArchitecture-module__FbxU8W__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.MarketerRankArchitecture-module__FbxU8W__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.MarketerRankArchitecture-module__FbxU8W__childrenGrid{grid-template-columns:repeat(5,1fr);gap:.75rem;width:100%;padding-top:40px;display:grid;position:relative}.MarketerRankArchitecture-module__FbxU8W__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:10%;right:10%}.MarketerRankArchitecture-module__FbxU8W__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:110px;padding:.75rem .5rem;position:relative}.MarketerRankArchitecture-module__FbxU8W__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.MarketerRankArchitecture-module__FbxU8W__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.MarketerRankArchitecture-module__FbxU8W__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.MarketerRankArchitecture-module__FbxU8W__childInfo{flex-direction:column;align-items:center;gap:.15rem;display:flex}.MarketerRankArchitecture-module__FbxU8W__childLvl{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.6rem;font-weight:700}.MarketerRankArchitecture-module__FbxU8W__childName{color:var(--muted);text-align:center;white-space:normal;text-transform:uppercase;font-size:.9rem;font-weight:800;line-height:1.2;transition:color .25s}.MarketerRankArchitecture-module__FbxU8W__childBracket{color:var(--muted);text-align:center;font-size:.7rem;font-weight:500}.MarketerRankArchitecture-module__FbxU8W__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.MarketerRankArchitecture-module__FbxU8W__childNode:hover .MarketerRankArchitecture-module__FbxU8W__childName{color:var(--foreground)}.MarketerRankArchitecture-module__FbxU8W__childNode:hover .MarketerRankArchitecture-module__FbxU8W__childLogo{transform:scale(1.1)}.MarketerRankArchitecture-module__FbxU8W__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.MarketerRankArchitecture-module__FbxU8W__selectedChild:before{background:var(--brand-color)}.MarketerRankArchitecture-module__FbxU8W__selectedChild .MarketerRankArchitecture-module__FbxU8W__childName{color:var(--foreground)}.MarketerRankArchitecture-module__FbxU8W__selectedChild .MarketerRankArchitecture-module__FbxU8W__childLogo{transform:scale(1.1)}.MarketerRankArchitecture-module__FbxU8W__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.MarketerRankArchitecture-module__FbxU8W__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.MarketerRankArchitecture-module__FbxU8W__consoleBrand{align-items:center;gap:1rem;display:flex}.MarketerRankArchitecture-module__FbxU8W__consoleLogo{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.MarketerRankArchitecture-module__FbxU8W__consoleLvl{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.7rem;font-weight:800}.MarketerRankArchitecture-module__FbxU8W__consoleName{color:var(--foreground);text-transform:uppercase;margin:0;font-size:1.5rem;font-weight:900}.MarketerRankArchitecture-module__FbxU8W__consoleBracket{color:var(--muted);text-transform:lowercase;font-size:1.05rem;font-weight:500}.MarketerRankArchitecture-module__FbxU8W__consoleBadge{font-family:var(--font-inter);border:1px solid;border-radius:4px;padding:.4rem .85rem;font-size:.8rem;font-weight:700}.MarketerRankArchitecture-module__FbxU8W__consoleContent{flex-direction:column;gap:1.75rem;display:flex}.MarketerRankArchitecture-module__FbxU8W__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.65rem;font-size:.75rem;font-weight:800}.MarketerRankArchitecture-module__FbxU8W__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.MarketerRankArchitecture-module__FbxU8W__placementsList{flex-wrap:wrap;gap:.5rem;display:flex}.MarketerRankArchitecture-module__FbxU8W__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.MarketerRankArchitecture-module__FbxU8W__levelUpBox{background-color:var(--background-panel);border:1px solid var(--border);border-left:4px solid var(--brand-color);border-radius:0 4px 4px 0;padding:1rem 1.25rem}.MarketerRankArchitecture-module__FbxU8W__levelUpBox p{color:var(--foreground);font-size:.95rem;font-weight:600}.MarketerRankArchitecture-module__FbxU8W__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:1024px){.MarketerRankArchitecture-module__FbxU8W__childrenGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.MarketerRankArchitecture-module__FbxU8W__childrenGrid:before,.MarketerRankArchitecture-module__FbxU8W__childNode:before{display:none}}@media (max-width:680px){.MarketerRankArchitecture-module__FbxU8W__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.MarketerRankArchitecture-module__FbxU8W__verticalTrunk{height:25px}.MarketerRankArchitecture-module__FbxU8W__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.MarketerRankArchitecture-module__FbxU8W__childNode:hover,.MarketerRankArchitecture-module__FbxU8W__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.MarketerRankArchitecture-module__FbxU8W__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.MarketerRankArchitecture-module__FbxU8W__childInfo{align-items:flex-start}.MarketerRankArchitecture-module__FbxU8W__childName,.MarketerRankArchitecture-module__FbxU8W__childBracket{text-align:left}.MarketerRankArchitecture-module__FbxU8W__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.MarketerRankArchitecture-module__FbxU8W__detailsConsole{padding:1.5rem}}
.PerformanceMetricsArchitecture-module__eNlOvW__architectureWrapper{width:100%;margin:4rem 0}.PerformanceMetricsArchitecture-module__eNlOvW__diagramContainer{background-color:var(--background-panel);border:1.5px solid var(--border);box-shadow:3px 3px 0px var(--border);border-radius:8px;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;padding:2rem;display:flex;position:relative}.PerformanceMetricsArchitecture-module__eNlOvW__diagramHeader{text-align:center;margin-bottom:1rem}.PerformanceMetricsArchitecture-module__eNlOvW__diagramHeader h4{color:var(--foreground);margin-bottom:.25rem;font-size:1.25rem;font-weight:800}.PerformanceMetricsArchitecture-module__eNlOvW__diagramHeader p{color:var(--muted);font-size:.85rem;font-weight:500}.PerformanceMetricsArchitecture-module__eNlOvW__funnelTiers{flex-direction:column;gap:1.25rem;width:100%;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__tierRow{border:1px solid var(--border);background-color:#ffffff80;border-radius:6px;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__tierHeader{border-bottom:1px dashed var(--border);justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__tierTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.8rem;font-weight:800}.PerformanceMetricsArchitecture-module__eNlOvW__tierLabel{color:#fff;border-radius:4px;padding:.15rem .5rem;font-size:.75rem;font-weight:700}.PerformanceMetricsArchitecture-module__eNlOvW__cardsGrid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;width:100%;display:grid}.PerformanceMetricsArchitecture-module__eNlOvW__metricCard{border:1.5px solid var(--border);text-align:center;cursor:pointer;box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;height:80px;padding:.75rem 1rem;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__metricCard:hover{border-color:var(--tier-color);box-shadow:3px 3px 0px var(--tier-color);transform:translateY(-2px)}.PerformanceMetricsArchitecture-module__eNlOvW__metricCardIcon{color:var(--tier-color);justify-content:center;align-items:center;transition:transform .2s;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__metricCard:hover .PerformanceMetricsArchitecture-module__eNlOvW__metricCardIcon{transform:scale(1.1)}.PerformanceMetricsArchitecture-module__eNlOvW__metricCardName{color:var(--muted);font-size:.9rem;font-weight:800;transition:color .2s}.PerformanceMetricsArchitecture-module__eNlOvW__metricCard:hover .PerformanceMetricsArchitecture-module__eNlOvW__metricCardName{color:var(--foreground)}.PerformanceMetricsArchitecture-module__eNlOvW__selectedCard{border-color:var(--tier-color);box-shadow:4px 4px 0px var(--tier-color);background-color:#fff}.PerformanceMetricsArchitecture-module__eNlOvW__selectedCard .PerformanceMetricsArchitecture-module__eNlOvW__metricCardName{color:var(--foreground)}.PerformanceMetricsArchitecture-module__eNlOvW__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.PerformanceMetricsArchitecture-module__eNlOvW__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__consoleBrand{align-items:center;gap:.75rem;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__consoleLogo{width:28px;height:28px;color:var(--brand-color);justify-content:center;align-items:center;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.PerformanceMetricsArchitecture-module__eNlOvW__consoleBadge{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.PerformanceMetricsArchitecture-module__eNlOvW__consoleContent{grid-template-columns:1.2fr 1fr;gap:2rem;display:grid}.PerformanceMetricsArchitecture-module__eNlOvW__consoleLeft{flex-direction:column;gap:1.5rem;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.4rem;font-size:.75rem;font-weight:800}.PerformanceMetricsArchitecture-module__eNlOvW__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.PerformanceMetricsArchitecture-module__eNlOvW__formulaBox{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);text-align:center;border-radius:6px;justify-content:center;align-items:center;padding:1rem;font-family:monospace;font-size:1.1rem;font-weight:700;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__exampleText{color:var(--muted);border-left:3px solid var(--brand-color);padding-left:.75rem;font-style:italic;font-size:.95rem!important}.PerformanceMetricsArchitecture-module__eNlOvW__consoleRight{background-color:var(--background-panel);border:1px solid var(--border);border-radius:6px;flex-direction:column;gap:1.25rem;height:fit-content;padding:1.5rem;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__calculatorTitle{color:var(--foreground);border-bottom:1px dashed var(--border);align-items:center;gap:.5rem;margin-bottom:.25rem;padding-bottom:.75rem;font-size:1rem;font-weight:800;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__calculatorForm{flex-direction:column;gap:1rem;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__inputGroup{flex-direction:column;gap:.35rem;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__inputGroup label{text-transform:uppercase;letter-spacing:.02em;color:var(--muted);font-size:.75rem;font-weight:700}.PerformanceMetricsArchitecture-module__eNlOvW__inputWrapper{align-items:center;display:flex;position:relative}.PerformanceMetricsArchitecture-module__eNlOvW__inputPrefix{color:var(--muted);font-size:.9rem;font-weight:700;position:absolute;left:.75rem}.PerformanceMetricsArchitecture-module__eNlOvW__calcInput{border:1.5px solid var(--border);width:100%;color:var(--foreground);background-color:#fff;border-radius:4px;outline:none;padding:.5rem .75rem;font-size:.95rem;font-weight:600;transition:border-color .2s}.PerformanceMetricsArchitecture-module__eNlOvW__calcInputHasPrefix{padding-left:1.75rem}.PerformanceMetricsArchitecture-module__eNlOvW__calcInput:focus{border-color:var(--brand-color)}.PerformanceMetricsArchitecture-module__eNlOvW__calcResultBox{border:1.5px solid var(--brand-color);box-shadow:2px 2px 0px var(--brand-color);background-color:#fff;border-radius:6px;flex-direction:column;gap:.5rem;margin-top:.5rem;padding:1rem;display:flex}.PerformanceMetricsArchitecture-module__eNlOvW__calcResultLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.7rem;font-weight:800}.PerformanceMetricsArchitecture-module__eNlOvW__calcResultValue{color:var(--brand-color);font-size:1.5rem;font-weight:800;line-height:1.1}.PerformanceMetricsArchitecture-module__eNlOvW__calcMathSteps{color:var(--muted);border-top:1px solid var(--border);margin-top:.25rem;padding-top:.5rem;font-family:monospace;font-size:.75rem}@media (max-width:900px){.PerformanceMetricsArchitecture-module__eNlOvW__consoleContent{grid-template-columns:1fr;gap:1.5rem}}@media (max-width:600px){.PerformanceMetricsArchitecture-module__eNlOvW__diagramContainer{padding:1rem}.PerformanceMetricsArchitecture-module__eNlOvW__tierRow{padding:.75rem}.PerformanceMetricsArchitecture-module__eNlOvW__cardsGrid{grid-template-columns:repeat(2,1fr);gap:.5rem}.PerformanceMetricsArchitecture-module__eNlOvW__metricCard{height:70px;padding:.5rem}.PerformanceMetricsArchitecture-module__eNlOvW__metricCardName{font-size:.8rem}.PerformanceMetricsArchitecture-module__eNlOvW__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.PerformanceMetricsArchitecture-module__eNlOvW__detailsConsole{padding:1.5rem}}
.MetricsTroubleshootingArchitecture-module__u9UELW__architectureWrapper{width:100%;margin:4rem 0}.MetricsTroubleshootingArchitecture-module__u9UELW__diagramContainer{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background:#fff;border-radius:8px;flex-direction:column;align-items:center;margin-bottom:2rem;padding:2.5rem;display:flex;position:relative}.MetricsTroubleshootingArchitecture-module__u9UELW__diagramHeader{text-align:center;width:100%;margin-bottom:2.5rem}.MetricsTroubleshootingArchitecture-module__u9UELW__diagramHeader h4{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.MetricsTroubleshootingArchitecture-module__u9UELW__diagramHeader p{color:var(--muted);max-width:600px;margin:0 auto;font-size:.95rem}.MetricsTroubleshootingArchitecture-module__u9UELW__funnelTiers{flex-direction:column;gap:1.75rem;width:100%;display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__tierRow{flex-direction:column;gap:.75rem;width:100%;display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__tierHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__tierTitle{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:700}.MetricsTroubleshootingArchitecture-module__u9UELW__tierLabel{font-family:var(--font-inter);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.25rem .65rem;font-size:.7rem;font-weight:700}.MetricsTroubleshootingArchitecture-module__u9UELW__cardsGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;width:100%;display:grid}.MetricsTroubleshootingArchitecture-module__u9UELW__metricCard{border:1.5px solid var(--border);cursor:pointer;box-shadow:2px 2px 0px var(--border);text-align:left;background-color:#fff;border-radius:6px;outline:none;align-items:center;gap:.75rem;padding:.85rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__metricCardIcon{background-color:var(--background-panel);border:1px solid var(--border);width:32px;height:32px;color:var(--tier-color);border-radius:4px;justify-content:center;align-items:center;transition:all .2s;display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__metricCardName{color:var(--muted);font-size:.95rem;font-weight:700;transition:color .2s}.MetricsTroubleshootingArchitecture-module__u9UELW__metricCard:hover{border-color:var(--tier-color);box-shadow:3px 3px 0px var(--tier-color);transform:translateY(-2px)}.MetricsTroubleshootingArchitecture-module__u9UELW__metricCard:hover .MetricsTroubleshootingArchitecture-module__u9UELW__metricCardName{color:var(--foreground)}.MetricsTroubleshootingArchitecture-module__u9UELW__metricCard:hover .MetricsTroubleshootingArchitecture-module__u9UELW__metricCardIcon{border-color:var(--tier-color);background-color:#fff;transform:scale(1.05)}.MetricsTroubleshootingArchitecture-module__u9UELW__selectedCard{border-color:var(--tier-color);box-shadow:3px 3px 0px var(--tier-color)}.MetricsTroubleshootingArchitecture-module__u9UELW__selectedCard .MetricsTroubleshootingArchitecture-module__u9UELW__metricCardName{color:var(--foreground)}.MetricsTroubleshootingArchitecture-module__u9UELW__selectedCard .MetricsTroubleshootingArchitecture-module__u9UELW__metricCardIcon{border-color:var(--tier-color);background-color:#fff;transform:scale(1.05)}.MetricsTroubleshootingArchitecture-module__u9UELW__detailsConsole{border:1.5px solid var(--border);box-shadow:4px 4px 0px var(--foreground);background-color:#fff;border-radius:8px;padding:2.25rem;transition:all .25s}.MetricsTroubleshootingArchitecture-module__u9UELW__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__consoleBrand{align-items:center;gap:.75rem;display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__consoleLogo{justify-content:center;align-items:center;width:28px;height:28px;display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__consoleName{color:var(--foreground);letter-spacing:-.015em;margin:0;font-size:1.5rem;font-weight:800}.MetricsTroubleshootingArchitecture-module__u9UELW__consoleBadge{font-family:var(--font-inter);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:4px;padding:.35rem .85rem;font-size:.75rem;font-weight:700}.MetricsTroubleshootingArchitecture-module__u9UELW__consoleContent{flex-direction:column;gap:1.75rem;display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.MetricsTroubleshootingArchitecture-module__u9UELW__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.MetricsTroubleshootingArchitecture-module__u9UELW__playbookText{color:var(--foreground);font-weight:600}.MetricsTroubleshootingArchitecture-module__u9UELW__checksGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin-top:.5rem;display:grid}.MetricsTroubleshootingArchitecture-module__u9UELW__checkTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:6px;align-items:center;gap:.65rem;padding:.5rem .85rem;font-size:.85rem;font-weight:600;display:flex}.MetricsTroubleshootingArchitecture-module__u9UELW__checkIcon{color:#10b981;flex-shrink:0}@media (max-width:768px){.MetricsTroubleshootingArchitecture-module__u9UELW__diagramContainer{padding:1.5rem}.MetricsTroubleshootingArchitecture-module__u9UELW__cardsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.MetricsTroubleshootingArchitecture-module__u9UELW__detailsConsole{padding:1.5rem}}@media (max-width:480px){.MetricsTroubleshootingArchitecture-module__u9UELW__cardsGrid{grid-template-columns:1fr}.MetricsTroubleshootingArchitecture-module__u9UELW__consoleHeader{flex-direction:column;align-items:flex-start;gap:.75rem}}
.ContentMarketingArchitecture-module__47lPQW__architectureWrapper{width:100%;margin:4rem 0}.ContentMarketingArchitecture-module__47lPQW__diagramHeader{text-align:center;margin-bottom:3rem}.ContentMarketingArchitecture-module__47lPQW__systemTag{font-family:var(--font-inter);letter-spacing:.1em;color:var(--accent);text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;font-weight:700;display:block}.ContentMarketingArchitecture-module__47lPQW__diagramHeader h3{color:var(--foreground);letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.ContentMarketingArchitecture-module__47lPQW__diagramHeader p{color:var(--muted);max-width:600px;margin:0 auto;font-size:1rem}.ContentMarketingArchitecture-module__47lPQW__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.ContentMarketingArchitecture-module__47lPQW__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.ContentMarketingArchitecture-module__47lPQW__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.ContentMarketingArchitecture-module__47lPQW__nodeLogoGlow{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ContentMarketingArchitecture-module__47lPQW__logoImg{object-fit:contain;width:100%;height:100%;display:block}.ContentMarketingArchitecture-module__47lPQW__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.ContentMarketingArchitecture-module__47lPQW__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.ContentMarketingArchitecture-module__47lPQW__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.ContentMarketingArchitecture-module__47lPQW__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.ContentMarketingArchitecture-module__47lPQW__childrenGrid{grid-template-columns:repeat(5,1fr);gap:.75rem;width:100%;padding-top:40px;display:grid;position:relative}.ContentMarketingArchitecture-module__47lPQW__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:10%;right:10%}.ContentMarketingArchitecture-module__47lPQW__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .25rem;position:relative}.ContentMarketingArchitecture-module__47lPQW__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.ContentMarketingArchitecture-module__47lPQW__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.ContentMarketingArchitecture-module__47lPQW__childLogo{justify-content:center;align-items:center;width:24px;height:24px;transition:transform .25s;display:flex}.ContentMarketingArchitecture-module__47lPQW__childName{color:var(--muted);text-align:center;white-space:nowrap;font-size:.8rem;font-weight:700;transition:color .25s}.ContentMarketingArchitecture-module__47lPQW__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.ContentMarketingArchitecture-module__47lPQW__childNode:hover .ContentMarketingArchitecture-module__47lPQW__childName{color:var(--foreground)}.ContentMarketingArchitecture-module__47lPQW__childNode:hover .ContentMarketingArchitecture-module__47lPQW__childLogo{transform:scale(1.1)}.ContentMarketingArchitecture-module__47lPQW__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.ContentMarketingArchitecture-module__47lPQW__selectedChild:before{background:var(--brand-color)}.ContentMarketingArchitecture-module__47lPQW__selectedChild .ContentMarketingArchitecture-module__47lPQW__childName{color:var(--foreground)}.ContentMarketingArchitecture-module__47lPQW__selectedChild .ContentMarketingArchitecture-module__47lPQW__childLogo{transform:scale(1.1)}.ContentMarketingArchitecture-module__47lPQW__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.ContentMarketingArchitecture-module__47lPQW__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.ContentMarketingArchitecture-module__47lPQW__consoleBrand{align-items:center;gap:.75rem;display:flex}.ContentMarketingArchitecture-module__47lPQW__consoleLogo{justify-content:center;align-items:center;width:28px;height:28px;display:flex}.ContentMarketingArchitecture-module__47lPQW__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.ContentMarketingArchitecture-module__47lPQW__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.ContentMarketingArchitecture-module__47lPQW__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.ContentMarketingArchitecture-module__47lPQW__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.ContentMarketingArchitecture-module__47lPQW__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.ContentMarketingArchitecture-module__47lPQW__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.ContentMarketingArchitecture-module__47lPQW__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.ContentMarketingArchitecture-module__47lPQW__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:950px){.ContentMarketingArchitecture-module__47lPQW__childrenGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.ContentMarketingArchitecture-module__47lPQW__childrenGrid:before,.ContentMarketingArchitecture-module__47lPQW__childNode:before{display:none}.ContentMarketingArchitecture-module__47lPQW__childName{white-space:normal}}@media (max-width:600px){.ContentMarketingArchitecture-module__47lPQW__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.ContentMarketingArchitecture-module__47lPQW__verticalTrunk{height:25px}.ContentMarketingArchitecture-module__47lPQW__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.ContentMarketingArchitecture-module__47lPQW__childNode:hover,.ContentMarketingArchitecture-module__47lPQW__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.ContentMarketingArchitecture-module__47lPQW__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.ContentMarketingArchitecture-module__47lPQW__childName{text-align:left;font-size:.95rem}.ContentMarketingArchitecture-module__47lPQW__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.ContentMarketingArchitecture-module__47lPQW__detailsConsole{padding:1.5rem}}
.PostingArchitecture-module__w7s-Ra__architectureWrapper{width:100%;margin:4rem 0}.PostingArchitecture-module__w7s-Ra__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.PostingArchitecture-module__w7s-Ra__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.PostingArchitecture-module__w7s-Ra__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.PostingArchitecture-module__w7s-Ra__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.PostingArchitecture-module__w7s-Ra__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.PostingArchitecture-module__w7s-Ra__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.PostingArchitecture-module__w7s-Ra__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.PostingArchitecture-module__w7s-Ra__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.PostingArchitecture-module__w7s-Ra__childrenGrid{grid-template-columns:repeat(5,1fr);gap:1rem;width:100%;padding-top:40px;display:grid;position:relative}.PostingArchitecture-module__w7s-Ra__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:10%;right:10%}.PostingArchitecture-module__w7s-Ra__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.PostingArchitecture-module__w7s-Ra__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.PostingArchitecture-module__w7s-Ra__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.PostingArchitecture-module__w7s-Ra__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.PostingArchitecture-module__w7s-Ra__childName{color:var(--muted);text-align:center;white-space:nowrap;font-size:.9rem;font-weight:700;transition:color .25s}.PostingArchitecture-module__w7s-Ra__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.PostingArchitecture-module__w7s-Ra__childNode:hover .PostingArchitecture-module__w7s-Ra__childName{color:var(--foreground)}.PostingArchitecture-module__w7s-Ra__childNode:hover .PostingArchitecture-module__w7s-Ra__childLogo{transform:scale(1.1)}.PostingArchitecture-module__w7s-Ra__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.PostingArchitecture-module__w7s-Ra__selectedChild:before{background:var(--brand-color)}.PostingArchitecture-module__w7s-Ra__selectedChild .PostingArchitecture-module__w7s-Ra__childName{color:var(--foreground)}.PostingArchitecture-module__w7s-Ra__selectedChild .PostingArchitecture-module__w7s-Ra__childLogo{transform:scale(1.1)}.PostingArchitecture-module__w7s-Ra__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.PostingArchitecture-module__w7s-Ra__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.PostingArchitecture-module__w7s-Ra__consoleBrand{align-items:center;gap:.75rem;display:flex}.PostingArchitecture-module__w7s-Ra__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.PostingArchitecture-module__w7s-Ra__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.PostingArchitecture-module__w7s-Ra__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.PostingArchitecture-module__w7s-Ra__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.PostingArchitecture-module__w7s-Ra__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.PostingArchitecture-module__w7s-Ra__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.PostingArchitecture-module__w7s-Ra__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.PostingArchitecture-module__w7s-Ra__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.PostingArchitecture-module__w7s-Ra__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:900px){.PostingArchitecture-module__w7s-Ra__childrenGrid{grid-template-columns:repeat(3,1fr)}.PostingArchitecture-module__w7s-Ra__childrenGrid:before,.PostingArchitecture-module__w7s-Ra__childNode:before{display:none}.PostingArchitecture-module__w7s-Ra__childName{white-space:normal}}@media (max-width:600px){.PostingArchitecture-module__w7s-Ra__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.PostingArchitecture-module__w7s-Ra__verticalTrunk{height:25px}.PostingArchitecture-module__w7s-Ra__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.PostingArchitecture-module__w7s-Ra__childNode:hover,.PostingArchitecture-module__w7s-Ra__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.PostingArchitecture-module__w7s-Ra__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.PostingArchitecture-module__w7s-Ra__childName{text-align:left;font-size:.95rem}.PostingArchitecture-module__w7s-Ra__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.PostingArchitecture-module__w7s-Ra__detailsConsole{padding:1.5rem}}
.MediaCreationArchitecture-module__AWsN6a__architectureWrapper{width:100%;margin:4rem 0}.MediaCreationArchitecture-module__AWsN6a__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.MediaCreationArchitecture-module__AWsN6a__nodeCard{border:1.5px solid var(--border);box-shadow:2px 2px 0px var(--border);background-color:#fff;border-radius:6px;align-items:center;gap:1rem;padding:.85rem 1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.MediaCreationArchitecture-module__AWsN6a__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.MediaCreationArchitecture-module__AWsN6a__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.MediaCreationArchitecture-module__AWsN6a__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.MediaCreationArchitecture-module__AWsN6a__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.MediaCreationArchitecture-module__AWsN6a__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.MediaCreationArchitecture-module__AWsN6a__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.MediaCreationArchitecture-module__AWsN6a__childrenGrid{grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;padding-top:40px;display:grid;position:relative}.MediaCreationArchitecture-module__AWsN6a__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:12.5%;right:12.5%}.MediaCreationArchitecture-module__AWsN6a__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:90px;padding:.75rem .5rem;position:relative}.MediaCreationArchitecture-module__AWsN6a__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.MediaCreationArchitecture-module__AWsN6a__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.MediaCreationArchitecture-module__AWsN6a__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.MediaCreationArchitecture-module__AWsN6a__childName{color:var(--muted);text-align:center;white-space:nowrap;font-size:.9rem;font-weight:700;transition:color .25s}.MediaCreationArchitecture-module__AWsN6a__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.MediaCreationArchitecture-module__AWsN6a__childNode:hover .MediaCreationArchitecture-module__AWsN6a__childName{color:var(--foreground)}.MediaCreationArchitecture-module__AWsN6a__childNode:hover .MediaCreationArchitecture-module__AWsN6a__childLogo{transform:scale(1.1)}.MediaCreationArchitecture-module__AWsN6a__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.MediaCreationArchitecture-module__AWsN6a__selectedChild:before{background:var(--brand-color)}.MediaCreationArchitecture-module__AWsN6a__selectedChild .MediaCreationArchitecture-module__AWsN6a__childName{color:var(--foreground)}.MediaCreationArchitecture-module__AWsN6a__selectedChild .MediaCreationArchitecture-module__AWsN6a__childLogo{transform:scale(1.1)}.MediaCreationArchitecture-module__AWsN6a__detailsConsole{border:1.5px solid var(--brand-color);box-shadow:5px 5px 0px var(--brand-color);background-color:#fff;border-radius:6px;padding:2.25rem;transition:all .3s}.MediaCreationArchitecture-module__AWsN6a__consoleHeader{border-bottom:1.5px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.25rem;display:flex}.MediaCreationArchitecture-module__AWsN6a__consoleBrand{align-items:center;gap:.75rem;display:flex}.MediaCreationArchitecture-module__AWsN6a__consoleLogo{width:28px;height:28px;color:var(--brand-color)}.MediaCreationArchitecture-module__AWsN6a__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.MediaCreationArchitecture-module__AWsN6a__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.MediaCreationArchitecture-module__AWsN6a__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.MediaCreationArchitecture-module__AWsN6a__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.MediaCreationArchitecture-module__AWsN6a__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.MediaCreationArchitecture-module__AWsN6a__placementsList{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.MediaCreationArchitecture-module__AWsN6a__placementTag{background-color:var(--background-panel);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.MediaCreationArchitecture-module__AWsN6a__useCaseText{font-weight:600;color:var(--foreground)!important}@media (max-width:800px){.MediaCreationArchitecture-module__AWsN6a__childrenGrid{grid-template-columns:repeat(2,1fr)}.MediaCreationArchitecture-module__AWsN6a__childrenGrid:before,.MediaCreationArchitecture-module__AWsN6a__childNode:before{display:none}.MediaCreationArchitecture-module__AWsN6a__childName{white-space:normal}}@media (max-width:600px){.MediaCreationArchitecture-module__AWsN6a__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.MediaCreationArchitecture-module__AWsN6a__verticalTrunk{height:25px}.MediaCreationArchitecture-module__AWsN6a__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.MediaCreationArchitecture-module__AWsN6a__childNode:hover,.MediaCreationArchitecture-module__AWsN6a__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.MediaCreationArchitecture-module__AWsN6a__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.MediaCreationArchitecture-module__AWsN6a__childName{text-align:left;font-size:.95rem}.MediaCreationArchitecture-module__AWsN6a__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.MediaCreationArchitecture-module__AWsN6a__detailsConsole{padding:1.5rem}}
