.soct-series__header{margin-bottom:2rem;text-align:center}.soct-series__title{font-size:2.5rem;font-weight:700;color:var(--soct-color-primary);margin:0;line-height:1.2}.soct-series__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:3rem}.soct-series__item{background:#fff;overflow:hidden;transition:all 0.3s ease;height:100%}.soct-series__link{position:relative;display:block;text-decoration:none;color:inherit;height:100%}.soct-series__image{position:relative;width:100%;height:280px;overflow:hidden}.soct-series__image:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#fff0 0%,rgb(0 0 0 / .6) 100%)}.soct-series__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.soct-series__item:hover .soct-series__image img{transform:scale(1.05)}.soct-series__item:hover .soct-series__image img{transform:scale(1.05)}.soct-series__placeholder{width:100%;height:100%;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#ccc}.soct-serie__item-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.soct-series__empty{grid-column:1 / -1;text-align:center;padding:3rem;color:#666}.soct-serie__content{display:flex;align-items:center;gap:10px;padding:20px;justify-content:space-between;position:absolute;bottom:0;left:0;right:0;width:100%}.soct-serie__content .soct-serie__icon{width:40px;height:40px;background:rgb(255 255 255 / .2);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all 0.3s ease}.soct-serie__content .soct-serie__icon svg,.soct-serie__content .soct-serie__icon svg path{transition:all 0.3s ease}.soct-series__item:hover .soct-serie__content .soct-serie__icon{background:#fff;transform:rotate(-45deg)}.soct-series__item .soct-serie__content .soct-serie__icon svg path{stroke:#fff}.soct-series__item:hover .soct-serie__content .soct-serie__icon svg path{stroke:#0056ff}.soct-series__skeleton{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.soct-series__skeleton-item{background:#fff;overflow:hidden;height:100%}.soct-series__skeleton-thumb{width:100%;height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.soct-series__skeleton-content{padding:1.5rem}.soct-series__skeleton-title{height:1.25rem;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;margin-bottom:.75rem}.soct-series__skeleton-title:last-child{width:60%}@keyframes loading{0%{background-position:200% 0}100%{background-position:-200% 0}}@media (max-width:1024px){.soct-series__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.soct-series__skeleton{grid-template-columns:repeat(2,1fr);gap:1.5rem}.soct-series__title{font-size:2rem}}@media (max-width:767px){.soct-series__grid{grid-template-columns:repeat(2,1fr);gap:20px 10px}.soct-series__skeleton{grid-template-columns:repeat(2,1fr);gap:1rem}.soct-series__title{font-size:1.75rem}.soct-serie__item-title{font-size:1rem}.soct-series__image{height:150px}.soct-series__image:after{content:none}.soct-serie__content{padding:10px 0 0 0;position:relative}.soct-serie__content .soct-serie__item-title{font-size:1rem;color:#262626}.soct-serie__content .soct-serie__icon{width:34px;height:34px;background:#f6f6f6;transform:rotate(-45deg)}.soct-series__item:hover .soct-serie__content .soct-serie__icon{background:#0056ff}.soct-serie__content .soct-serie__icon svg,.soct-serie__content .soct-serie__icon svg path{stroke:#888}.soct-series__item .soct-serie__content .soct-serie__icon svg path{stroke:#888}.soct-series__item:hover .soct-serie__content .soct-serie__icon svg path{stroke:#fff}}.soct-series[data-mobile-columns="1"] .soct-series__grid{grid-template-columns:1fr}.soct-series[data-mobile-columns="1"] .soct-series__skeleton{grid-template-columns:1fr}.soct-series__pagination{margin-top:2rem;text-align:center}.soct-series__pagination-list{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.soct-series__pagination-list a,.soct-series__pagination-list span{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;height:3rem;padding:0 .75rem;font-size:var(--soct-body-large);font-weight:500;text-decoration:none;color:var(--soct-text-secondary);background-color:var(--soct-bg-primary);transition:all 0.2s ease;scroll-behavior:auto!important;scroll-margin:0!important;scroll-snap-align:none!important}html.dark .soct-series__pagination-list a{color:#666666!important}.soct-series__pagination-list a:hover{color:var(--soct-brand-primary);background-color:var(--soct-bg-accent);border-color:var(--soct-brand-primary)}.soct-series__pagination-list .current{color:var(--soct-text-light);background-color:var(--soct-brand-primary);border-color:var(--soct-brand-primary)}.soct-series__pagination-list .prev,.soct-series__pagination-list .next{font-weight:600}.soct-series__pagination-list svg{width:20px;height:20px;display:inline-block;vertical-align:middle}.soct-series__pagination-list a:hover svg{transform:scale(1.1);transition:transform 0.2s ease}.soct-series__skeleton{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.soct-skeleton-item{display:flex;flex-direction:column;gap:16px}.soct-skeleton-thumb{width:100%;height:200px;background:linear-gradient(90deg,var(--soct-bg-secondary) 25%,var(--soct-border-primary) 50%,var(--soct-bg-secondary) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;aspect-ratio:16/9}.soct-skeleton-content{display:flex;flex-direction:column;gap:12px}.soct-skeleton-title{width:100%;height:20px;background:linear-gradient(90deg,var(--soct-bg-secondary) 25%,var(--soct-border-primary) 50%,var(--soct-bg-secondary) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:2px}.soct-skeleton-title:nth-child(2){width:85%}@keyframes skeleton-loading{0%{background-position:200% 0}100%{background-position:-200% 0}}@media (max-width:1024px){.soct-series__skeleton{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.soct-series__skeleton{grid-template-columns:repeat(2,1fr)}.soct-skeleton-thumb{height:180px}}.soct-series[data-mobile-columns="1"] .soct-series__skeleton{grid-template-columns:1fr}.soct-series[data-mobile-columns="1"] .soct-skeleton-thumb{height:200px}@media (max-width:767px){.soct-series[data-mobile-columns="1"] .soct-series__skeleton{grid-template-columns:1fr;gap:1.5rem}.soct-series[data-mobile-columns="1"] .soct-skeleton-thumb{height:200px}}@media (max-width:767px){.soct-series[data-mobile-columns="2"] .soct-series__skeleton{grid-template-columns:repeat(2,1fr);gap:1rem}.soct-series[data-mobile-columns="2"] .soct-skeleton-thumb{height:180px}}.soct-series{position:relative}.soct-series__error{text-align:center;padding:2rem;color:var(--soct-color-error,#dc3545)}.soct-series__error p{margin:0;font-size:.875rem}.soct-series__content{transition:opacity 0.3s ease}.soct-series-editor{padding:1rem;border:2px dashed #ccc;background:#f9f9f9}