.dev-resource-cards{position:relative}.dev-resources-card--intro{max-width:1200px;margin:0 auto 1.4rem}.dev-resource-cards-swiper{overflow:visible}.dev-resource-cards-swiper .swiper-slide{height:auto;display:flex;flex-direction:column}.dev-resource-cards-swiper .swiper-slide .dev-resource-card{height:100%}.dev-resource-card{border-radius:28px;padding:1.5rem;background:var(--c-moon, #fff);height:100%;display:flex;flex-direction:column;content-visibility:auto;contain-intrinsic-size:300px 200px}.dev-resource-card.image-left,.dev-resource-card.image-right{flex-direction:row;align-items:flex-start}.dev-resource-card.image-right{flex-direction:row-reverse}.dev-resource-card.image-center{text-align:center;align-items:center}.dev-resource-card.-background-01{background-color:var(--light-theme-background-01, #fcfcfa);color:var(--light-theme-text-01, #042729)}.dev-resource-card.-background-02{background-color:var(--light-theme-background-02, #f8f5ee);color:var(--light-theme-text-01, #093436)}.dev-resource-card.-background-03{background-color:var(--light-theme-background-03, #f8f5ee);color:var(--light-theme-text-01, #093436)}.dev-resource-card.-background-accent-01{background-color:var(--light-theme-background-accent-01, #b9cdbe);color:var(--light-theme-text-01, #042729)}.dev-resource-card.-background-accent-02{background-color:var(--light-theme-background-accent-02, #d6c2d9);color:var(--light-theme-text-01, #46062b)}.dev-resource-card.-background-accent-03{background-color:var(--light-theme-background-accent-03, #fcc3dc);color:var(--light-theme-text-01, #25155e)}.dev-resource-card.-background-accent-04{background-color:#042729;color:#f8f5ee}.dev-resource-card.-background-accent-05{background-color:#46062b;color:#f8f5ee}.dev-resource-card.-background-footer-01{background-color:var(--light-theme-background-footer-01, #1f1f1f);color:var(--light-theme-text-on-color-01, #ffffff)}[data-cl-theme=dark] .dev-resource-card.-background-01{background-color:var(--dark-theme-background-01, #042729);color:var(--dark-theme-text-01, #fcfcfa)}[data-cl-theme=dark] .dev-resource-card.-background-02{background-color:var(--dark-theme-background-02, #093436);color:var(--dark-theme-text-01, #f8f5ee)}[data-cl-theme=dark] .dev-resource-card.-background-03{background-color:var(--dark-theme-background-03, #093436);color:var(--dark-theme-text-01, #f8f5ee)}[data-cl-theme=dark] .dev-resource-card.-background-accent-01{background-color:var(--dark-theme-background-accent-01, #042729);color:var(--dark-theme-text-01, #b9cdbe)}[data-cl-theme=dark] .dev-resource-card.-background-accent-02{background-color:var(--dark-theme-background-accent-02, #46062b);color:var(--dark-theme-text-01, #d6c2d9)}[data-cl-theme=dark] .dev-resource-card.-background-accent-03{background-color:var(--dark-theme-background-accent-03, #25155e);color:var(--dark-theme-text-01, #fcc3dc)}[data-cl-theme=dark] .dev-resource-card.-background-accent-04{background-color:#042729;color:#f8f5ee}[data-cl-theme=dark] .dev-resource-card.-background-accent-05{background-color:#46062b;color:#f8f5ee}[data-cl-theme=dark] .dev-resource-card.-background-footer-01{background-color:var(--dark-theme-background-footer-01, #1f1f1f);color:var(--dark-theme-text-on-color-01, #ffffff)}.dev-resource-card__header{margin-block-end:.5rem}.dev-resource-card__title{margin:0;font-size:1.125rem}.dev-resource-card__media{margin-block:.75rem}.dev-resource-card__content{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between}.dev-resource-card.image-left .dev-resource-card__media,.dev-resource-card.image-right .dev-resource-card__media{flex-shrink:0;width:120px;margin-block:0;margin-inline-end:1rem}.dev-resource-card.image-right .dev-resource-card__media{margin-inline-end:0;margin-inline-start:1rem}.dev-resource-card.image-center .dev-resource-card__media{display:flex;justify-content:center;margin-block:.75rem 1rem}.dev-resource-card.image-left .dev-resource-card__content,.dev-resource-card.image-right .dev-resource-card__content{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between}.dev-resource-card__media img{max-width:100%;height:auto;display:block}.dev-resource-card.image-left .dev-resource-card__media img,.dev-resource-card.image-right .dev-resource-card__media img{width:100%;max-height:80px;object-fit:cover;border-radius:8px}.dev-resource-card__media svg{width:48px;height:auto}.dev-resource-card__description{margin-block:.5rem 1rem}.dev-resource-card__footer{display:flex;gap:.5rem;margin-top:auto}.dev-resource-cards-fallback .dev-resource-cards__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-block-start:1rem}@media (min-width: 700px){.dev-resource-cards-fallback .dev-resource-cards__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1080px){.dev-resource-cards-fallback .dev-resource-cards__grid{grid-template-columns:repeat(3,1fr)}}.dev-resource-cards-nav{position:relative;margin-top:1.5rem;display:flex;justify-content:center;gap:1rem}.dev-resource-cards .dev-resource-cards-prev-btn,.dev-resource-cards .dev-resource-cards-next-btn{position:static;width:44px;height:44px;margin:0;border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.15);box-shadow:0 2px 8px #0000001a;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center}.dev-resource-cards .dev-resource-cards-prev-btn:after,.dev-resource-cards .dev-resource-cards-next-btn:after{font-size:16px;font-weight:700;font-family:swiper-icons}.dev-resource-cards .dev-resource-cards-prev-btn:after{content:"prev"}.dev-resource-cards .dev-resource-cards-next-btn:after{content:"next"}.dev-resource-cards .dev-resource-cards-prev-btn.swiper-button-disabled,.dev-resource-cards .dev-resource-cards-next-btn.swiper-button-disabled{opacity:.5;cursor:not-allowed}.dev-resource-cards .dev-resource-cards-prev-btn:focus,.dev-resource-cards .dev-resource-cards-next-btn:focus{outline:2px solid #0066cc;outline-offset:2px}.dev-resource-cards .swiper-pagination{position:relative;margin-block-start:1rem;width:min(720px,70%);margin-inline:auto;display:flex;justify-content:flex-start}.dev-resource-cards .swiper-pagination-bullet{width:12px;height:12px}.dev-resource-cards .swiper-pagination-bullet-active{background:#000000bf}.cl-section.-background-accent-04 .dev-resource-cards .swiper-pagination-bullet,.cl-section.-background-accent-05 .dev-resource-cards .swiper-pagination-bullet{background:#f8f5ee!important;opacity:.5!important;border:none!important}.cl-section.-background-accent-04 .dev-resource-cards .swiper-pagination-bullet-active,.cl-section.-background-accent-05 .dev-resource-cards .swiper-pagination-bullet-active{background:#f8f5ee!important;opacity:1!important}.dev-resource-card-scrollbar{border-radius:9999px;position:relative;width:min(720px,70%);margin-inline:auto}.dev-resource-card-scrollbar .swiper-scrollbar-drag{background:var(--cl-color-accent-fill-05);border-radius:inherit}@media (prefers-contrast: high){.dev-resource-cards .dev-resource-cards-prev-btn,.dev-resource-cards .dev-resource-cards-next-btn{border:2px solid #000;background:#fff;color:#000}.dev-resource-cards .swiper-pagination-bullet{border:1px solid #000;background:#fff}.dev-resource-cards .swiper-pagination-bullet-active{background:#000}}@media (max-width: 900px){.dev-resource-cards-nav{margin-top:1rem;gap:.75rem}}@media (prefers-reduced-motion: reduce){.dev-resource-cards .swiper{--swiper-transition-timing-function: linear}.dev-resource-cards .swiper-slide{transition-duration:0ms}}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}
