.curator-carousel{--cc-height-desktop:280px;--cc-height-tablet:180px;--cc-height-mobile:150px;--cc-gap:6px;--cc-arrow-color:#333;--cc-arrow-size:24px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:0 0;padding:2rem 1rem;width:100%}.curator-carousel-wrapper{position:relative;width:100%;max-width:1400px;margin:0 auto}.curator-carousel-track{display:flex;align-items:center;cursor:grab;user-select:none;-webkit-user-select:none;padding:8px 0;overflow:hidden;width:100%}.curator-carousel-track:active{cursor:grabbing}.curator-carousel-controls{display:flex !important;justify-content:flex-end !important;gap:10px !important;margin-top:20px !important;padding-right:10px !important;background:0 0 !important;border:none !important}.curator-carousel-btn{background:0 0 !important;border:none !important;box-shadow:none !important;border-radius:0 !important;padding:10px !important;margin:0 !important;font-size:var(--cc-arrow-size) !important;cursor:pointer !important;color:var(--cc-arrow-color) !important;line-height:1 !important;display:flex !important;align-items:center !important;justify-content:center !important;font-family:inherit !important;font-weight:400 !important;transition:opacity .3s !important;outline:none !important;width:auto !important;height:auto !important;min-width:unset !important;min-height:unset !important}.curator-carousel-btn:hover{opacity:.6 !important}.curator-carousel-btn:disabled{opacity:.3 !important;cursor:not-allowed !important}.curator-carousel-card{flex-shrink:0;overflow:hidden;background:#e5e5e5;position:relative;transition:width .4s cubic-bezier(.4,0,.2,1),border-radius .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1),margin .4s cubic-bezier(.4,0,.2,1);height:var(--cc-height-desktop);margin-right:var(--cc-gap)}.curator-carousel-card img,.curator-carousel-card video{width:100%;height:100%;object-fit:cover;pointer-events:none}.curator-carousel-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.5),transparent 50%);opacity:0;transition:opacity .3s ease;pointer-events:none}.curator-carousel-card:hover .curator-carousel-card-overlay{opacity:1}.curator-carousel-error{padding:1rem;background:#fff3cd;border-left:4px solid #ffb900;font-size:.9rem}.curator-carousel-popup{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:99999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}.curator-carousel-popup.is-active{opacity:1;visibility:visible}.curator-carousel-popup-content{position:relative;max-width:900px;max-height:90vh;width:fit-content;min-width:320px;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;transform:scale(.9);transition:transform .3s}.curator-carousel-popup.is-active .curator-carousel-popup-content{transform:scale(1)}.curator-carousel-popup-media{width:100%;max-height:70vh;object-fit:contain;background:#f9f9f9}.curator-carousel-popup-caption{padding:1rem 1.25rem;font-size:.95rem;line-height:1.5;color:#333;max-height:150px;overflow-y:auto;margin:0}.curator-carousel-popup-close{position:absolute !important;top:-45px !important;right:0 !important;width:36px !important;height:36px !important;min-width:36px !important;min-height:36px !important;padding:0 !important;margin:0 !important;background:rgba(255,255,255,.2) !important;background-image:none !important;border:none !important;border-radius:50% !important;box-shadow:none !important;cursor:pointer !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:background .2s !important;outline:none !important}.curator-carousel-popup-close:hover,.curator-carousel-popup-close:focus{background:rgba(255,255,255,.3) !important;background-image:none !important;box-shadow:none !important;border:none !important}.curator-carousel-popup-close svg{width:20px !important;height:20px !important;color:#fff !important}.curator-carousel-popup-nav{position:absolute !important;top:50% !important;transform:translateY(-50%) !important;width:44px !important;height:44px !important;min-width:44px !important;min-height:44px !important;padding:0 !important;margin:0 !important;background:rgba(255,255,255,.9) !important;background-image:none !important;border:none !important;border-radius:50% !important;box-shadow:none !important;cursor:pointer !important;display:flex !important;align-items:center !important;justify-content:center !important;transition:background .2s !important;z-index:10 !important;outline:none !important}.curator-carousel-popup-nav:hover,.curator-carousel-popup-nav:focus{background:#fff !important;background-image:none !important;box-shadow:none !important;border:none !important}.curator-carousel-popup-nav svg{width:20px !important;height:20px !important;color:#333 !important}.curator-carousel-popup-prev{left:-60px}.curator-carousel-popup-next{right:-60px}.curator-carousel-popup-link{display:inline-flex !important;align-items:center !important;gap:.5rem !important;padding:.5rem 1rem !important;margin:0 1.25rem 1rem !important;background:#f5f5f5 !important;background-image:none !important;border:none !important;border-radius:8px !important;box-shadow:none !important;color:#666 !important;text-decoration:none !important;font-size:.85rem !important;font-weight:400 !important;transition:background .2s !important;width:fit-content !important;line-height:1.4 !important}.curator-carousel-popup-link:hover,.curator-carousel-popup-link:focus{background:#eee !important;color:#333 !important;text-decoration:none !important}.curator-carousel-popup-link svg{width:16px !important;height:16px !important}@media (max-width:1024px){.curator-carousel-card{height:var(--cc-height-tablet)}}@media (max-width:768px){.curator-carousel{padding:1.5rem .75rem}.curator-carousel-card{height:var(--cc-height-mobile)}.curator-carousel-controls{margin-top:.75rem !important}.curator-carousel-popup-content{width:95% !important;max-width:95%;min-width:unset;border-radius:8px}.curator-carousel-popup-nav{display:none !important}.curator-carousel-popup-close{top:-40px !important;width:32px !important;height:32px !important;min-width:32px !important;min-height:32px !important}}@media (max-width:480px){.curator-carousel-popup-caption{padding:.75rem 1rem;font-size:.9rem}}