.hero-section{position:relative;height:600px;overflow:hidden;background:var(--animehub-bg-secondary)}.hero-slider{position:relative;height:100%}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s,visibility .8s,transform .8s;will-change:opacity,transform}.hero-slide.active{opacity:1;visibility:visible}.hero-slider--slide .hero-slide{transform:translateX(100%)}.hero-slider--slide .hero-slide.active{transform:translateX(0)}.hero-slider--cube{perspective:1200px}.hero-slider--cube .hero-slide{transform:rotateY(90deg);transform-style:preserve-3d;backface-visibility:hidden}.hero-slider--cube .hero-slide.active{transform:rotateY(0)}.hero-slider--flip{perspective:1200px}.hero-slider--flip .hero-slide{transform:rotateY(180deg);transform-style:preserve-3d;backface-visibility:hidden}.hero-slider--flip .hero-slide.active{transform:rotateY(0)}.hero-slider--coverflow{perspective:1200px}.hero-slider--coverflow .hero-slide{transform:translateX(100%) rotateY(45deg) scale(.8);transform-style:preserve-3d;transition:opacity .8s,visibility .8s,transform .8s cubic-bezier(.68, -.55, .265, 1.55)}.hero-slider--coverflow .hero-slide.active{transform:translateX(0) rotateY(0) scale(1);z-index:2}.hero-slider--coverflow .hero-slide:not(.active){opacity:.5}.hero-slider--fade .hero-slide{transform:none}.hero-slide__bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat}.hero-slide__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(10,10,10,.95) 0,rgba(10,10,10,.7) 40%,rgba(10,10,10,.3) 70%,rgba(10,10,10,.5) 100%)}.hero-slide__content{position:relative;height:100%;display:flex;align-items:center;z-index:1;padding-left:var(--animehub-gap);padding-right:var(--animehub-gap);padding-bottom:0}.hero-section .container{padding-left:0}.hero-slide__wrapper{display:flex;align-items:center;gap:30px}.hero-slide__poster{flex-shrink:0;width:280px;aspect-ratio:2/3;border-radius:var(--animehub-radius);overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.5)}.hero-slide__poster img{width:100%;height:100%;object-fit:cover}.hero-slide__info{flex:1;max-width:600px;min-width:0}.hero-slide__badges{display:flex;gap:10px;margin-bottom:20px}.hero-slide__title{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:15px;text-shadow:0 2px 10px rgba(0,0,0,.5);word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.hero-slide__genres{font-size:14px;color:var(--animehub-text-secondary);margin-bottom:15px}.hero-slide__excerpt{font-size:16px;color:var(--animehub-text-secondary);line-height:1.7;margin-bottom:30px}.hero-slide__actions{display:flex;gap:15px}.hero-controls{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;z-index:10;pointer-events:none}.hero-controls *{pointer-events:auto}.hero-next,.hero-prev{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;min-width:56px;min-height:56px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:2px solid rgba(255,255,255,.15);border-radius:50%;color:#fff;cursor:pointer;transition:.3s cubic-bezier(.4, 0, .2, 1);z-index:10;box-shadow:0 4px 16px rgba(0,0,0,.3);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hero-prev{left:30px}.hero-next{right:30px}.hero-next:hover:not(:disabled),.hero-prev:hover:not(:disabled){background:var(--animehub-primary);border-color:var(--animehub-primary);box-shadow:0 6px 24px rgba(255,107,53,.6),0 0 0 4px rgba(255,107,53,.1);transform:translateY(-50%) scale(1.1)}.hero-next:active:not(:disabled),.hero-prev:active:not(:disabled){background:var(--animehub-primary-hover,#e55a2a);box-shadow:0 3px 12px rgba(255,107,53,.5);transform:translateY(-50%) scale(1.05)}.hero-next:disabled,.hero-prev:disabled{opacity:.3;cursor:not-allowed;background:rgba(0,0,0,.3);border-color:rgba(255,255,255,.1);box-shadow:none;pointer-events:none}.hero-next:disabled:hover,.hero-prev:disabled:hover{transform:translateY(-50%);background:rgba(0,0,0,.3);border-color:rgba(255,255,255,.1);box-shadow:none}.hero-next:focus:not(:disabled),.hero-prev:focus:not(:disabled){outline:0;border-color:var(--animehub-primary);box-shadow:0 0 0 4px rgba(255,107,53,.4),0 4px 16px rgba(0,0,0,.3)}.hero-next svg,.hero-prev svg{width:24px;height:24px;transition:transform .3s cubic-bezier(.4, 0, .2, 1);filter:drop-shadow(0 1px 2px rgba(0, 0, 0, .3))}.hero-prev:hover:not(:disabled) svg{transform:translateX(-3px)}.hero-next:hover:not(:disabled) svg{transform:translateX(3px)}.hero-dots{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 20px;background:rgba(0,0,0,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:50px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 16px rgba(0,0,0,.2)}.hero-dot{width:12px;height:12px;min-width:12px;min-height:12px;background:rgba(255,255,255,.4);border:2px solid rgba(255,255,255,.2);border-radius:50%;cursor:pointer;transition:.3s cubic-bezier(.4, 0, .2, 1);padding:0;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.hero-dot::before{content:'';position:absolute;inset:-4px;border-radius:50%;background:0 0;transition:.3s cubic-bezier(.4, 0, .2, 1)}.hero-dot:hover{background:rgba(255,255,255,.7);border-color:rgba(255,255,255,.5);transform:scale(1.3)}.hero-dot:hover::before{background:rgba(255,107,53,.2)}.hero-dot.active{width:32px;height:12px;background:var(--animehub-primary);border-color:var(--animehub-primary);border-radius:6px;transform:scale(1);box-shadow:0 2px 8px rgba(255,107,53,.5)}.hero-dot.active::before{background:0 0}.hero-dot:focus{outline:0;box-shadow:0 0 0 3px rgba(255,107,53,.3)}.hero-dot:active{transform:scale(.95)}.home-section{margin:50px 0}.home-section:first-child{margin-top:0}.home-section:last-child{margin-bottom:0}.homepage-group .home-section:first-child{margin-top:0;animation-delay:.1s}.homepage-group .home-section:last-child{margin-bottom:0}.homepage>.container>.home-section:first-child{margin-top:0}.homepage>.container>.home-section:last-child{margin-bottom:0}.home-section .cards-grid{grid-template-rows:auto;display:grid!important;grid-auto-flow:row;overflow-x:visible;gap:20px}.home-section.section-view-list .cards-grid{gap:16px}.home-section.section-view-list .anime-card,.home-section.section-view-list .episode-card,.home-section.section-view-list .video-card{display:flex;flex-direction:row;gap:20px}.home-section.section-view-slider{position:relative}.home-section.section-view-slider .slider-container{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:10px}.home-section.section-view-slider .slider-container::-webkit-scrollbar{display:none}.home-section.section-view-slider .slider-container.cards-grid{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 60px)/ var(--slider-items,4));gap:20px;overflow-x:auto}.home-section .cards-grid>*{width:100%;min-width:0}@media (max-width:480px){.home-section .cards-grid--anime,.home-section .cards-grid--episode,.home-section .cards-grid--video{gap:12px!important}.home-section .cards-grid--news{gap:15px!important}}@media (max-width:360px){.home-section .cards-grid--anime,.home-section .cards-grid--episode,.home-section .cards-grid--video,.home-section.section-columns-2 .cards-grid,.home-section.section-columns-3 .cards-grid,.home-section.section-columns-4 .cards-grid,.home-section.section-columns-5 .cards-grid,.home-section.section-columns-6 .cards-grid{gap:10px!important}}.home-section.section-view-list .cards-grid,.home-section.section-view-slider .cards-grid{display:grid;grid-auto-flow:row;grid-auto-columns:auto;overflow-x:visible}.home-section.section-view-slider .slider-container.cards-grid>*{scroll-snap-align:start}.home-section.section-view-slider[data-columns="2"] .slider-container>*{--slider-items:2}.home-section.section-view-slider[data-columns="3"] .slider-container>*{--slider-items:3}.home-section.section-view-slider[data-columns="4"] .slider-container>*{--slider-items:4}.home-section.section-view-slider[data-columns="5"] .slider-container>*{--slider-items:5}.home-section.section-view-slider[data-columns="6"] .slider-container>*{--slider-items:6}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:25px;gap:20px;width:100%;padding-bottom:15px;border-bottom:1px solid var(--animehub-border)}.home-section .section-header,.homepage-group .home-section .section-header{margin-bottom:25px}.section-header__content,.section-header__left{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.section-title{font-size:22px;font-weight:700;position:relative;padding-left:15px;margin-bottom:0;margin-top:0;display:inline-block;line-height:1.3;color:var(--animehub-text)}.home-section .section-title{font-size:22px;font-weight:700;line-height:1.3}.section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:70%;background:var(--animehub-primary);border-radius:2px}.section-description{font-size:13px;font-weight:400;color:var(--animehub-text-secondary);line-height:1.5;margin:0;padding-left:15px}.section-header .section-description,.section-header__content .section-description,.section-header__left .section-description,p.section-description{display:block;font-size:13px;font-weight:400;color:var(--animehub-text-secondary);line-height:1.5;margin:0;padding-left:15px}.section-link{flex-shrink:0;font-size:14px;font-weight:500;color:var(--animehub-text-secondary);display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--animehub-bg-secondary);border:1px solid var(--animehub-border);border-radius:6px;transition:all var(--animehub-transition);text-decoration:none;white-space:nowrap}.section-link:hover{color:var(--animehub-primary);border-color:var(--animehub-primary);background:rgba(255,107,53,.1)}.section-link svg{width:16px;height:16px;transition:transform var(--animehub-transition)}.section-link:hover svg{transform:translateX(3px)}.featured-item{position:relative;border-radius:var(--animehub-radius);overflow:hidden;background:var(--animehub-bg-card)}.featured-item--large{grid-row:span 2}.featured-item__bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform var(--animehub-transition-slow)}.featured-item:hover .featured-item__bg{transform:scale(1.05)}.featured-item::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9) 0,transparent 60%)}.featured-item__content{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:1}.featured-item__title{font-size:16px;font-weight:600;margin-bottom:5px}.featured-item--large .featured-item__title{font-size:24px}.featured-item__meta{font-size:13px;color:var(--animehub-text-secondary)}.schedule-tabs{display:flex;gap:5px;margin-bottom:20px;padding:5px;background:var(--animehub-bg-card);border-radius:var(--animehub-radius-sm)}.schedule-tab{flex:1;padding:10px;background:0 0;border:none;border-radius:6px;color:var(--animehub-text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:all var(--animehub-transition)}.schedule-tab.active,.schedule-tab:hover{background:var(--animehub-primary);color:#fff}.schedule-item{display:flex;align-items:center;gap:15px;background:var(--animehub-bg-card);border:1px solid var(--animehub-border);border-radius:var(--animehub-radius);margin-bottom:10px;color:inherit;transition:all var(--animehub-transition)}.schedule-item:hover{border-color:var(--animehub-primary);background:var(--animehub-bg-elevated)}.schedule-item__time{flex-shrink:0;padding:8px 12px;background:var(--animehub-bg-secondary);border-radius:6px;font-family:var(--animehub-font-mono);font-weight:600;color:var(--animehub-primary)}.schedule-item__poster{border-radius:6px;flex-shrink:0}.schedule-item__info{flex:1}.schedule-item__episode{color:var(--animehub-text-secondary)}.news-card{background:var(--animehub-bg-card);border-radius:var(--animehub-radius);overflow:hidden;transition:transform var(--animehub-transition),box-shadow var(--animehub-transition)}.news-card:hover{transform:translateY(-4px);box-shadow:var(--animehub-shadow-lg)}.news-card__link{display:block;color:inherit;text-decoration:none}.news-card__thumbnail{aspect-ratio:16/9;overflow:hidden;background:var(--animehub-bg-secondary)}.news-card__thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform var(--animehub-transition-slow)}.news-card:hover .news-card__thumbnail img{transform:scale(1.05)}.news-card__content{padding:20px}.news-card__title{font-size:18px;font-weight:600;margin-bottom:12px;line-height:1.4;color:var(--animehub-text)}.news-card__meta{display:flex;gap:12px;font-size:13px;color:var(--animehub-text-secondary);margin-bottom:12px}.news-card__excerpt{font-size:14px;color:var(--animehub-text-secondary);line-height:1.6;margin:0}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.schedule-day{background:var(--animehub-bg-card);border-radius:var(--animehub-radius);padding:20px}.schedule-day__title{font-size:18px;font-weight:600;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--animehub-primary);color:var(--animehub-text)}.schedule-day__items{display:flex;flex-direction:column;gap:12px}.schedule-item{display:flex;gap:12px;padding:12px;background:var(--animehub-bg-secondary);border-radius:var(--animehub-radius-sm);transition:background var(--animehub-transition);text-decoration:none;color:inherit}.schedule-item__poster{flex-shrink:0;width:60px;height:84px;border-radius:var(--animehub-radius-sm);overflow:hidden;background:var(--animehub-bg)}.schedule-item__poster img{width:100%;height:100%;object-fit:cover}.schedule-item__info{flex:1;min-width:0}.schedule-item__title{font-size:14px;font-weight:600;margin-bottom:6px;color:var(--animehub-text);line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.schedule-item__episode,.schedule-item__time{font-size:12px;color:var(--animehub-text-secondary);display:block}@media (max-width:1024px){.hero-section{height:500px}.hero-slide__title{font-size:36px}.hero-slide__wrapper{gap:20px}.hero-slide__poster{width:200px}.hero-slide__info{max-width:500px}.hero-slide__content{padding-left:var(--animehub-gap,20px);padding-right:var(--animehub-gap,20px)}.featured-item--large{grid-column:span 2;grid-row:span 1}}@media (max-width:768px){.hero-slide__bg::after{background:linear-gradient(to bottom,rgba(10,10,10,.4) 0,rgba(10,10,10,.85) 50%,rgba(10,10,10,.95) 100%)}.hero-section{height:560px}.hero-slide__content{align-items:flex-start;padding-top:30px;padding-bottom:80px;padding-left:var(--animehub-gap,16px);padding-right:var(--animehub-gap,16px)}.hero-slide__wrapper{flex-direction:column;align-items:center;gap:20px;width:100%;text-align:center}.hero-slide__poster{width:140px;align-self:center}.hero-slide__info{width:100%;max-width:100%;padding-right:0;min-width:0;overflow:hidden;text-align:center}.hero-slide__badges{justify-content:center;flex-wrap:wrap}.hero-slide__genres{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hero-slide__title{font-size:28px;line-height:1.3;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:calc(28px * 1.3 * 3)}.hero-slide__excerpt{display:none}.hero-slide__actions{flex-direction:column;gap:12px;margin-top:20px;align-items:center}.hero-slide__actions .btn{width:100%;max-width:280px}.hero-controls{bottom:15px;left:50%;transform:translateX(-50%)}.hero-dots{gap:12px;padding:12px 18px;background:rgba(0,0,0,.5)}.hero-dot{width:10px;height:10px;min-width:10px;min-height:10px}.hero-dot::before{inset:-12px}.hero-dot.active{width:26px;height:10px}.hero-next,.hero-prev{width:48px;height:48px;min-width:48px;min-height:48px}.hero-prev{left:16px}.hero-next{right:16px}.hero-next svg,.hero-prev svg{width:22px;height:22px}.section-title{font-size:20px}.home-section{margin:40px 0}.homepage-group .home-section{margin-bottom:40px}.featured-item--large{grid-column:span 1}}@media (max-width:480px){.hero-section{height:510px}.hero-slide__content{padding-top:20px;padding-bottom:70px;padding-left:var(--animehub-gap,12px);padding-right:var(--animehub-gap,12px)}.hero-slide__wrapper{gap:12px}.hero-slide__poster{width:120px}.hero-slide__title{font-size:20px;line-height:1.3;margin-bottom:8px;-webkit-line-clamp:2;max-height:calc(20px * 1.3 * 2)}.hero-slide__badges{margin-bottom:10px;gap:8px}.hero-slide__badges .badge{font-size:11px;padding:4px 8px}.hero-slide__genres{font-size:12px;margin-bottom:10px;-webkit-line-clamp:1}.hero-slide__actions{gap:10px;margin-top:12px}.hero-slide__actions .btn{min-height:44px;padding:12px 20px;font-size:14px;max-width:100%}.hero-controls{bottom:12px}.hero-dots{gap:10px;padding:10px 16px}.hero-dot{width:8px;height:8px;min-width:8px;min-height:8px}.hero-dot::before{inset:-18px}.hero-dot.active{width:22px;height:8px}.hero-next,.hero-prev{width:44px;height:44px;min-width:44px;min-height:44px}.hero-prev{left:12px}.hero-next{right:12px}.hero-next svg,.hero-prev svg{width:20px;height:20px}}@media (max-width:768px) and (max-height:500px){.hero-section{height:100vh;min-height:350px;max-height:500px}.hero-slide__content{padding-top:15px;padding-bottom:60px}.hero-slide__poster{width:100px}.hero-slide__title{font-size:18px;-webkit-line-clamp:2;max-height:calc(18px * 1.3 * 2)}.hero-slide__badges{margin-bottom:8px}.hero-slide__genres{margin-bottom:6px}.hero-slide__actions{margin-top:10px;gap:8px}.hero-controls{bottom:8px}}.homepage-group{position:relative;margin:40px 0;padding:30px;border-radius:16px;overflow:hidden;transition:.3s;animation:.6s ease-out groupFadeIn}.homepage>.container>.homepage-group:first-child{margin-top:40px}.homepage-group::before{content:'';position:absolute;inset:0;opacity:.03;background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none;z-index:0}.homepage-group>*{position:relative;z-index:1}.homepage-group__header{display:none!important;align-items:center;gap:15px;margin-bottom:40px}.homepage-group__badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:.3s}.homepage-group__badge:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.homepage-group__badge-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.homepage-group--anime{background:linear-gradient(135deg,rgba(139,69,19,.08) 0,rgba(160,82,45,.05) 50%,rgba(139,69,19,.08) 100%);border:1px solid rgba(139,69,19,.15);box-shadow:0 8px 32px rgba(139,69,19,.1)}.homepage-group--anime::before{background-image:radial-gradient(circle at 20% 50%,rgba(139,69,19,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(160,82,45,.1) 0,transparent 50%)}.homepage-group--anime .homepage-group__badge{background:linear-gradient(135deg,rgba(139,69,19,.2),rgba(160,82,45,.15));border-color:rgba(139,69,19,.3);color:#8b4513}.homepage-group--anime .section-title{color:#8b4513}.homepage-group--anime .section-title::before{background:linear-gradient(135deg,#8b4513,sienna);box-shadow:0 0 10px rgba(139,69,19,.3)}.homepage-group--anime .home-section{margin-bottom:40px;padding:0}.homepage-group--anime .home-section:last-child{margin-bottom:0}.homepage-group--episode{background:linear-gradient(135deg,rgba(70,130,180,.08) 0,rgba(100,149,237,.05) 50%,rgba(70,130,180,.08) 100%);border:1px solid rgba(70,130,180,.15);box-shadow:0 8px 32px rgba(70,130,180,.1)}.homepage-group--episode::before{background-image:radial-gradient(circle at 20% 50%,rgba(70,130,180,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(100,149,237,.1) 0,transparent 50%)}.homepage-group--episode .homepage-group__badge{background:linear-gradient(135deg,rgba(70,130,180,.2),rgba(100,149,237,.15));border-color:rgba(70,130,180,.3);color:#4682b4}.homepage-group--episode .section-title{color:#4682b4}.homepage-group--episode .section-title::before{background:linear-gradient(135deg,#4682b4,#6495ed);box-shadow:0 0 10px rgba(70,130,180,.3)}.homepage-group--episode .home-section{margin-bottom:40px;padding:0}.homepage-group--episode .home-section:last-child{margin-bottom:0}.homepage-group--video{background:linear-gradient(135deg,rgba(220,20,60,.08) 0,rgba(255,69,0,.05) 50%,rgba(220,20,60,.08) 100%);border:1px solid rgba(220,20,60,.15);box-shadow:0 8px 32px rgba(220,20,60,.1)}.homepage-group--video::before{background-image:radial-gradient(circle at 20% 50%,rgba(220,20,60,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,69,0,.1) 0,transparent 50%)}.homepage-group--video .homepage-group__badge{background:linear-gradient(135deg,rgba(220,20,60,.2),rgba(255,69,0,.15));border-color:rgba(220,20,60,.3);color:#dc143c}.homepage-group--video .section-title{color:#dc143c}.homepage-group--video .section-title::before{background:linear-gradient(135deg,#dc143c,#ff4500);box-shadow:0 0 10px rgba(220,20,60,.3)}.homepage-group--video .home-section{margin-bottom:40px;padding:0}.homepage-group--video .home-section:last-child{margin-bottom:0}.homepage-group--news{background:linear-gradient(135deg,rgba(34,139,34,.08) 0,rgba(50,205,50,.05) 50%,rgba(34,139,34,.08) 100%);border:1px solid rgba(34,139,34,.15);box-shadow:0 8px 32px rgba(34,139,34,.1)}.homepage-group--news::before{background-image:radial-gradient(circle at 20% 50%,rgba(34,139,34,.1) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(50,205,50,.1) 0,transparent 50%)}.homepage-group--news .homepage-group__badge{background:linear-gradient(135deg,rgba(34,139,34,.2),rgba(50,205,50,.15));border-color:rgba(34,139,34,.3);color:#228b22}.homepage-group--news .section-title{color:#228b22}.homepage-group--news .section-title::before{background:linear-gradient(135deg,#228b22,#32cd32);box-shadow:0 0 10px rgba(34,139,34,.3)}.homepage-group--news .home-section{margin-bottom:40px;padding:0}.homepage-group--news .home-section:last-child{margin-bottom:0}@keyframes groupFadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.homepage-group .home-section{animation:.6s ease-out both groupFadeIn}.homepage-group .home-section:nth-child(2){animation-delay:.2s}.homepage-group .home-section:nth-child(3){animation-delay:.3s}.homepage-group .home-section:nth-child(4){animation-delay:.4s}.homepage-group .badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:.3s}.homepage-group--anime .badge{background:rgba(139,69,19,.15);color:#8b4513;border:1px solid rgba(139,69,19,.2)}.homepage-group--episode .badge{background:rgba(70,130,180,.15);color:#4682b4;border:1px solid rgba(70,130,180,.2)}.homepage-group--video .badge{background:rgba(220,20,60,.15);color:#dc143c;border:1px solid rgba(220,20,60,.2)}.homepage-group--news .badge{background:rgba(34,139,34,.15);color:#228b22;border:1px solid rgba(34,139,34,.2)}@media (max-width:1024px){.homepage-group{margin:30px 0;padding:25px}.homepage-group .home-section{margin-bottom:30px}}@media (max-width:768px){.homepage-group{margin:20px 0;padding:20px 15px;border-radius:12px}.homepage-group .home-section{margin-bottom:25px}.homepage-group .section-title{font-size:18px}.section-header{flex-direction:column;align-items:flex-start;gap:15px}.section-link{align-self:flex-start}}@media (max-width:480px){.homepage-group{margin:15px 0;padding:15px 12px;border-radius:10px}.homepage-group .home-section{margin-bottom:20px}.section-title{font-size:16px}.section-description{font-size:12px}.section-link{font-size:13px;padding:6px 12px}}