.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}}
