@layer starlight.components{.accordion-container:where(.astro-7kpxvxyf){display:grid;grid-template-columns:1fr 2fr;gap:2.5rem}@media(max-width:1280px){.accordion-container:where(.astro-7kpxvxyf){grid-template-columns:1fr}}.accordion-tabs:where(.astro-7kpxvxyf){display:flex;flex-direction:column}.accordion-tab-item:where(.astro-7kpxvxyf){background-color:var(--sl-color-black);border-radius:16px;padding:1.6rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease;border:1px solid transparent}.accordion-tab-item:where(.astro-7kpxvxyf):hover{background-color:color-mix(in srgb,var(--sl-color-gray-6) 20%,transparent);transform:translateY(-2px)}.tab-icon:where(.astro-7kpxvxyf){background-color:var(--tab-bg);width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.tab-glyph:where(.astro-7kpxvxyf){color:var(--tab-accent);transition:color .25s ease,transform .25s ease}.tab-text:where(.astro-7kpxvxyf){margin-top:0}.tab-text:where(.astro-7kpxvxyf) h3:where(.astro-7kpxvxyf){margin:0 0 4px;font-size:1.25rem!important;color:#111827!important;transition:color .25s ease}.tab-text:where(.astro-7kpxvxyf) p:where(.astro-7kpxvxyf){margin:0!important;color:#374151}.stop-color-1:where(.astro-7kpxvxyf),.stop-color-2:where(.astro-7kpxvxyf),.stop-color-3:where(.astro-7kpxvxyf){stop-color:var(--tab-accent);transition:stop-color .25s ease}.active-tab:where(.astro-7kpxvxyf){position:relative;transform:translateY(-2px)}.active-tab:where(.astro-7kpxvxyf):before{content:"";position:absolute;inset:0;padding:1px;background:linear-gradient(135deg,color-mix(in srgb,var(--tab-accent) 85%,#fff),color-mix(in srgb,var(--tab-accent) 45%,#fff));border-radius:inherit;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;opacity:0;animation:borderFadeIn .3s ease forwards}@keyframes borderFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.active-tab:where(.astro-7kpxvxyf) .stop-color-1:where(.astro-7kpxvxyf){stop-color:#fff}.active-tab:where(.astro-7kpxvxyf) .stop-color-2:where(.astro-7kpxvxyf){stop-color:#fff}.active-tab:where(.astro-7kpxvxyf) .stop-color-3:where(.astro-7kpxvxyf){stop-color:#fff}.active-tab:where(.astro-7kpxvxyf) .tab-icon:where(.astro-7kpxvxyf){background-color:var(--tab-accent);transform:scale(1.04)}.active-tab:where(.astro-7kpxvxyf) .tab-glyph:where(.astro-7kpxvxyf){color:#fff;transform:scale(1.06)}.active-tab:where(.astro-7kpxvxyf) .tab-text:where(.astro-7kpxvxyf) h3:where(.astro-7kpxvxyf){color:var(--tab-accent)!important}.accordion-tab-item:where(.astro-7kpxvxyf):hover .tab-text:where(.astro-7kpxvxyf) h3:where(.astro-7kpxvxyf){color:var(--tab-accent)!important}.accordion-tab-item:where(.astro-7kpxvxyf):focus-visible .tab-text:where(.astro-7kpxvxyf) h3:where(.astro-7kpxvxyf){color:var(--tab-accent)!important}.accordion-list:where(.astro-7kpxvxyf){margin-top:0!important;display:flex;flex-direction:column;gap:1rem}.accordion:where(.astro-7kpxvxyf){opacity:0;transform:translateY(20px);transition:opacity .4s ease,transform .4s ease;pointer-events:none}.accordion:where(.astro-7kpxvxyf).show-accordion{opacity:1;transform:translateY(0);pointer-events:auto}.accordion:where(.astro-7kpxvxyf).show-accordion.fade-in{animation:fadeInUp .5s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(1){animation-delay:.1s}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(2){animation-delay:.2s}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(3){animation-delay:.3s}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(4){animation-delay:.4s}.accordion:where(.astro-7kpxvxyf).show-accordion:nth-child(5){animation-delay:.5s}:root[data-theme=dark] .tab-icon:where(.astro-7kpxvxyf){background:color-mix(in srgb,var(--tab-accent) 26%,var(--sl-color-black) 74%)}:root[data-theme=dark] .active-tab:where(.astro-7kpxvxyf) .tab-icon:where(.astro-7kpxvxyf){background-color:var(--tab-accent)}:root[data-theme=dark] .tab-text:where(.astro-7kpxvxyf) p:where(.astro-7kpxvxyf){color:var(--sl-color-gray-3)}:root[data-theme=dark] .tab-text:where(.astro-7kpxvxyf) h3:where(.astro-7kpxvxyf){color:var(--sl-color-white)!important}:root[data-theme=dark] .active-tab:where(.astro-7kpxvxyf) .tab-text:where(.astro-7kpxvxyf) h3:where(.astro-7kpxvxyf){color:var(--tab-accent)!important}:root[data-theme=dark] .accordion-tab-item:where(.astro-7kpxvxyf):hover .tab-text:where(.astro-7kpxvxyf) h3:where(.astro-7kpxvxyf),:root[data-theme=dark] .accordion-tab-item:where(.astro-7kpxvxyf):focus-visible .tab-text:where(.astro-7kpxvxyf) h3:where(.astro-7kpxvxyf){color:var(--tab-accent)!important}}@layer starlight.components{.accordion:where(.astro-oqjbs5yv){border:1px solid color-mix(in srgb,var(--accordion-accent) 56%,var(--sl-color-gray-7));padding:1.5rem 2rem;border-radius:16px;display:none;transition:border-color .25s ease,box-shadow .25s ease}.accordion:where(.astro-oqjbs5yv):hover{border-color:color-mix(in srgb,var(--accordion-accent) 72%,var(--sl-color-gray-7));box-shadow:0 0 0 3px color-mix(in srgb,var(--accordion-accent) 20%,transparent)}.accordion:where(.astro-oqjbs5yv).show-accordion{display:block}.accordion-header:where(.astro-oqjbs5yv){display:flex;align-items:center;justify-content:space-between;cursor:pointer}.accordion-header:where(.astro-oqjbs5yv) h4:where(.astro-oqjbs5yv){font-size:1.22rem!important;color:#111827;transition:color .2s ease}.accordion:where(.astro-oqjbs5yv):hover .accordion-header:where(.astro-oqjbs5yv) h4:where(.astro-oqjbs5yv){color:#0ea5e9}.accordion-icon:where(.astro-oqjbs5yv){width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-top:0!important}.accordion-icon:where(.astro-oqjbs5yv) svg:where(.astro-oqjbs5yv){position:relative}.accordion-icon:where(.astro-oqjbs5yv) .vertical-line:where(.astro-oqjbs5yv){transition:transform .5s ease,opacity .5s ease;transform-origin:center}.accordion-icon:where(.astro-oqjbs5yv) .horizontal-line:where(.astro-oqjbs5yv){position:absolute;transition:transform .5s ease;transform-origin:center}.accordion:where(.astro-oqjbs5yv).active .accordion-icon:where(.astro-oqjbs5yv) .vertical-line:where(.astro-oqjbs5yv){transform:rotate(90deg);opacity:0}.accordion:where(.astro-oqjbs5yv).active .accordion-icon:where(.astro-oqjbs5yv) .horizontal-line:where(.astro-oqjbs5yv){transform:rotate(180deg)}.accordion-body:where(.astro-oqjbs5yv){margin-top:0!important;max-height:0px;overflow:hidden;transition:all .5s ease;opacity:0;color:#374151}.accordion:where(.astro-oqjbs5yv).active .accordion-body:where(.astro-oqjbs5yv){margin-top:16px!important;max-height:500px;overflow:hidden;opacity:1;transition:all .5s ease}.accordion-body:where(.astro-oqjbs5yv) a{color:var(--accordion-accent);font-weight:600;text-decoration:underline}.accordion-body:where(.astro-oqjbs5yv) strong{font-weight:700}:root[data-theme=dark] .accordion-body:where(.astro-oqjbs5yv){color:var(--sl-color-gray-3)}}
