.featured-hero-section{position:relative;width:100%;height:60vh;min-height:400px;max-height:700px;margin-bottom:2rem;overflow:hidden;background-color:var(--background-dark)}.featured-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.carousel-slides-container{height:100%}.carousel-slide{position:relative;height:100%;flex-shrink:0}.featured-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,hsla(0,0%,7%,.95) 0,hsla(0,0%,7%,.6) 30%,transparent 60%);z-index:2}.featured-hero-container{position:absolute;bottom:0;left:0;right:0;z-index:3;padding:2rem 0 1.5rem}.featured-hero-content-wrapper{max-width:100%;color:var(--text-color);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.featured-hero-content-wrapper.transitioning{opacity:.7}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:hsla(0,0%,100%,.9);transition:all .2s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-arrow:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);color:#fff}.carousel-arrow:active{transform:translateY(-50%) scale(.9)}.carousel-arrow-prev{left:1.5rem}.carousel-arrow-next{right:1.5rem}.carousel-arrow svg{width:20px;height:20px}.carousel-indicators{display:flex;gap:.75rem;justify-content:center;margin-top:2rem;padding:0}.carousel-indicator{width:12px;height:12px;border-radius:50%;background:hsla(0,0%,100%,.4);border:2px solid hsla(0,0%,100%,.6);cursor:pointer;transition:all .3s ease;padding:0}.carousel-indicator:hover{background:hsla(0,0%,100%,.7);transform:scale(1.2)}.carousel-indicator.active{background:var(--primary-color);border-color:var(--primary-color);width:40px;border-radius:6px}.featured-show-title{font-size:2.5rem;font-weight:900;line-height:1.05;margin-bottom:1rem;color:#fff;text-shadow:2px 4px 8px rgba(0,0,0,.8);letter-spacing:-.03em}.featured-show-overview{font-size:1rem;line-height:1.5;color:hsla(0,0%,100%,.9);margin-bottom:1.25rem;text-shadow:1px 2px 4px rgba(0,0,0,.7);max-width:600px}.featured-show-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding:0}.meta-item{color:hsla(0,0%,100%,.8);font-size:1rem;display:flex;align-items:center;gap:.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.meta-item strong{color:#fff;font-weight:600}.featured-hero-actions{display:flex;gap:.75rem;flex-wrap:wrap}.featured-hero-actions .btn-primary,.featured-hero-actions .btn-secondary{padding:.75rem 1.75rem;font-size:1rem;font-weight:700;box-shadow:0 4px 12px rgba(0,0,0,.4)}.featured-hero-actions .btn-primary:hover,.featured-hero-actions .btn-secondary:hover{box-shadow:0 6px 20px rgba(255,51,102,.4)}.quick-stats-section{margin-bottom:2rem}.quick-stats-section h2{margin-bottom:1.5rem;font-size:2rem;font-weight:700;color:var(--text-color)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.stat-card{background:var(--background-light);border-radius:12px;padding:1.5rem 1rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--card-shadow);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.3)}.stat-card:hover:before{transform:scaleX(1)}.stat-number{font-size:2.5rem;font-weight:900;background:var(--gradient-primary);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.25rem;line-height:1.1}.stat-label{font-size:1rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.5px}.recently-added-section{margin-bottom:2rem}.recently-added-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.recently-added-card{background-color:var(--background-light);border-radius:10px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--card-shadow);text-decoration:none;color:var(--text-color);display:flex;flex-direction:column}.recently-added-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.4)}.recently-added-image-container{position:relative;width:100%;height:270px;overflow:hidden;background-color:var(--background-medium)}.recently-added-image-container img{transition:transform .5s}.recently-added-card:hover .recently-added-image-container img{transform:scale(1.05)}.new-badge{position:absolute;top:.75rem;left:.75rem;background:var(--gradient-primary);color:#fff;padding:.35rem .8rem;border-radius:16px;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 10px rgba(0,0,0,.3)}.recently-added-content{padding:1rem;flex:1 1;display:flex;flex-direction:column;gap:.5rem}.recently-added-content h3{font-size:1.1rem;margin:0;font-weight:600;line-height:1.3;flex:1 1}.show-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.status-badge{background-color:var(--background-dark);color:var(--accent-color);padding:.25rem .6rem;border-radius:6px;font-weight:600;font-size:.8rem;text-transform:capitalize}.status-badge[data-status=Continuing]{background:rgba(34,197,94,.2);color:#22c55e}.status-badge[data-status=Ended]{background:rgba(239,68,68,.2);color:#ef4444}.year{color:var(--text-light);font-size:.9rem;font-weight:500}.airing-today-section{margin-bottom:2rem}.section-subtitle{color:var(--text-light);font-size:1rem;margin-top:.3rem}.airing-today-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin-top:1rem}.airing-today-card{background-color:var(--background-light);border-radius:10px;overflow:hidden;transition:all .3s;box-shadow:var(--card-shadow);text-decoration:none;color:var(--text-color);display:flex;flex-direction:column}.airing-today-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.4)}.airing-card-image-container{position:relative;width:100%;height:360px;overflow:hidden;background-color:var(--background-medium)}.airing-card-image-container img{transition:transform .5s}.airing-today-card:hover .airing-card-image-container img{transform:scale(1.05)}.episode-badge{position:absolute;top:.75rem;right:.75rem;background:var(--gradient-primary);color:#fff;padding:.4rem .8rem;border-radius:16px;font-weight:600;font-size:.85rem;box-shadow:0 2px 10px rgba(0,0,0,.3)}.airing-card-content{padding:1rem;flex:1 1;display:flex;flex-direction:column}.airing-card-content h3{font-size:1.2rem;margin-bottom:.75rem;font-weight:600;line-height:1.3}.episode-numbers{display:flex;flex-wrap:wrap;gap:.5rem}.episode-number-chip{background-color:var(--background-dark);color:var(--accent-color);padding:.35rem .7rem;border-radius:6px;font-weight:600;font-size:.85rem;white-space:nowrap;transition:all .2s}.episode-number-chip:hover{background:var(--gradient-primary);color:#fff}.empty-state{text-align:center;padding:4rem 2rem;background-color:var(--background-light);border-radius:12px;margin-top:2rem}.empty-message{font-size:1.2rem;color:var(--text-light);margin-bottom:1rem}.quick-links-section{margin-top:3rem;margin-bottom:2rem}.quick-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.quick-link-card{background-color:var(--background-light);border-radius:12px;padding:2rem;text-align:center;transition:all .3s;box-shadow:var(--card-shadow);text-decoration:none;color:var(--text-color);position:relative;overflow:hidden}.quick-link-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.3)}.quick-link-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:var(--gradient-primary);opacity:.05;transform:rotate(30deg);transition:opacity .3s}.quick-link-card:hover:before{opacity:.1}.quick-link-icon{font-size:3rem;margin-bottom:1rem}.quick-link-card h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.quick-link-card p{color:var(--text-light);font-size:.95rem}@media (max-width:992px){.featured-hero-section{height:60vh;min-height:450px}.featured-hero-container{padding:2.5rem 0 2rem}.featured-hero-overlay{background:linear-gradient(0deg,hsla(0,0%,7%,.95) 0,hsla(0,0%,7%,.7) 35%,transparent 65%)}.carousel-arrow{width:44px;height:44px}.carousel-arrow svg{width:18px;height:18px}.carousel-arrow-prev{left:1rem}.carousel-arrow-next{right:1rem}}@media (max-width:768px){.featured-hero-section{height:50vh;min-height:350px}.featured-hero-container{padding:1.5rem 0 1.25rem}.featured-show-title{font-size:2.2rem}.featured-show-overview{font-size:1.05rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem}.stat-card{padding:1.75rem 1.25rem}.stat-number{font-size:2.5rem}.airing-today-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.recently-added-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1.25rem}.recently-added-image-container{height:240px}.quick-links-grid{grid-template-columns:1fr}}@media (max-width:480px){.featured-hero-section{height:45vh;min-height:320px}.featured-hero-container{padding:1.25rem 0 1rem}.featured-show-title{font-size:1.75rem}.featured-show-overview{font-size:.95rem;margin-bottom:1rem}.featured-show-meta{gap:1rem;margin-bottom:1.25rem}.meta-item{font-size:.9rem}.stats-grid{grid-template-columns:1fr 1fr;gap:1rem}.stat-card{padding:1.5rem 1rem}.stat-number{font-size:2.2rem}.stat-label{font-size:.9rem}.airing-today-grid{grid-template-columns:1fr}.recently-added-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.recently-added-image-container{height:220px}.recently-added-content{padding:.75rem}.recently-added-content h3{font-size:1rem}.featured-hero-actions{flex-direction:row;width:100%;gap:.75rem}.featured-hero-actions .btn-primary,.featured-hero-actions .btn-secondary{flex:1 1;text-align:center;padding:.5rem 1rem;font-size:.9rem}.carousel-arrow{width:40px;height:40px}.carousel-arrow svg{width:16px;height:16px}.carousel-arrow-prev{left:.5rem}.carousel-arrow-next{right:.5rem}.carousel-indicators{gap:.5rem;margin-top:1.5rem}.carousel-indicator{width:10px;height:10px}.carousel-indicator.active{width:30px}}