.vdx-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin:1.5rem 0}.vdx-card-link{text-decoration:none;color:inherit}.vdx-card{border:1px solid hsl(var(--nextra-border));border-radius:.75rem;padding:1.25rem;transition:border-color .2s,box-shadow .2s;background:transparent}.vdx-card:hover{border-color:hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) 50%);box-shadow:0 2px 12px rgba(16,185,129,.08)}.vdx-card-icon{margin-bottom:.5rem;font-size:1.25rem}.vdx-card-title{font-size:1rem;font-weight:600;margin:0 0 .25rem}.vdx-card-desc{font-size:.875rem;opacity:.7;margin:0;line-height:1.5}.vdx-steps{position:relative;padding-left:2rem;margin:1.5rem 0;counter-reset:step-counter}.vdx-steps:before{content:"";position:absolute;left:.75rem;top:0;bottom:0;width:2px;background:hsl(var(--nextra-border))}.vdx-step{position:relative;padding-bottom:1.5rem;counter-increment:step-counter}.vdx-step:before{content:counter(step-counter);position:absolute;left:-2rem;top:0;width:1.5rem;height:1.5rem;border-radius:50%;background:hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) 50%);color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;z-index:1}.vdx-step-title{font-weight:600;font-size:1rem;margin-bottom:.5rem}.vdx-step-content{font-size:.9375rem;line-height:1.6}.vdx-accordion-group{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.vdx-accordion{border:1px solid hsl(var(--nextra-border));border-radius:.5rem;overflow:hidden;margin:.5rem 0}.vdx-accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;font-size:.9375rem;font-weight:600;text-align:left;color:inherit;transition:background .15s}.vdx-accordion-trigger:hover{background:hsl(var(--nextra-border)/.3)}.vdx-accordion-icon{margin-right:.5rem}.vdx-accordion-chevron{transition:transform .2s;font-size:.875rem}.vdx-accordion-chevron.open{transform:rotate(90deg)}.vdx-accordion-content{padding:0 1rem 1rem;font-size:.9375rem;line-height:1.6}