.announcement-banner:where(.astro-gj7um2xm){background:var(--aem-surface-card);border:1px solid var(--aem-border-default);border-radius:var(--radius-lg);padding:var(--space-6);position:relative;overflow:hidden;display:flex;flex-direction:column;height:225px;.announcement-banner:before{content:"";position:absolute;top:-50px;right:100px;width:150px;height:250%;background:#9580b80f;transform:rotate(15deg);pointer-events:none}.announcement-corner-tl-h,.announcement-corner-tl-v,.announcement-corner-br-h,.announcement-corner-br-v{position:absolute;background:var(--color-purple-accent);pointer-events:none;margin:0!important}.announcement-corner-tl-h{top:0;left:0;width:35px;height:2px}.announcement-corner-tl-v{top:0;left:0;width:2px;height:35px}.announcement-corner-br-h{bottom:0;right:0;width:35px;height:2px}.announcement-corner-br-v{bottom:0;right:0;width:2px;height:35px}.announcement-badge{position:absolute;top:.35rem;left:1.5rem;display:inline-flex;align-items:center;gap:.5rem;font-size:var(--aem-text-xs);font-weight:var(--aem-font-semibold);text-transform:uppercase;letter-spacing:.05em;color:var(--aem-text-accent)}.announcement-icon-container{display:inline-flex;align-items:center;position:relative;width:.875rem;height:.875rem}.announcement-icon{position:absolute;display:none;align-items:center;justify-content:center}.announcement-icon[data-visible=true]{display:flex}.announcement-icon svg{width:.875rem;height:.875rem}.announcement-title{position:absolute;top:2.85rem;left:1.5rem;right:1.5rem;font-size:var(--aem-text-xl);font-weight:var(--aem-font-bold);color:var(--aem-text-primary);margin:0}.announcement-description{color:var(--aem-text-secondary);font-size:var(--aem-text-sm);margin:0;padding-top:3.25rem;line-height:1.5;height:calc(3.25rem + 65px);overflow:hidden}.announcement-footer{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4);margin-top:1rem;flex-shrink:0}.announcement-cta{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--aem-button-secondary-bg);border:none;border-radius:var(--radius-md);color:var(--aem-button-secondary-text);font-size:var(--aem-text-sm);font-weight:var(--aem-font-medium);text-decoration:none;transition:all var(--transition-fast)}.announcement-cta svg{transition:transform var(--transition-fast)}.announcement-cta:hover svg{transform:translate(4px)}.announcement-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-inline-start:auto}.announcement-controls>*{margin:0!important}.announcement-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:none;color:var(--aem-text-muted);cursor:pointer;transition:color var(--transition-fast)}.announcement-arrow svg{display:block;width:16px!important;height:16px!important;margin:0!important;transition:transform .15s ease}.announcement-arrow:hover{color:var(--aem-text-primary)}.arrow-prev:hover svg{transform:translate(-3px)}.arrow-next:hover svg{transform:translate(3px)}.announcement-dots{display:flex;align-items:center;gap:.5rem}.announcement-dot{width:8px;height:8px;border-radius:50%;background:var(--aem-border-default);cursor:pointer;transition:background var(--transition-fast)}.announcement-dot.active{background:var(--aem-text-accent)}:root[data-theme=light] .announcement-banner:before{background:#9580b814}}.guide-card:where(.astro-3kbh5idv){position:relative;height:100%;background:var(--aem-surface-card);border:1px solid var(--aem-border-default);border-radius:var(--radius-lg);padding:var(--space-6);transition:all var(--transition-fast);display:flex;flex-direction:column}.guide-card:where(.astro-3kbh5idv)>:where(.astro-3kbh5idv){margin-top:0}.guide-card:where(.astro-3kbh5idv).featured{border-color:var(--aem-card-featured-border)}.guide-card-header:where(.astro-3kbh5idv){display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.guide-card-icon:where(.astro-3kbh5idv){width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--aem-surface-card-elevated);border:1px solid var(--aem-border-default);border-radius:var(--radius-md);color:var(--aem-icon-accent);flex-shrink:0}.guide-card-badge:where(.astro-3kbh5idv){position:absolute;top:var(--space-6);right:var(--space-6);padding:var(--space-1) var(--space-2);background:var(--aem-badge-new-bg);color:var(--aem-badge-new-text);font-size:var(--aem-text-xs);font-weight:var(--aem-font-semibold);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em}.guide-card-title:where(.astro-3kbh5idv){font-size:var(--aem-text-lg);font-weight:var(--aem-font-bold);color:var(--aem-text-primary);margin:0;line-height:1.6}.guide-card-title:where(.astro-3kbh5idv) a:where(.astro-3kbh5idv){color:inherit;text-decoration:none}.guide-card-title:where(.astro-3kbh5idv) a:where(.astro-3kbh5idv):hover{color:var(--aem-text-accent)}.guide-card-description:where(.astro-3kbh5idv){color:var(--aem-text-secondary);font-size:var(--aem-text-sm);margin:0 0 1rem;line-height:1.5;height:50px;overflow:hidden}.guide-card-links:where(.astro-3kbh5idv){display:flex;flex-direction:column;gap:.5rem;margin-top:auto}.guide-card-link:where(.astro-3kbh5idv){display:flex;align-items:center;gap:var(--space-2);color:var(--aem-text-secondary);font-size:var(--aem-text-sm);text-decoration:none;transition:color var(--transition-fast)}.guide-card-link:where(.astro-3kbh5idv):before{content:"→";color:var(--aem-text-muted);font-size:var(--aem-text-lg);transition:color var(--transition-fast),transform var(--transition-fast);display:inline-block}.guide-card-link:where(.astro-3kbh5idv):hover span:where(.astro-3kbh5idv){text-decoration:underline;color:var(--aem-text-accent)}.guide-card-link:where(.astro-3kbh5idv):hover:before{transform:translate(3px);color:var(--aem-text-muted)}.topic-cards:where(.astro-3kbh5idv){display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 1fr;gap:.75rem;margin-bottom:1rem;flex:1;min-height:0}.topic-cards:where(.astro-3kbh5idv)>.topic-card:where(.astro-3kbh5idv){margin:0!important}@media(max-width:600px){.topic-cards:where(.astro-3kbh5idv){grid-template-columns:1fr;grid-template-rows:repeat(4,1fr)}}.topic-card:where(.astro-3kbh5idv){display:flex;flex-direction:column;padding:var(--space-3);background:var(--aem-surface-card-elevated);border:1px solid var(--aem-surface-card-elevated);border-radius:var(--radius-md);transition:all var(--transition-fast);height:100%;min-height:140px;overflow:hidden}.topic-card:where(.astro-3kbh5idv)>:where(.astro-3kbh5idv){margin-top:0}.topic-card-header:where(.astro-3kbh5idv){display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.topic-card-icon:where(.astro-3kbh5idv){width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#ff541726;border-radius:var(--radius-sm);color:var(--aem-icon-accent);flex-shrink:0}.topic-card-title:where(.astro-3kbh5idv){font-size:var(--aem-text-sm);font-weight:var(--aem-font-semibold);color:var(--aem-text-primary);line-height:1.6;margin:0}.topic-card-title:where(.astro-3kbh5idv) a:where(.astro-3kbh5idv){color:inherit;text-decoration:none}.topic-card-title:where(.astro-3kbh5idv) a:where(.astro-3kbh5idv):hover{color:var(--aem-text-accent)}.topic-card-description:where(.astro-3kbh5idv){font-size:var(--aem-text-xs);color:var(--aem-text-muted);line-height:1.4;margin:0 0 .75rem;height:34px;overflow:hidden}.topic-card-links:where(.astro-3kbh5idv){display:flex;flex-direction:column;gap:.25rem;flex:1;overflow:hidden;margin:0}.topic-card-link:where(.astro-3kbh5idv){display:flex;align-items:center;gap:var(--space-1);font-size:var(--aem-text-sm);color:var(--aem-text-secondary);text-decoration:none;transition:color var(--transition-fast)}.topic-card-link:where(.astro-3kbh5idv):hover span:where(.astro-3kbh5idv){text-decoration:underline;color:var(--aem-text-accent)}.topic-card-link:where(.astro-3kbh5idv):before{content:"→";font-size:var(--aem-text-lg);color:var(--aem-text-muted);transition:transform var(--transition-fast)}.topic-card-link:where(.astro-3kbh5idv):hover:before{transform:translate(2px);color:var(--aem-text-muted)}@media(max-width:900px){.guide-card:where(.astro-3kbh5idv):not(.featured){height:auto}}:root[data-theme=light] .topic-card:where(.astro-3kbh5idv){border-color:var(--aem-border-subtle)}.guide-section:where(.astro-ut7fq7lf){margin-top:5.5rem;margin-bottom:3rem}.section-title:where(.astro-ut7fq7lf){display:flex;align-items:center;gap:.75rem;font-size:var(--aem-text-2xl);font-weight:var(--aem-font-bold);color:var(--aem-text-primary);margin:0 0 1.5rem}.section-title-icon:where(.astro-ut7fq7lf){width:28px;height:28px;color:var(--aem-icon-accent);flex-shrink:0}.guide-grid:where(.astro-ut7fq7lf){display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:1.5rem;align-items:stretch}.guide-grid:where(.astro-ut7fq7lf)>*{height:100%;min-height:0;margin:0!important}.guide-grid:where(.astro-ut7fq7lf)>:first-child{grid-column:1;grid-row:1 / 3}@media(max-width:1100px){.guide-grid:where(.astro-ut7fq7lf){grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr}.guide-grid:where(.astro-ut7fq7lf)>:first-child{grid-row:1 / 3}}@media(max-width:900px){.guide-grid:where(.astro-ut7fq7lf){grid-template-columns:1fr;grid-template-rows:auto}.guide-grid:where(.astro-ut7fq7lf)>:first-child{grid-row:auto}.guide-grid:where(.astro-ut7fq7lf)>*{height:auto}}.nav-panel-section:where(.astro-tehy4ept){margin-bottom:3rem}.nav-panel-header:where(.astro-tehy4ept){margin-bottom:1.5rem}.nav-panel-title:where(.astro-tehy4ept){display:flex;align-items:center;gap:var(--space-3);font-size:var(--aem-text-2xl);font-weight:var(--aem-font-bold);color:var(--aem-text-primary);margin:0 0 var(--space-4) 0}.section-title-icon:where(.astro-tehy4ept){width:28px;height:28px;color:var(--aem-icon-accent);flex-shrink:0}.sidebar-layout:where(.astro-tehy4ept){display:grid;grid-template-columns:220px 1fr;background:var(--aem-surface-card);border:1px solid var(--aem-border-default);border-radius:var(--radius-xl);overflow:hidden}.sidebar-nav:where(.astro-tehy4ept){background:var(--aem-surface-card-elevated);padding:var(--space-6) var(--space-4) var(--space-4) var(--space-4);border-right:1px solid var(--aem-border-default);display:flex;flex-direction:column;gap:var(--space-1)}.sidebar-title:where(.astro-tehy4ept){font-size:var(--aem-text-xs);font-weight:var(--aem-font-semibold);text-transform:uppercase;letter-spacing:.05em;color:var(--aem-text-muted);padding:0 var(--space-3);padding-left:calc(var(--space-3) + 2px);margin-bottom:var(--space-3)}.sidebar-button:where(.astro-tehy4ept){display:flex;align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3);background:transparent;border:none;border-radius:var(--radius-md);color:var(--aem-text-muted);font-size:var(--aem-text-sm);font-weight:var(--aem-font-medium);cursor:pointer;transition:all var(--transition-fast);text-align:left}.sidebar-button:where(.astro-tehy4ept):hover{background:var(--aem-surface-card);color:var(--aem-text-primary)}.sidebar-button:where(.astro-tehy4ept).active{background:var(--aem-surface-page);color:var(--aem-text-accent)}.sidebar-button:where(.astro-tehy4ept) svg:where(.astro-tehy4ept){width:18px;height:18px;flex-shrink:0}.sidebar-content:where(.astro-tehy4ept){padding:.5rem 1.5rem 1.5rem;min-height:405px}.segment-panel:where(.astro-tehy4ept){display:none;padding:0;text-align:left;margin:0}.sidebar-content:where(.astro-tehy4ept)>:where(.astro-tehy4ept):first-child{margin-top:0}.segment-panel:where(.astro-tehy4ept).active{display:block}.panel-header:where(.astro-tehy4ept){margin:0 0 1.5rem}.panel-header-title:where(.astro-tehy4ept){font-size:var(--aem-text-lg);font-weight:var(--aem-font-bold);color:var(--aem-text-primary);margin:0 0 var(--space-1) 0}.panel-header:where(.astro-tehy4ept)>:where(.astro-tehy4ept){margin-top:0}.panel-header-desc:where(.astro-tehy4ept){font-size:var(--aem-text-sm);color:var(--aem-text-muted);margin:0}.panel-columns:where(.astro-tehy4ept){display:flex;justify-content:space-evenly;align-items:flex-start}.panel-columns:where(.astro-tehy4ept)>:where(.astro-tehy4ept){margin-top:0}.panel-column-title:where(.astro-tehy4ept){display:flex;align-items:center;gap:var(--space-2);font-size:var(--aem-text-sm);font-weight:var(--aem-font-bold);margin:0 0 var(--space-4) 0;color:var(--aem-text-accent)}.panel-column-title:where(.astro-tehy4ept) svg:where(.astro-tehy4ept){width:16px;height:16px;flex-shrink:0}.panel-column-links:where(.astro-tehy4ept){display:flex;flex-direction:column;gap:.5rem;padding-left:0}.panel-link:where(.astro-tehy4ept){display:flex;align-items:center;gap:var(--space-2);color:var(--aem-text-secondary);font-size:var(--aem-text-sm);padding:var(--space-2) 0;text-decoration:none;transition:color var(--transition-fast)}.panel-link:where(.astro-tehy4ept):before{content:"→";font-size:var(--aem-text-lg);color:var(--aem-text-muted);transition:transform var(--transition-fast);width:16px;flex-shrink:0;text-align:center}.panel-link:where(.astro-tehy4ept):hover span:where(.astro-tehy4ept){text-decoration:underline;color:var(--aem-text-accent)}.panel-link:where(.astro-tehy4ept):hover:before{transform:translate(4px);color:var(--aem-text-muted)}@media(max-width:900px){.sidebar-layout:where(.astro-tehy4ept){grid-template-columns:1fr}.sidebar-nav:where(.astro-tehy4ept){flex-direction:row;flex-wrap:wrap;justify-content:center;border-right:none;border-bottom:1px solid var(--aem-border-default);padding:var(--space-3) var(--space-3);gap:var(--space-2)}.sidebar-title:where(.astro-tehy4ept){display:none}.sidebar-button:where(.astro-tehy4ept){flex:0 0 auto;width:auto;padding:var(--space-2) var(--space-3);border-radius:var(--radius-full, 9999px);font-size:var(--aem-text-xs);gap:var(--space-2);border:1px solid var(--aem-border-default)}.sidebar-button:where(.astro-tehy4ept).active{border-color:var(--aem-text-accent)}.sidebar-button:where(.astro-tehy4ept) svg:where(.astro-tehy4ept){width:14px;height:14px}.panel-columns:where(.astro-tehy4ept){flex-wrap:wrap;gap:2rem}.panel-columns:where(.astro-tehy4ept)>div:where(.astro-tehy4ept){flex:1 1 45%;min-width:200px}}@media(max-width:500px){.sidebar-button:where(.astro-tehy4ept) svg:where(.astro-tehy4ept){display:none!important}.panel-columns:where(.astro-tehy4ept)>div:where(.astro-tehy4ept){flex:1 1 100%}}.uce-b:where(.astro-semkcq25){margin-top:3rem;margin-bottom:3rem}.section-title:where(.astro-semkcq25){display:flex;align-items:center;gap:.75rem;font-size:var(--aem-text-2xl);font-weight:var(--aem-font-bold);color:var(--aem-text-primary);margin:0 0 1.5rem}.section-title-icon:where(.astro-semkcq25){width:28px;height:28px;color:var(--aem-icon-accent);flex-shrink:0}.tab-bar:where(.astro-semkcq25){display:flex;gap:var(--space-1);padding:0;margin:0 0 -1px!important}.tab-button:where(.astro-semkcq25){display:flex;align-items:center;gap:.5rem;padding:var(--space-2) var(--space-4);border:1px solid transparent;border-radius:var(--radius-md) var(--radius-md) 0 0;background:transparent;color:var(--aem-text-muted);font-size:var(--aem-text-sm);font-weight:var(--aem-font-medium);cursor:pointer;text-decoration:none;white-space:nowrap;box-shadow:none;transition:color var(--transition-fast),background var(--transition-fast);line-height:1.4;margin:0!important}.tab-button:where(.astro-semkcq25):hover{color:var(--aem-text-secondary);background:var(--aem-surface-card-elevated)}.tab-button:where(.astro-semkcq25).active{background:var(--aem-surface-card-elevated);color:var(--aem-text-primary);border-color:var(--aem-border-default);border-bottom-color:var(--aem-surface-card-elevated);font-weight:var(--aem-font-semibold)}.tab-button:where(.astro-semkcq25) svg{width:16px;height:16px;flex-shrink:0;margin:0!important}.uc-panel:where(.astro-semkcq25){display:none;border-top:1px solid var(--aem-border-default);padding-top:1.5rem;margin:0!important}.uc-panel:where(.astro-semkcq25).active{display:block}.two-col:where(.astro-semkcq25){display:grid;grid-template-columns:220px 1fr;gap:1.5rem;align-items:start}.sidebar:where(.astro-semkcq25){grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:1rem;position:sticky;top:80px;align-self:start}.pill:where(.astro-semkcq25).pulse-hint{animation:pill-pulse 1.5s ease-in-out 3}@keyframes pill-pulse{0%,to{border-color:var(--aem-border-default);box-shadow:none}50%{border-color:var(--aem-brand-primary);box-shadow:0 0 12px 2px #ff54174d,0 0 24px 4px #ff54171a}}.pill-stack:where(.astro-semkcq25){display:flex;flex-direction:column;gap:.5rem}.pill:where(.astro-semkcq25){display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .875rem;background:var(--aem-surface-card);border:1px solid var(--aem-border-default);border-radius:var(--radius-md);color:var(--aem-text-muted);font-size:var(--aem-text-sm);font-weight:var(--aem-font-medium);cursor:pointer;transition:all .2s;text-align:left;margin:0!important}.pill:where(.astro-semkcq25):hover,.pill:where(.astro-semkcq25).highlighted,.pill:where(.astro-semkcq25).locked{background:var(--aem-surface-card-elevated, var(--aem-surface-card));border-color:var(--aem-brand-primary);color:var(--aem-text-primary)}.pill:where(.astro-semkcq25).locked{box-shadow:inset 3px 0 0 var(--aem-brand-primary)}.pill-icon:where(.astro-semkcq25){flex-shrink:0}.pill-icon:where(.astro-semkcq25) svg{width:16px;height:16px}.pill:where(.astro-semkcq25):hover .pill-icon:where(.astro-semkcq25) svg,.pill:where(.astro-semkcq25).highlighted .pill-icon:where(.astro-semkcq25) svg,.pill:where(.astro-semkcq25).locked .pill-icon:where(.astro-semkcq25) svg{color:var(--aem-brand-primary)}.pill-pin:where(.astro-semkcq25){margin-left:auto;flex-shrink:0;opacity:0;transition:opacity .2s ease,color .2s ease;color:var(--aem-text-muted)}.pill-pin:where(.astro-semkcq25) svg{width:16px;height:16px;transition:transform .2s ease}.pill:where(.astro-semkcq25):hover .pill-pin:where(.astro-semkcq25){opacity:.5}.pill:where(.astro-semkcq25):hover .pill-pin:where(.astro-semkcq25):hover{opacity:1;color:#ff5417}.pill:where(.astro-semkcq25).locked .pill-pin:where(.astro-semkcq25){opacity:1;color:#ff5417}.pill:where(.astro-semkcq25).locked .pill-pin:where(.astro-semkcq25) svg{transform:rotate(45deg)}.desc-area:where(.astro-semkcq25){font-size:var(--aem-text-sm);color:var(--aem-text-secondary);line-height:1.6;min-height:3rem;margin:0!important;padding:.5rem 0;transition:opacity .2s}.links-area:where(.astro-semkcq25){margin:0!important}.card-links:where(.astro-semkcq25){display:none;margin:0!important}.card-links:where(.astro-semkcq25).active{display:flex;flex-direction:column;gap:.75rem}.link-group:where(.astro-semkcq25){display:flex;flex-direction:column;gap:.5rem;margin:0!important}.link-group:where(.astro-semkcq25) h4:where(.astro-semkcq25){font-size:var(--aem-text-xs);font-weight:var(--aem-font-semibold);color:var(--aem-text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0!important}.explorer-link:where(.astro-semkcq25){display:flex;align-items:center;gap:var(--space-2);color:var(--aem-text-secondary);font-size:var(--aem-text-sm);text-decoration:none;transition:color var(--transition-fast);margin:0!important}.explorer-link:where(.astro-semkcq25):before{content:"→";color:var(--aem-text-muted);font-size:var(--aem-text-lg);transition:color var(--transition-fast),transform var(--transition-fast);display:inline-block}.explorer-link:where(.astro-semkcq25):hover span:where(.astro-semkcq25){text-decoration:underline;color:var(--aem-text-accent)}.explorer-link:where(.astro-semkcq25):hover:before{transform:translate(3px);color:var(--aem-text-muted)}.diagram-area:where(.astro-semkcq25){grid-column:2;margin:0!important;position:relative;isolation:isolate;border-radius:var(--radius-lg);overflow:hidden;justify-self:center;max-height:calc(100vh - 230px);min-height:calc(100vh - 230px);background:radial-gradient(circle,rgba(149,128,184,.15) 1px,transparent 1px) 0 0 / 20px 20px,radial-gradient(ellipse at 50% 0%,rgba(149,128,184,.12) 0%,transparent 70%),#2d2a38;box-shadow:0 0 40px -10px #9580b826,0 4px 24px -4px #0003}.diagram-area:where(.astro-semkcq25):before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:conic-gradient(from 45deg,#9580b880,#ff541773 12.5%,#9580b880,#ff541773,#9580b880,#ff541773,#9580b880,#ff541773 87.5%,#9580b880);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:1}.diagram-area:where(.astro-semkcq25):after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(to left,var(--color-purple-accent),rgba(255,84,23,.5),transparent) top / 100% 2px no-repeat;z-index:1}.diagram-svg:where(.astro-semkcq25){display:block;width:100%;max-height:calc(100vh - 230px);object-fit:contain;opacity:0;transition:opacity .3s ease;pointer-events:none;margin:0!important}.diagram-svg:where(.astro-semkcq25).active{opacity:1;pointer-events:auto;position:relative;z-index:0}.diagram-svg:where(.astro-semkcq25):not(.active){position:absolute;top:0;left:0}:root[data-theme=light] .diagram-area:where(.astro-semkcq25){background:radial-gradient(circle,rgba(149,128,184,.15) 1px,transparent 1px) 0 0 / 20px 20px,radial-gradient(ellipse at 50% 0%,rgba(149,128,184,.12) 0%,transparent 70%),#2d2a38;box-shadow:0 0 40px -10px #9580b826,0 4px 24px -4px #0003}:root[data-theme=light] .pill-pin:where(.astro-semkcq25):hover,:root[data-theme=light] .pill:where(.astro-semkcq25).locked .pill-pin:where(.astro-semkcq25){color:#ff5417}@media(max-width:1100px){.two-col:where(.astro-semkcq25){grid-template-columns:200px 1fr}}@media(max-width:900px){.two-col:where(.astro-semkcq25){display:flex;flex-direction:column}.sidebar:where(.astro-semkcq25){display:contents}.pill-stack:where(.astro-semkcq25){flex-direction:row;flex-wrap:wrap;order:1}.desc-area:where(.astro-semkcq25){order:2}.diagram-area:where(.astro-semkcq25){max-width:85%;margin:0 auto!important;order:3}.links-area:where(.astro-semkcq25){order:4}.pill:where(.astro-semkcq25){flex:1 1 auto}}@media(max-width:600px){.diagram-area:where(.astro-semkcq25){max-width:95%}.tab-button:where(.astro-semkcq25){font-size:var(--aem-text-xs);padding:.5rem .75rem}.tab-button:where(.astro-semkcq25) svg{display:none}}
