.MaslaMethodArchitecture-module__fuA3JG__architectureWrapper{width:100%;margin:4rem 0}.MaslaMethodArchitecture-module__fuA3JG__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.MaslaMethodArchitecture-module__fuA3JG__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}.MaslaMethodArchitecture-module__fuA3JG__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.MaslaMethodArchitecture-module__fuA3JG__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.MaslaMethodArchitecture-module__fuA3JG__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.MaslaMethodArchitecture-module__fuA3JG__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.MaslaMethodArchitecture-module__fuA3JG__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.MaslaMethodArchitecture-module__fuA3JG__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.MaslaMethodArchitecture-module__fuA3JG__childrenGrid{grid-template-columns:repeat(5,1fr);gap:.75rem;width:100%;padding-top:40px;display:grid;position:relative}.MaslaMethodArchitecture-module__fuA3JG__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:10%;right:10%}.MaslaMethodArchitecture-module__fuA3JG__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:95px;padding:.75rem .25rem;position:relative}.MaslaMethodArchitecture-module__fuA3JG__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.MaslaMethodArchitecture-module__fuA3JG__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.MaslaMethodArchitecture-module__fuA3JG__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.MaslaMethodArchitecture-module__fuA3JG__childName{color:var(--muted);text-align:center;white-space:nowrap;font-size:.8rem;font-weight:700;transition:color .25s}.MaslaMethodArchitecture-module__fuA3JG__acronymLetter{font-weight:800;text-decoration:underline}.MaslaMethodArchitecture-module__fuA3JG__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.MaslaMethodArchitecture-module__fuA3JG__childNode:hover .MaslaMethodArchitecture-module__fuA3JG__childName{color:var(--foreground)}.MaslaMethodArchitecture-module__fuA3JG__childNode:hover .MaslaMethodArchitecture-module__fuA3JG__childLogo{transform:scale(1.1)}.MaslaMethodArchitecture-module__fuA3JG__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.MaslaMethodArchitecture-module__fuA3JG__selectedChild:before{background:var(--brand-color)}.MaslaMethodArchitecture-module__fuA3JG__selectedChild .MaslaMethodArchitecture-module__fuA3JG__childName{color:var(--foreground)}.MaslaMethodArchitecture-module__fuA3JG__selectedChild .MaslaMethodArchitecture-module__fuA3JG__childLogo{transform:scale(1.1)}.MaslaMethodArchitecture-module__fuA3JG__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}.MaslaMethodArchitecture-module__fuA3JG__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}.MaslaMethodArchitecture-module__fuA3JG__consoleBrand{align-items:center;gap:.75rem;display:flex}.MaslaMethodArchitecture-module__fuA3JG__consoleLogo{width:28px;height:28px;color:var(--brand-color);justify-content:center;align-items:center;display:flex}.MaslaMethodArchitecture-module__fuA3JG__consoleName{color:var(--foreground);margin:0;font-size:1.5rem;font-weight:800}.MaslaMethodArchitecture-module__fuA3JG__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.MaslaMethodArchitecture-module__fuA3JG__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.MaslaMethodArchitecture-module__fuA3JG__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.MaslaMethodArchitecture-module__fuA3JG__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.MaslaMethodArchitecture-module__fuA3JG__codeBoxWrapper{margin-top:.5rem;position:relative}.MaslaMethodArchitecture-module__fuA3JG__codeBox{border:1px solid var(--border);font-family:var(--font-mono),SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;color:var(--foreground);white-space:pre-wrap;background-color:#f8fafc;border-radius:6px;max-height:300px;padding:1.25rem;font-size:.9rem;line-height:1.5;overflow:auto;box-shadow:inset 1px 1px 3px #0000000d}.MaslaMethodArchitecture-module__fuA3JG__copyButton{border:1.5px solid var(--border);cursor:pointer;box-shadow:1px 1px 0px var(--border);color:var(--muted);background-color:#fff;border-radius:4px;outline:none;align-items:center;gap:.25rem;padding:.35rem .6rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.MaslaMethodArchitecture-module__fuA3JG__copyButton:hover{color:var(--foreground);border-color:var(--brand-color);box-shadow:2px 2px 0px var(--brand-color)}.MaslaMethodArchitecture-module__fuA3JG__copyButton:active{box-shadow:1px 1px 0px var(--brand-color);transform:translate(1px,1px)}@media (max-width:900px){.MaslaMethodArchitecture-module__fuA3JG__childrenGrid{grid-template-columns:repeat(3,1fr);gap:1rem}.MaslaMethodArchitecture-module__fuA3JG__childrenGrid:before,.MaslaMethodArchitecture-module__fuA3JG__childNode:before{display:none}.MaslaMethodArchitecture-module__fuA3JG__childName{white-space:normal}}@media (max-width:600px){.MaslaMethodArchitecture-module__fuA3JG__childrenGrid{grid-template-columns:1fr;gap:.75rem;padding-top:20px}.MaslaMethodArchitecture-module__fuA3JG__verticalTrunk{height:25px}.MaslaMethodArchitecture-module__fuA3JG__childNode{height:auto;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;align-items:center;padding:.85rem 1.25rem}.MaslaMethodArchitecture-module__fuA3JG__childNode:hover,.MaslaMethodArchitecture-module__fuA3JG__selectedChild{box-shadow:3px 3px 0px var(--brand-color)}.MaslaMethodArchitecture-module__fuA3JG__childHeader{flex-direction:row;justify-content:flex-start;gap:.75rem}.MaslaMethodArchitecture-module__fuA3JG__childName{text-align:left;font-size:.95rem}.MaslaMethodArchitecture-module__fuA3JG__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}.MaslaMethodArchitecture-module__fuA3JG__detailsConsole{padding:1.5rem}}
.WebsiteLifecycleArchitecture-module__Wn3HvW__architectureWrapper{width:100%;margin:4rem 0}.WebsiteLifecycleArchitecture-module__Wn3HvW__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.WebsiteLifecycleArchitecture-module__Wn3HvW__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}.WebsiteLifecycleArchitecture-module__Wn3HvW__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.WebsiteLifecycleArchitecture-module__Wn3HvW__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.WebsiteLifecycleArchitecture-module__Wn3HvW__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.WebsiteLifecycleArchitecture-module__Wn3HvW__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.WebsiteLifecycleArchitecture-module__Wn3HvW__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.WebsiteLifecycleArchitecture-module__Wn3HvW__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.WebsiteLifecycleArchitecture-module__Wn3HvW__childrenRow{grid-template-columns:repeat(4,1fr);gap:.5rem;width:100%;padding-top:40px;display:grid;position:relative}.WebsiteLifecycleArchitecture-module__Wn3HvW__childrenRow:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:12.5%;right:12.5%}.WebsiteLifecycleArchitecture-module__Wn3HvW__firstRow:after{content:"";background:var(--border);z-index:-1;width:1.5px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.WebsiteLifecycleArchitecture-module__Wn3HvW__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:95px;padding:.75rem .15rem;position:relative}.WebsiteLifecycleArchitecture-module__Wn3HvW__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.WebsiteLifecycleArchitecture-module__Wn3HvW__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.WebsiteLifecycleArchitecture-module__Wn3HvW__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.WebsiteLifecycleArchitecture-module__Wn3HvW__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.75rem;font-weight:750;line-height:1.2;transition:color .25s}.WebsiteLifecycleArchitecture-module__Wn3HvW__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.WebsiteLifecycleArchitecture-module__Wn3HvW__childNode:hover .WebsiteLifecycleArchitecture-module__Wn3HvW__childName{color:var(--foreground)}.WebsiteLifecycleArchitecture-module__Wn3HvW__childNode:hover .WebsiteLifecycleArchitecture-module__Wn3HvW__childLogo{transform:scale(1.1)}.WebsiteLifecycleArchitecture-module__Wn3HvW__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.WebsiteLifecycleArchitecture-module__Wn3HvW__selectedChild:before{background:var(--brand-color)}.WebsiteLifecycleArchitecture-module__Wn3HvW__selectedChild .WebsiteLifecycleArchitecture-module__Wn3HvW__childName{color:var(--foreground)}.WebsiteLifecycleArchitecture-module__Wn3HvW__selectedChild .WebsiteLifecycleArchitecture-module__Wn3HvW__childLogo{transform:scale(1.1)}.WebsiteLifecycleArchitecture-module__Wn3HvW__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}.WebsiteLifecycleArchitecture-module__Wn3HvW__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}.WebsiteLifecycleArchitecture-module__Wn3HvW__consoleBrand{align-items:center;gap:.75rem;display:flex}.WebsiteLifecycleArchitecture-module__Wn3HvW__consoleLogo{width:28px;height:28px;color:var(--brand-color);justify-content:center;align-items:center;display:flex}.WebsiteLifecycleArchitecture-module__Wn3HvW__consoleName{color:var(--foreground);margin:0;font-size:1.4rem;font-weight:800}.WebsiteLifecycleArchitecture-module__Wn3HvW__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.WebsiteLifecycleArchitecture-module__Wn3HvW__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.WebsiteLifecycleArchitecture-module__Wn3HvW__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.WebsiteLifecycleArchitecture-module__Wn3HvW__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.WebsiteLifecycleArchitecture-module__Wn3HvW__splitComparison{grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:.5rem;display:grid}.WebsiteLifecycleArchitecture-module__Wn3HvW__compareCard{border:1px solid var(--border);background-color:#fafafa;border-radius:6px;padding:1.25rem}.WebsiteLifecycleArchitecture-module__Wn3HvW__compareCardHeader{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.WebsiteLifecycleArchitecture-module__Wn3HvW__compareCardHeader h6{margin:0;font-size:.95rem;font-weight:800}.WebsiteLifecycleArchitecture-module__Wn3HvW__compareCardBody{color:var(--muted);font-size:.95rem;line-height:1.5}.WebsiteLifecycleArchitecture-module__Wn3HvW__orthodoxCard{border-left:3px solid #ef4444}.WebsiteLifecycleArchitecture-module__Wn3HvW__orthodoxHeader{color:#ef4444}.WebsiteLifecycleArchitecture-module__Wn3HvW__claudeCard{border-left:3px solid var(--accent);background-color:#16a34a05}.WebsiteLifecycleArchitecture-module__Wn3HvW__claudeHeader{color:var(--accent)}.WebsiteLifecycleArchitecture-module__Wn3HvW__codeBoxWrapper{margin-top:.5rem;position:relative}.WebsiteLifecycleArchitecture-module__Wn3HvW__codeBox{border:1px solid var(--border);font-family:var(--font-mono),SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;color:var(--foreground);white-space:pre-wrap;background-color:#f8fafc;border-radius:6px;max-height:300px;padding:1.25rem;font-size:.9rem;line-height:1.5;overflow:auto;box-shadow:inset 1px 1px 3px #0000000d}.WebsiteLifecycleArchitecture-module__Wn3HvW__copyButton{border:1.5px solid var(--border);cursor:pointer;color:var(--muted);background-color:#fff;border-radius:4px;outline:none;align-items:center;gap:.25rem;padding:.35rem .6rem;font-size:.75rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:.75rem;right:.75rem}.WebsiteLifecycleArchitecture-module__Wn3HvW__copyButton:hover{color:var(--foreground);border-color:var(--foreground);background-color:#f8fafc}.WebsiteLifecycleArchitecture-module__Wn3HvW__copyButtonCopied{background-color:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}@media (max-width:1024px){.WebsiteLifecycleArchitecture-module__Wn3HvW__childrenRow{grid-template-columns:repeat(4,1fr);gap:.75rem}.WebsiteLifecycleArchitecture-module__Wn3HvW__childrenRow:before,.WebsiteLifecycleArchitecture-module__Wn3HvW__firstRow:after,.WebsiteLifecycleArchitecture-module__Wn3HvW__childNode:before{display:none}}@media (max-width:768px){.WebsiteLifecycleArchitecture-module__Wn3HvW__childrenRow{grid-template-columns:repeat(2,1fr);gap:.75rem}.WebsiteLifecycleArchitecture-module__Wn3HvW__splitComparison{grid-template-columns:1fr;gap:1rem}.WebsiteLifecycleArchitecture-module__Wn3HvW__detailsConsole{padding:1.5rem}.WebsiteLifecycleArchitecture-module__Wn3HvW__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:480px){.WebsiteLifecycleArchitecture-module__Wn3HvW__childrenRow{grid-template-columns:1fr}.WebsiteLifecycleArchitecture-module__Wn3HvW__childNode{height:auto;padding:1rem}}
.ClaudeWebsiteStarterKit-module__yX7PFG__architectureWrapper{width:100%;margin:4rem 0}.ClaudeWebsiteStarterKit-module__yX7PFG__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.ClaudeWebsiteStarterKit-module__yX7PFG__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}.ClaudeWebsiteStarterKit-module__yX7PFG__parentNode{border:2px solid var(--foreground);background-color:#fff;padding:1rem 2rem;position:relative}.ClaudeWebsiteStarterKit-module__yX7PFG__nodeLogoGlow{width:32px;height:32px;color:var(--accent);justify-content:center;align-items:center;display:flex}.ClaudeWebsiteStarterKit-module__yX7PFG__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.ClaudeWebsiteStarterKit-module__yX7PFG__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.ClaudeWebsiteStarterKit-module__yX7PFG__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.ClaudeWebsiteStarterKit-module__yX7PFG__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.ClaudeWebsiteStarterKit-module__yX7PFG__childrenGrid{grid-template-columns:repeat(5,1fr);gap:.75rem;width:100%;padding-top:40px;display:grid;position:relative}.ClaudeWebsiteStarterKit-module__yX7PFG__childrenGrid:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:10%;right:10%}.ClaudeWebsiteStarterKit-module__yX7PFG__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:95px;padding:.75rem .25rem;position:relative}.ClaudeWebsiteStarterKit-module__yX7PFG__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.ClaudeWebsiteStarterKit-module__yX7PFG__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.ClaudeWebsiteStarterKit-module__yX7PFG__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.ClaudeWebsiteStarterKit-module__yX7PFG__childName{color:var(--muted);text-align:center;white-space:nowrap;font-size:.8rem;font-weight:700;transition:color .25s}.ClaudeWebsiteStarterKit-module__yX7PFG__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.ClaudeWebsiteStarterKit-module__yX7PFG__childNode:hover .ClaudeWebsiteStarterKit-module__yX7PFG__childName{color:var(--foreground)}.ClaudeWebsiteStarterKit-module__yX7PFG__childNode:hover .ClaudeWebsiteStarterKit-module__yX7PFG__childLogo{transform:scale(1.1)}.ClaudeWebsiteStarterKit-module__yX7PFG__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.ClaudeWebsiteStarterKit-module__yX7PFG__selectedChild:before{background:var(--brand-color)}.ClaudeWebsiteStarterKit-module__yX7PFG__selectedChild .ClaudeWebsiteStarterKit-module__yX7PFG__childName{color:var(--foreground)}.ClaudeWebsiteStarterKit-module__yX7PFG__selectedChild .ClaudeWebsiteStarterKit-module__yX7PFG__childLogo{transform:scale(1.1)}.ClaudeWebsiteStarterKit-module__yX7PFG__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}.ClaudeWebsiteStarterKit-module__yX7PFG__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}.ClaudeWebsiteStarterKit-module__yX7PFG__consoleBrand{align-items:center;gap:.75rem;display:flex}.ClaudeWebsiteStarterKit-module__yX7PFG__consoleLogo{width:28px;height:28px;color:var(--brand-color);justify-content:center;align-items:center;display:flex}.ClaudeWebsiteStarterKit-module__yX7PFG__consoleName{color:var(--foreground);margin:0;font-size:1.4rem;font-weight:800}.ClaudeWebsiteStarterKit-module__yX7PFG__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.ClaudeWebsiteStarterKit-module__yX7PFG__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.ClaudeWebsiteStarterKit-module__yX7PFG__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.ClaudeWebsiteStarterKit-module__yX7PFG__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.ClaudeWebsiteStarterKit-module__yX7PFG__bulletList{flex-direction:column;gap:.5rem;margin-top:.5rem;padding:0;list-style:none;display:flex}.ClaudeWebsiteStarterKit-module__yX7PFG__bulletList li{color:var(--muted);align-items:flex-start;gap:.5rem;font-size:.95rem;line-height:1.5;display:flex}.ClaudeWebsiteStarterKit-module__yX7PFG__bulletIcon{color:var(--brand-color);flex-shrink:0;margin-top:.2rem}.ClaudeWebsiteStarterKit-module__yX7PFG__highlightedBox{background-color:var(--background-panel);border:1px solid var(--border);border-radius:6px;margin-top:.5rem;padding:1.25rem}.ClaudeWebsiteStarterKit-module__yX7PFG__highlightedBox strong{color:var(--foreground)}@media (max-width:1024px){.ClaudeWebsiteStarterKit-module__yX7PFG__childrenGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.ClaudeWebsiteStarterKit-module__yX7PFG__childrenGrid:before,.ClaudeWebsiteStarterKit-module__yX7PFG__childNode:before{display:none}}@media (max-width:768px){.ClaudeWebsiteStarterKit-module__yX7PFG__childrenGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ClaudeWebsiteStarterKit-module__yX7PFG__detailsConsole{padding:1.5rem}.ClaudeWebsiteStarterKit-module__yX7PFG__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:480px){.ClaudeWebsiteStarterKit-module__yX7PFG__childrenGrid{grid-template-columns:1fr}.ClaudeWebsiteStarterKit-module__yX7PFG__childNode{height:auto;padding:1rem}.ClaudeWebsiteStarterKit-module__yX7PFG__childName{white-space:normal}}
.PortfolioArchitecture-module__bYYYvq__architectureWrapper{width:100%;margin:4rem 0}.PortfolioArchitecture-module__bYYYvq__diagramContainer{flex-direction:column;align-items:center;margin-bottom:3rem;padding:2rem 0;display:flex;position:relative}.PortfolioArchitecture-module__bYYYvq__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}.PortfolioArchitecture-module__bYYYvq__parentContainer{justify-content:center;width:100%;display:flex}.PortfolioArchitecture-module__bYYYvq__parentNode{border:2px solid var(--foreground);text-align:left;background-color:#fff;padding:1rem 2rem;position:relative}.PortfolioArchitecture-module__bYYYvq__nodeLogoGlow{width:32px;height:32px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.PortfolioArchitecture-module__bYYYvq__logoImgWrapper{justify-content:center;align-items:center;display:flex}.PortfolioArchitecture-module__bYYYvq__nodeText h4{color:var(--foreground);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:800}.PortfolioArchitecture-module__bYYYvq__nodeText span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.PortfolioArchitecture-module__bYYYvq__rowGroup{flex-direction:column;align-items:center;width:100%;display:flex}.PortfolioArchitecture-module__bYYYvq__verticalTrunk{background:var(--border);width:1.5px;height:40px;position:relative}.PortfolioArchitecture-module__bYYYvq__verticalTrunk:after{content:"";background-color:var(--foreground);border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}.PortfolioArchitecture-module__bYYYvq__childrenRow{grid-template-columns:repeat(4,1fr);gap:.75rem;width:100%;padding-top:40px;display:grid;position:relative}.PortfolioArchitecture-module__bYYYvq__childrenRow:before{content:"";background:var(--border);height:1.5px;position:absolute;top:0;left:12.5%;right:12.5%}.PortfolioArchitecture-module__bYYYvq__firstRow:after{content:"";background:var(--border);z-index:-1;width:1.5px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.PortfolioArchitecture-module__bYYYvq__childNode{cursor:pointer;border:1.5px solid var(--border);background-color:#fff;outline:none;flex-direction:column;justify-content:center;height:95px;padding:.75rem .15rem;position:relative}.PortfolioArchitecture-module__bYYYvq__childNode:before{content:"";background:var(--border);width:1.5px;height:40px;transition:background .25s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.PortfolioArchitecture-module__bYYYvq__childHeader{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.PortfolioArchitecture-module__bYYYvq__childLogo{width:24px;height:24px;color:var(--brand-color);justify-content:center;align-items:center;transition:transform .25s;display:flex}.PortfolioArchitecture-module__bYYYvq__childName{color:var(--muted);text-align:center;white-space:normal;font-size:.78rem;font-weight:750;line-height:1.2;transition:color .25s}.PortfolioArchitecture-module__bYYYvq__childNode:hover{border-color:var(--brand-color);box-shadow:3px 3px 0px var(--brand-color);transform:translateY(-2px)}.PortfolioArchitecture-module__bYYYvq__childNode:hover .PortfolioArchitecture-module__bYYYvq__childName{color:var(--foreground)}.PortfolioArchitecture-module__bYYYvq__childNode:hover .PortfolioArchitecture-module__bYYYvq__childLogo{transform:scale(1.1)}.PortfolioArchitecture-module__bYYYvq__selectedChild{border-color:var(--brand-color);box-shadow:4px 4px 0px var(--brand-color);background-color:#fff}.PortfolioArchitecture-module__bYYYvq__selectedChild:before{background:var(--brand-color)}.PortfolioArchitecture-module__bYYYvq__selectedChild .PortfolioArchitecture-module__bYYYvq__childName{color:var(--foreground)}.PortfolioArchitecture-module__bYYYvq__selectedChild .PortfolioArchitecture-module__bYYYvq__childLogo{transform:scale(1.1)}.PortfolioArchitecture-module__bYYYvq__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}.PortfolioArchitecture-module__bYYYvq__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}.PortfolioArchitecture-module__bYYYvq__consoleBrand{align-items:center;gap:.75rem;display:flex}.PortfolioArchitecture-module__bYYYvq__consoleLogo{width:28px;height:28px;color:var(--brand-color);justify-content:center;align-items:center;display:flex}.PortfolioArchitecture-module__bYYYvq__consoleName{color:var(--foreground);margin:0;font-size:1.4rem;font-weight:800}.PortfolioArchitecture-module__bYYYvq__consoleRole{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.PortfolioArchitecture-module__bYYYvq__consoleContent{flex-direction:column;gap:1.5rem;display:flex}.PortfolioArchitecture-module__bYYYvq__consoleSection h5{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.5rem;font-size:.75rem;font-weight:800}.PortfolioArchitecture-module__bYYYvq__consoleSection p{color:var(--foreground);margin-bottom:0;font-size:1.05rem;line-height:1.6}.PortfolioArchitecture-module__bYYYvq__exampleSection{border-left:3px solid var(--brand-color);background-color:#16a34a08;border-radius:0 6px 6px 0;padding:1rem 1.25rem}.PortfolioArchitecture-module__bYYYvq__exampleSection p{color:var(--muted);font-size:1rem}@media (max-width:1024px){.PortfolioArchitecture-module__bYYYvq__childrenRow:before,.PortfolioArchitecture-module__bYYYvq__firstRow:after,.PortfolioArchitecture-module__bYYYvq__childNode:before{display:none}}@media (max-width:768px){.PortfolioArchitecture-module__bYYYvq__childrenRow{grid-template-columns:repeat(2,1fr);gap:.75rem}.PortfolioArchitecture-module__bYYYvq__detailsConsole{padding:1.5rem}.PortfolioArchitecture-module__bYYYvq__consoleHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:600px){.PortfolioArchitecture-module__bYYYvq__diagramContainer{padding:1rem 0}.PortfolioArchitecture-module__bYYYvq__rowGroup:first-of-type .PortfolioArchitecture-module__bYYYvq__verticalTrunk{height:25px}.PortfolioArchitecture-module__bYYYvq__verticalTrunk{height:12px}.PortfolioArchitecture-module__bYYYvq__childrenRow{grid-template-columns:1fr;gap:.6rem;padding-top:0}.PortfolioArchitecture-module__bYYYvq__childNode{height:auto;min-height:56px;box-shadow:2px 2px 0px var(--border);flex-direction:row;justify-content:flex-start;padding:.9rem 1.25rem}.PortfolioArchitecture-module__bYYYvq__childHeader{flex-direction:row;justify-content:flex-start;gap:.85rem}.PortfolioArchitecture-module__bYYYvq__childName{text-align:left;font-size:1rem}.PortfolioArchitecture-module__bYYYvq__childLogo{width:22px;height:22px}.PortfolioArchitecture-module__bYYYvq__consoleName{font-size:1.25rem}.PortfolioArchitecture-module__bYYYvq__consoleSection p{font-size:1rem}}
