@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Poppins,sans-serif}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#1a1a1a;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 8px #0000004d}.navbar-left{display:flex;align-items:center;gap:2rem}.navbar-logo{font-size:1.5rem;font-weight:700;color:#fff}.navbar-links{display:flex;gap:1.5rem}.nav-link{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease}.nav-link:hover{color:tomato}.nav-link.active{color:tomato;font-weight:700}.navbar-right{display:flex;align-items:center;gap:1.5rem}.nav-icon{position:relative;cursor:pointer}.icon{font-size:1.2rem}.badge{position:absolute;top:-8px;right:-8px;background:red;color:#fff;font-size:.75rem;font-weight:700;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%}.profile{display:flex;align-items:center;gap:.5rem;cursor:pointer;position:relative}.profile-img{width:40px;height:40px;border-radius:50%}.dropdown-arrow{font-size:.8rem}.dropdown-menu{position:absolute;top:50px;right:0;background-color:#333;border-radius:5px;box-shadow:0 2px 8px #0000004d;display:flex;flex-direction:column;gap:.5rem;padding:1rem;width:200px}.profile-info{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.profile-details{display:flex;flex-direction:column}.username{font-size:1rem;font-weight:700}.role{font-size:.8rem;color:#a0a0a0}.dropdown-item{color:#fff;text-decoration:none;padding:.5rem 1rem;transition:background-color .3s ease}.dropdown-item:hover{background-color:#444}.hamburger{display:none;flex-direction:column;gap:.25rem;cursor:pointer}.hamburger-line{width:25px;height:3px;background-color:#fff}.mobile-drawer{position:fixed;top:0;right:0;width:250px;height:100vh;background-color:#1a1a1a;box-shadow:-2px 0 8px #0000004d;display:flex;flex-direction:column;padding:1rem}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.drawer-title{font-size:1.2rem;font-weight:700}.close-icon{font-size:1.5rem;cursor:pointer}.drawer-links{display:flex;flex-direction:column;gap:1rem}.drawer-link{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease}.drawer-link:hover{color:tomato}.drawer-link.active{color:tomato;font-weight:700}@media (max-width: 768px){.navbar-links{display:none}.hamburger{display:flex}}body{background-color:#141414;color:#fff;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;margin:0;padding:0}.anime-showcase{padding:30px;margin:0 auto}.genre-title{font-size:2rem;font-weight:600;margin-bottom:20px;color:#fff;letter-spacing:1px}.anime-list-container{position:relative;margin-bottom:30px}.scroll-button{position:absolute;top:50%;transform:translateY(-50%);background:#000000b3;border:none;color:#fff;font-size:1.5rem;width:30px;height:30px;border-radius:50%;cursor:pointer;z-index:10;opacity:0;transition:opacity .3s ease,transform .3s ease}.anime-list-container:hover .scroll-button{opacity:1}.scroll-button.left{left:-15px}.scroll-button.right{right:-15px}.scroll-button:hover{transform:translateY(-50%) scale(1.1);background:#000000e6}.anime-list{display:flex;gap:15px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:10px}.anime-list::-webkit-scrollbar{display:none}.anime-card{width:200px;min-width:200px;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.anime-card:hover{transform:scale(1.05);box-shadow:0 8px 16px #00000080}.card-image{width:100%;height:280px;overflow:hidden;border-radius:8px;position:relative}.card-image img{width:100%;height:100%;object-fit:cover;border-radius:8px}.card-hover-overlay{position:absolute;bottom:0;left:0;right:0;background:#000c;padding:15px;opacity:0;transition:opacity .3s ease-in-out}.anime-card:hover .card-hover-overlay{opacity:1}.card-hover-overlay p{font-size:.8rem;color:#ccc;margin:0 0 12px}.card-buttons{display:flex;gap:8px}.play-button{padding:6px 12px;border:none;border-radius:4px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .3s ease,transform .3s ease;background:#e50914;color:#fff;text-decoration:none}.play-button:hover{background:#f40612;transform:scale(1.05)}.card-details{position:relative;width:100%;background:#000c;padding:8px;text-align:center;border-radius:0 0 8px 8px}.card-details h4{font-size:1rem;margin:0 0 4px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-details p{font-size:.8rem;color:#aaa;margin:0}.show-more-card{width:200px;min-width:200px;height:280px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;cursor:pointer;transition:background .3s ease,transform .3s ease}.show-more-card:hover{background:#fff3;transform:scale(1.05)}.show-more-content{text-align:center;font-size:1rem;font-weight:500;color:#fff}@media (max-width: 768px){.anime-showcase{padding:15px}.genre-title{font-size:1.5rem;margin-bottom:10px}.anime-card{width:160px;min-width:160px}.card-image{height:220px}.card-hover-overlay{padding:10px}.card-hover-overlay p{font-size:.7rem}.play-button{padding:5px 10px;font-size:.7rem}.card-details{padding:6px}.card-details h4{font-size:.9rem}.card-details p{font-size:.7rem}.show-more-card{width:160px;min-width:160px;height:220px}.show-more-content{font-size:.9rem}}@media (max-width: 480px){.genre-title{font-size:1.2rem}.anime-card{width:140px;min-width:140px}.card-image{height:180px}.card-hover-overlay p{font-size:.6rem}.play-button{padding:4px 8px;font-size:.6rem}.card-details h4{font-size:.8rem}.card-details p{font-size:.6rem}.show-more-card{width:140px;min-width:140px;height:180px}.show-more-content{font-size:.8rem}}.pb-promotional-banner{width:100%;height:80vh;position:relative;overflow:hidden;margin-bottom:40px;border-radius:15px;box-shadow:0 10px 30px #00000080}.pb-banner-image{width:100%;height:100%;background-size:cover;background-position:center;position:relative;transition:background-image .5s ease-in-out;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.pb-banner-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;padding:0 40px}.pb-anime-details{max-width:40%;text-align:left;padding:20px;margin-left:5%;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;animation:slideInLeft .8s ease-in-out}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.pb-anime-title{font-size:2.5rem;font-weight:700;margin-bottom:10px;color:#fff;text-shadow:2px 2px 5px rgba(0,0,0,.5)}.pb-anime-meta{display:flex;gap:10px;margin-bottom:15px;color:#ccc;font-size:.9rem;flex-wrap:wrap}.pb-anime-rating,.pb-anime-genre,.pb-anime-release{display:flex;align-items:center;gap:5px}.pb-anime-description{font-size:1rem;color:#ccc;margin-bottom:15px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.pb-anime-characters{margin-bottom:15px}.pb-anime-characters h3{font-size:1.2rem;color:#fff;margin-bottom:5px}.pb-anime-characters ul{list-style:none;padding:0;margin:0}.pb-anime-characters li{font-size:.9rem;color:#ccc;margin-bottom:3px}.pb-banner-buttons{display:flex;gap:10px}.pb-play-button,.pb-more-info{padding:10px 20px;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.pb-play-button{background:#e50914;color:#fff}.pb-play-button:hover{background:#f40612;transform:translateY(-3px);box-shadow:0 5px 15px #e5091466}.pb-more-info{background:#ffffff1a;color:#fff}.pb-more-info:hover{background:#fff3;transform:translateY(-3px);box-shadow:0 5px 15px #fff3}.pb-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#fff3;border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.pb-nav-button:hover{background:#fff6;transform:translateY(-50%) scale(1.1);box-shadow:0 0 15px #ffffff4d}.pb-nav-button.pb-left{left:10px}.pb-nav-button.pb-right{right:10px}@media (max-width: 768px){.pb-promotional-banner{height:60vh}.pb-banner-overlay{padding:0 20px;flex-direction:column;justify-content:flex-end;align-items:flex-start}.pb-anime-details{max-width:90%;padding:15px;margin-left:0;margin-bottom:20px;background:#000000b3}.pb-anime-title{font-size:2rem}.pb-anime-meta{font-size:.8rem}.pb-anime-description{font-size:.9rem;-webkit-line-clamp:2}.pb-play-button,.pb-more-info{padding:8px 16px;font-size:.8rem}.pb-nav-button{width:30px;height:30px;font-size:1.2rem}}@media (max-width: 480px){.pb-promotional-banner{height:50vh}.pb-anime-details{padding:10px}.pb-anime-title{font-size:1.8rem}.pb-anime-description{font-size:.8rem}.pb-play-button,.pb-more-info{padding:6px 12px;font-size:.7rem}.pb-nav-button{width:25px;height:25px;font-size:1rem}}.anime-details{padding:20px;max-width:1200px;margin:0 auto;background-color:#1a1a1a;color:#fff;border-radius:15px;box-shadow:0 4px 15px #0000004d}.anime-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;margin-bottom:20px}.anime-poster img{width:100%;max-width:300px;border-radius:15px;box-shadow:0 4px 10px #0003}.header-content h1{margin:0;font-size:2.5rem;color:#ff6f61}.english-title{margin:5px 0;color:#bbb;font-style:italic}.anime-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;font-size:1.1rem}.anime-meta span{background-color:#333;padding:5px 10px;border-radius:5px}.anime-body{padding:20px}.anime-body h2{margin-top:20px;font-size:1.8rem;color:#ff6f61}.synopsis{line-height:1.6;color:#ddd}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-top:10px}.details-grid div{background-color:#333;padding:10px;border-radius:5px}.trailer-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:15px;margin-top:20px}.trailer-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (max-width: 768px){.anime-header{flex-direction:column;text-align:center}.anime-poster img{max-width:100%}.header-content h1{font-size:2rem}.anime-meta{flex-direction:column;gap:10px}.details-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 480px){.anime-details{padding:10px}.header-content h1{font-size:1.8rem}.anime-body h2{font-size:1.5rem}.details-grid{grid-template-columns:1fr}}.anime-loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background-color:#1a1a1a;color:#fff;font-family:Arial,sans-serif;overflow:hidden}.loading-content{margin-top:20px;font-size:1.5rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.loading-effect{position:relative;width:100px;height:100px}.sharingan{position:relative;width:100px;height:100px;animation:spin 3s linear infinite}.ring{position:absolute;width:100%;height:100%;border:4px solid #ff0000;border-radius:50%}.tomoe{position:absolute;width:20px;height:20px;background-color:red;border-radius:50%;top:0;left:50%;transform:translate(-50%,-50%)}.tomoe:nth-child(2){transform:translate(-50%,-50%) rotate(120deg)}.tomoe:nth-child(3){transform:translate(-50%,-50%) rotate(240deg)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sakura{position:relative;width:100px;height:100px}.petal{position:absolute;width:10px;height:10px;background-color:#ff6f61;border-radius:50%;animation:float 3s infinite ease-in-out}.petal:nth-child(1){top:0;left:50%;animation-delay:0s}.petal:nth-child(2){top:20%;left:20%;animation-delay:1s}.petal:nth-child(3){top:40%;left:70%;animation-delay:2s}.petal:nth-child(4){top:60%;left:40%;animation-delay:3s}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.energy-orb{width:100px;height:100px;background:radial-gradient(circle,#fc0,#ff6f61);border-radius:50%;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.ninja-run{position:relative;width:100px;height:100px}.ninja{position:absolute;width:20px;height:20px;background-color:#333;border-radius:50%;animation:run 2s infinite linear}.trail{position:absolute;width:100%;height:2px;background-color:red;top:50%;animation:trail 2s infinite linear}@keyframes run{0%{left:0}to{left:100%}}@keyframes trail{0%{width:0}to{width:100%}}
