:root{--edl-primary-color:#ff6b35;--edl-secondary-color:#2dd4bf;--edl-text-color:#333333;--edl-white:#ffffff;--edl-black:#000000;--edl-shadow:0 4px 20px rgba(0, 0, 0, 0.1);--edl-shadow-hover:0 8px 30px rgba(0, 0, 0, 0.15);--edl-border-radius:16px;--edl-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1)}.edl-discoverable-lists{width:100%;max-width:100%;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.6;color:var(--edl-text-color)}.edl-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:0 1rem}.edl-section-title{font-size:1.75rem;font-weight:700;color:var(--edl-text-color);margin:0;line-height:1.3;flex:1}.edl-header-navigation{display:flex;gap:8px;align-items:center}@media (min-width:768px){.edl-section-title{font-size:2rem}}@media (min-width:1024px){.edl-section-title{font-size:2.25rem}}.edl-container{position:relative;width:100%;overflow:hidden;padding:0 1rem}.edl-cards-container{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:10px;overscroll-behavior-x:contain;touch-action:pan-x;scrollbar-width:none;-ms-overflow-style:none}.edl-cards-container::-webkit-scrollbar{display:none}.edl-card{position:relative;flex:0 0 auto;width:280px;height:300px;border-radius:var(--edl-border-radius);overflow:hidden;box-shadow:var(--edl-shadow);transition:var(--edl-transition);scroll-snap-align:start;cursor:pointer}@media (hover:hover) and (pointer:fine){.edl-card:hover{transform:translateY(-8px);box-shadow:var(--edl-shadow-hover)}.edl-card:hover .edl-card-image img{transform:scale(1.05)}}.edl-card-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit;position:relative}.edl-card-link:hover{text-decoration:none;color:inherit}.edl-card-image{position:relative;width:100%;height:100%;overflow:hidden;border-radius:var(--edl-border-radius)}.edl-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:var(--edl-border-radius);transition:var(--edl-transition)}.edl-card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;pointer-events:none;z-index:2}.edl-card-overlay::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.7) 100%);z-index:-1}.edl-badge{display:inline-block;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px rgba(0,0,0,.15);backdrop-filter:blur(4px);white-space:nowrap}.edl-category-badge{background-color:var(--edl-primary-color);color:var(--edl-white)}.edl-count-badge{background-color:var(--edl-secondary-color);color:var(--edl-white)}.edl-card-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);z-index:3}.edl-card-title{font-size:1.125rem;font-weight:700;color:var(--edl-white);margin:0 0 .5rem 0;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.5)}.edl-card-description{font-size:.875rem;color:rgba(255,255,255,.9);margin:0;line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.5);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.edl-nav-arrow{width:32px;height:32px;background-color:var(--edl-white);border:1px solid var(--edl-text-color);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--edl-transition);color:var(--edl-text-color);font-size:0;box-shadow:none}.edl-nav-arrow svg{width:20px;height:20px;pointer-events:none}@media (hover:hover) and (pointer:fine){.edl-nav-arrow:hover{background-color:var(--edl-primary-color);border-color:var(--edl-primary-color);color:var(--edl-white);transform:scale(1.1);box-shadow:var(--edl-shadow)}}.edl-nav-arrow:focus{outline:2px solid var(--edl-primary-color);outline-offset:2px}.edl-nav-arrow:disabled{opacity:.5;cursor:not-allowed}.edl-nav-arrow:disabled:hover{background-color:var(--edl-white);border-color:var(--edl-text-color);color:var(--edl-text-color);transform:none;box-shadow:none}@media (max-width:767px){.edl-cards-container{scroll-snap-type:x mandatory;scroll-padding:1rem;-webkit-overflow-scrolling:touch;transform:translateZ(0)}.edl-card{will-change:auto;backface-visibility:hidden}}@media (max-width:480px){.edl-card{width:250px;height:280px}.edl-cards-container{gap:15px}.edl-section-title{font-size:1.5rem}.edl-card-content{padding:1rem .75rem .75rem}.edl-card-title{font-size:1rem}.edl-card-description{font-size:.8rem}}@media (min-width:481px) and (max-width:768px){.edl-card{width:260px;height:290px}}@media (min-width:1200px){.edl-card{width:300px;height:320px}.edl-card-title{font-size:1.25rem}}.edl-loading{display:flex;justify-content:center;align-items:center;min-height:300px;color:var(--edl-text-color)}.edl-loading::after{content:'';width:40px;height:40px;border:3px solid rgba(255,107,53,.1);border-top:3px solid var(--edl-primary-color);border-radius:50%;animation:edl-spin 1s linear infinite}@keyframes edl-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.edl-card{animation:edl-fadeInUp 0.6s ease-out}@keyframes edl-fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.edl-card:nth-child(1){animation-delay:0s}.edl-card:nth-child(2){animation-delay:0.1s}.edl-card:nth-child(3){animation-delay:0.2s}.edl-card:nth-child(4){animation-delay:0.3s}.edl-card:nth-child(5){animation-delay:0.4s}.edl-card:nth-child(6){animation-delay:0.5s}@media (prefers-reduced-motion:reduce){*{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.edl-card:hover{transform:none}.edl-nav-arrow:hover{transform:translateY(-50%)}}.edl-card-link:focus{outline:2px solid var(--edl-primary-color);outline-offset:2px;border-radius:var(--edl-border-radius)}@media print{.edl-nav-arrow{display:none}.edl-cards-container{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;overflow:visible}.edl-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc}}@media (prefers-color-scheme:dark){.edl-discoverable-lists{color:#e5e5e5}.edl-section-title{color:#fff}.edl-nav-arrow{background-color:#2a2a2a;color:#fff}}