.phox-cct-loop{width:100%}.phox-cct-loop-container.phox-cct-loop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.phox-cct-loop-container.phox-cct-loop-list{display:flex;flex-direction:column;gap:24px}.phox-cct-loop-container.phox-cct-loop-masonry{column-count:3;column-gap:24px}.phox-cct-loop-container.phox-cct-loop-masonry>.phox-cct-loop-item{break-inside:avoid;margin-bottom:24px}.phox-cct-loop-item{position:relative}.phox-cct-slider-wrapper{position:relative;width:100%}.phox-cct-slider-wrapper .swiper{width:100%;padding-bottom:50px}.phox-cct-slider-wrapper .swiper-slide{height:auto}.phox-cct-slider-wrapper .swiper-slide>.phox-cct-loop-item{height:100%}.phox-cct-slider-wrapper .swiper-button-prev,.phox-cct-slider-wrapper .swiper-button-next{color:#1e293b;background:rgba(255,255,255,0.9);width:44px;height:44px;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,0.1)}.phox-cct-slider-wrapper .swiper-button-prev::after,.phox-cct-slider-wrapper .swiper-button-next::after{font-size:18px;font-weight:700}.phox-cct-slider-wrapper .swiper-button-prev:hover,.phox-cct-slider-wrapper .swiper-button-next:hover{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.15)}.phox-cct-slider-wrapper .swiper-pagination{bottom:0}.phox-cct-slider-wrapper .swiper-pagination-bullet{width:10px;height:10px;background:#cbd5e1;opacity:1}.phox-cct-slider-wrapper .swiper-pagination-bullet-active{background:#6366f1}.phox-cct-accordion{display:flex;flex-direction:column;gap:8px;width:100%}.phox-cct-accordion-item{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.phox-cct-accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 20px;background:#f8fafc;border:none;cursor:pointer;font-size:15px;font-weight:500;color:#1e293b;text-align:left;transition:background 0.2s ease}.phox-cct-accordion-header:hover{background:#f1f5f9}.phox-cct-accordion-title{flex:1}.phox-cct-accordion-icon{display:flex;align-items:center;transition:transform 0.3s ease;margin-left:12px;flex-shrink:0}.phox-cct-accordion-item.is-open .phox-cct-accordion-icon{transform:rotate(180deg)}.phox-cct-accordion-content{padding:20px}.phox-cct-tabs{width:100%}.phox-cct-tabs--horizontal .phox-cct-tabs-nav{display:flex;gap:4px;border-bottom:2px solid #e2e8f0;overflow-x:auto;-webkit-overflow-scrolling:touch}.phox-cct-tabs--vertical{display:flex;gap:0}.phox-cct-tabs--vertical .phox-cct-tabs-nav{display:flex;flex-direction:column;gap:4px;border-right:2px solid #e2e8f0;min-width:200px;flex-shrink:0}.phox-cct-tabs--vertical .phox-cct-tabs-content{flex:1;min-width:0}.phox-cct-tab{padding:12px 20px;background:none;border:none;cursor:pointer;font-size:14px;font-weight:500;color:#64748b;white-space:nowrap;transition:color 0.2s ease,background 0.2s ease;position:relative}.phox-cct-tabs--horizontal .phox-cct-tab{margin-bottom:-2px;border-bottom:2px solid transparent}.phox-cct-tabs--vertical .phox-cct-tab{margin-right:-2px;border-right:2px solid transparent;text-align:left}.phox-cct-tab:hover{color:#1e293b;background:#f8fafc}.phox-cct-tab.is-active{color:#6366f1}.phox-cct-tabs--horizontal .phox-cct-tab.is-active{border-bottom-color:#6366f1}.phox-cct-tabs--vertical .phox-cct-tab.is-active{border-right-color:#6366f1;background:#f8fafc}.phox-cct-tab-panel{padding:24px 0}.phox-cct-tabs--vertical .phox-cct-tab-panel{padding:0 0 0 24px}.phox-cct-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:32px;flex-wrap:wrap}.phox-cct-page-link{display:inline-flex;align-items:center;justify-content:center;min-width:40px;padding:8px 12px;background:#f1f5f9;color:#475569;text-decoration:none;border-radius:6px;font-size:14px;font-weight:500;transition:all 0.2s ease}.phox-cct-page-link:hover:not(.disabled):not(.current){background:#6366f1;color:#fff}.phox-cct-page-link.current{background:#6366f1;color:#fff}.phox-cct-page-link.disabled{opacity:0.5;cursor:not-allowed}.phox-cct-page-dots{color:#94a3b8}.phox-cct-load-more{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all 0.2s ease}.phox-cct-load-more:hover{background:#4f46e5;transform:translateY(-1px)}.phox-cct-loop-notice,.phox-cct-loop-error{display:flex;align-items:center;gap:12px;padding:20px 24px;border-radius:8px;font-size:14px}.phox-cct-loop-notice{background:#f0f9ff;border:1px solid #bae6fd;color:#0369a1}.phox-cct-loop-notice svg{flex-shrink:0;color:#0ea5e9}.phox-cct-loop-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.phox-cct-loop-empty{padding:48px 24px;text-align:center;background:#f8fafc;border-radius:12px;color:#64748b}.phox-cct-loop-empty p{margin:0;font-size:15px}@media (max-width:1024px){.phox-cct-loop-container.phox-cct-loop-grid{grid-template-columns:repeat(2,1fr)}.phox-cct-loop-container.phox-cct-loop-masonry{column-count:2}.phox-cct-tabs--vertical{flex-direction:column}.phox-cct-tabs--vertical .phox-cct-tabs-nav{flex-direction:row;border-right:none;border-bottom:2px solid #e2e8f0;min-width:0;overflow-x:auto}.phox-cct-tabs--vertical .phox-cct-tab{margin-right:0;margin-bottom:-2px;border-right:none;border-bottom:2px solid transparent}.phox-cct-tabs--vertical .phox-cct-tab.is-active{border-right-color:transparent;border-bottom-color:#6366f1}.phox-cct-tabs--vertical .phox-cct-tab-panel{padding:24px 0 0 0}}@media (max-width:640px){.phox-cct-loop-container.phox-cct-loop-grid{grid-template-columns:1fr}.phox-cct-loop-container.phox-cct-loop-masonry{column-count:1}.phox-cct-slider-wrapper .swiper-button-prev,.phox-cct-slider-wrapper .swiper-button-next{width:36px;height:36px}.phox-cct-slider-wrapper .swiper-button-prev::after,.phox-cct-slider-wrapper .swiper-button-next::after{font-size:14px}}