.skeleton{animation:pulse 1.5s infinite;background-color:#3a3a3e;border-radius:5px}.skeleton-text{height:15px;margin-bottom:10px;width:100%}.skeleton-title{height:30px;width:60%}.skeleton-image{border-radius:10px;height:200px;width:100%}.skeleton-button{border-radius:20px;height:40px;width:100px}:root{--primary-color:#16161a;--secondary-color:#16161e;--font-family:"Lexend",sans-serif}body{background:conic-gradient(from 90deg at 30% 40%,#16161a,#16161e,#16161a);background:conic-gradient(from 90deg at 30% 40%,var(--primary-color),var(--secondary-color),var(--primary-color));background-attachment:fixed;color:#333;margin:0;min-height:100vh;overflow-x:hidden;padding:0}body,button,input{font-family:Lexend,sans-serif;font-family:var(--font-family)}.App{text-align:center;z-index:1}a{color:inherit;text-decoration:none}::-webkit-scrollbar{height:8px;width:4px}::-webkit-scrollbar-thumb{background-color:#ff2600;border-radius:8px}::-webkit-scrollbar-track{background:#2b2b2b;border-radius:10px}::-webkit-scrollbar-horizontal{height:8px}html{scroll-behavior:smooth}.content{background-attachment:fixed!important;background-repeat:no-repeat!important;transition:background-position .8s cubic-bezier(.4,0,.2,1),background-size .8s cubic-bezier(.4,0,.2,1)}.closeButton:hover{background-color:#ff4757}.doacaoButton:hover{background-color:#2a2a32}.header{align-items:center;background-color:initial;display:flex;justify-content:space-between;padding:10px;position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:1000}.header.scrolled{animation:Scrolled 1s linear 1s forwards;background-color:#0f0f12;border-bottom:2px solid red}@keyframes Scrolled{0%{box-shadow:0 0 0}25%{box-shadow:0 0 5px red}50%{box-shadow:0 0 10px red}75%{box-shadow:0 0 5px red}to{box-shadow:0 0 10px red}}.header.search-open .logo,.header.search-open .menu-icon,.header.search-open .search-category-container{display:none}.header.search-open{flex-grow:1;justify-content:center}.header.search-open,.search-category-container{align-items:center;display:flex}.category-icon{margin-left:10px}@media (max-width:600px){.search-category-container{display:flex}.category-icon{display:none}.header{padding:10px 15px}}@media (max-width:480px){.logo-text{font-size:1rem}.menu-icon{font-size:1.2rem}}.logo{align-items:center;display:flex}.logo-image{margin-right:10px;width:40px}.logo-text{color:red;font-size:1.5rem;font-weight:700;margin-left:5px;transition:transform .5s ease}.logo-text:hover{transform:scale(1.05)}.search-bar{display:flex;justify-content:center;margin:0 10px;max-width:300px;position:relative;transition:max-width .3s ease}.search-bar input{border:none;border-radius:25px;box-shadow:0 2px 10px #0000001a;font-size:1rem;padding:12px;transition:all .3s ease;width:100%}.search-results{animation:fadeIn .3s ease forwards;background:#16161a;border-radius:12px;box-shadow:0 8px 20px #0000001a;left:50%;opacity:0;padding:15px;position:absolute;top:calc(100% + 10px);transform:translateX(-50%);width:min(90vw,400px);z-index:1000}@media (max-width:600px){.search-bar{display:none}}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.result-item{align-items:center;background:#25252b;border-radius:8px;display:flex;margin:5px 0;min-width:250px;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1)}.result-item:hover{background:#2f2f36;box-shadow:0 4px 12px #0000001a;transform:scale(1.02)}.result-item img{border-radius:6px;flex-shrink:0;height:50px;margin-right:15px;object-fit:cover;width:50px}.obra-info{min-width:0;text-align:left}.obra-info h4{color:#fff;font-size:.95rem;font-weight:600;margin:0}.obra-info h4,.obra-info p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.obra-info p{color:#666;font-size:.85rem;margin:4px 0 0}.loading,.no-results{animation:fadeIn .3s ease;color:#888;font-size:.9rem;padding:15px;text-align:center}.search-results>*{animation:slideIn .3s ease forwards;opacity:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.result-item:first-child{animation-delay:.1s}.result-item:nth-child(2){animation-delay:.2s}.category-icon-wrapper{align-items:center;cursor:pointer;display:flex;margin-left:10px;position:relative}.category-icon{color:#fff;font-size:24px;transition:color .3s ease}.category-icon-wrapper:hover .category-icon{color:tomato}.category-icon-wrapper:after{color:#fff;content:"Categorias";font-size:.8rem;margin-left:5px;opacity:0;transform:translateX(-10px);transition:opacity .3s ease,transform .3s ease,visibility 0s ease .3s;visibility:hidden}.category-icon-wrapper:hover:after{opacity:1;transform:translateX(0);transition:opacity .3s ease,transform .3s ease;visibility:visible}.menu-icon-wrapper{position:relative}.menu-icon{color:#fff;cursor:pointer;font-size:24px;margin-right:30px;transition:color .3s ease}.menu-icon:hover{color:red}.menu-popup{animation:scaleZ .3s ease-in-out forwards;background-color:#15151a;border-radius:8px;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;opacity:0;padding:10px;position:absolute;right:13px;top:55px;transform:scale(0);transform-origin:top center;width:150px;z-index:100}@keyframes scaleZ{0%{opacity:0;transform:scale(0)}80%{transform:scale(1.07)}to{opacity:1;transform:scale(1)}}.menu-popup ul{list-style:none;margin:0;padding:0}.menu-popup .menu-item,.menu-popup .user-profile-item,.menu-popup li{animation:scaleZItem .3s ease-in-out forwards;color:#f0f0f0;cursor:pointer;opacity:0;padding:10px;transform:scale(0);transform-origin:top center;transition:all .3s ease-in-out}@keyframes scaleZItem{0%{opacity:0;transform:scale(0)}80%{transform:scale(1.07)}to{opacity:1;transform:scale(1)}}.menu-popup .user-profile-item,.menu-popup li:first-child{animation-delay:0ms}.menu-popup .menu-line:first-of-type,.menu-popup li:nth-child(2){animation-delay:60ms}.menu-popup li:nth-child(3){animation-delay:.12s}.menu-popup li:nth-child(4){animation-delay:.18s}.menu-popup li:nth-child(5){animation-delay:.24s}.menu-popup li:nth-child(6){animation-delay:.3s}.menu-popup li:nth-child(7){animation-delay:.36s}.menu-popup .user-profile-item:hover,.menu-popup li:hover{background-color:#f0f0f0;border-radius:8px;color:#16161a}.menu-popup li:first-child{background-color:red;border-radius:10px}.menu-popup li:first-child:hover{background-color:#f0f0f0;border-radius:8px;color:#16161a}.menu-arrow{border-bottom:10px solid #fff;border-left:10px solid #0000;border-right:10px solid #0000;height:0;position:absolute;right:20px;top:-10px;width:0}.menu-popup li.login-item{align-items:center;color:#f0f0f0;cursor:pointer;justify-content:space-between;padding:10px}.menu-popup li.login-item svg{margin-right:2px}.menu-line{animation:scaleZLine .3s ease-in-out forwards;background-color:#f0f0f0;height:1px;margin:10px 0;opacity:0;transform:scaleX(0);width:100%}@keyframes scaleZLine{0%{opacity:0;transform:scaleX(0)}80%{transform:scaleX(1.07)}to{opacity:1;transform:scaleX(1)}}.discord-item{background-color:#5865f2;border-radius:8px;color:#fff}.apoia-me-item{background-color:#ff6f61}.apoia-me-item,.categorias-item{border-radius:8px;color:#fff}.user-profile-item{align-items:center;cursor:pointer;display:flex;gap:10px;padding:12px 16px}.user-avatar-small{border:2px solid #860a0a;border-radius:50%;height:30px;object-fit:cover;transition:border-color .3s ease-in-out;width:30px}.user-profile-item span{color:#fff;font-weight:500;transition:color .3s ease-in-out}.user-profile-item:hover span{color:#16161e}.user-profile-item:hover .user-avatar-small{border-color:#16161e}.logout-item{color:#ff6b6b}.logout-item:hover{background-color:#ff6b6b1a}.profile-item{color:#7289da}.profile-item:hover{background-color:#7289da1a}.mobile-search{align-items:center;display:flex;justify-content:flex-end;position:relative}.mobile-search-input.open{border-radius:25px;max-width:250px;padding:12px}.mobile-search-icon{color:#f0f0f0;cursor:pointer;font-size:1.5rem}.mobile-search-input{border:none;border-radius:5px;box-shadow:0 2px 5px #0000001a;display:block;font-size:1rem;margin-left:10px;max-width:0;opacity:0;padding:8px;transition:max-width .3s ease,opacity .3s ease}.mobile-search-input.open{max-width:200px;opacity:1}@media (min-width:599px){.mobile-search{display:none}}.mobile-search-results{animation:mobileFadeIn .3s ease forwards;background:#16161a;border-radius:12px;box-shadow:0 8px 20px #0000001a;left:50%;max-width:400px;opacity:0;padding:15px;position:fixed;top:60px;transform:translateX(-50%);width:90%;z-index:1000}@media (max-width:600px){.search-results{left:5vw;width:90vw}}@keyframes mobileFadeIn{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.login-modal{background-color:#16161e;color:#fff;position:relative}.close-button{background:none;font-size:1.5rem;position:absolute;right:1rem;top:1rem}.close-button,.discord-login-button{border:none;color:#fff;cursor:pointer}.discord-login-button{align-items:center;background-color:#5865f2;border-radius:4px;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-self:center;margin-top:1.5rem;padding:.75rem 1.5rem}.discord-login-button:hover{background-color:#4752c4}.discord-login-button img{height:20px;width:20px}.text-terms{color:#ffffffa1}.terms-link{color:#7289da;text-decoration:underline;transition:color .2s}.terms-link:hover{color:#5a6fbb;text-decoration:none}.main-grid-container{grid-gap:10px;box-sizing:border-box;display:grid;gap:10px;grid-template-columns:80% 20%;grid-template-rows:auto 1fr;padding:10px;width:100%}.rec-container-wrapper{align-self:start;grid-column:1/2;grid-row:1/2;width:100%}.side-container-wrapper{align-self:start;grid-column:2/3;grid-row:1/3;width:100%}.bottom-container-wrapper{align-self:start;grid-column:1/2;grid-row:2/3;margin-top:-10px;width:100%}@media (max-width:1120px){.side-container-wrapper{display:none}.main-grid-container{grid-template-columns:100%;grid-template-rows:auto 1fr}.bottom-container-wrapper,.rec-container-wrapper{grid-column:1/-1}}.side-container{box-sizing:border-box;color:#fff;font-size:19px;overflow:hidden;padding:0;width:100%}.side-title{align-items:center;display:flex;font-size:24px;justify-content:center;margin-bottom:15px}.side-items-list{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.side-item{align-items:center;background-color:#1e1e233d;border-radius:10px;box-shadow:0 4px 8px #0003;color:#fff;display:flex;font-size:18px;padding:10px;width:90%}.side-item-icon{border:2px solid #fff;border-radius:2px;font-size:20px;margin:10px;padding:10px;transition:color .3s ease-in-out}.side-item-icon:hover{animation:pulseColor 2s infinite;background-color:#fff;color:#1e1e23}.image-title-container{align-items:center;display:flex;flex-grow:1;gap:10px;max-width:80%}.side-item-image{border-radius:5px;transition:transform .3s ease;width:64px}.side-item-image:hover{transform:rotateX(10deg) rotateY(10deg) scale(1.1)}.side-item-title{font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes moveVerticalAndShake{0%{transform:translate(0)}25%{transform:translate(-.7px,-5px)}50%{transform:translate(0)}75%{transform:translate(.7px,-5px)}to{transform:translate(0)}}@keyframes pulseColor{0%{color:#fff;filter:drop-shadow(0 0 5px white) drop-shadow(0 0 10px white)}25%{color:#ff8c00;filter:drop-shadow(0 0 5px rgb(255,140,0)) drop-shadow(0 0 15px rgb(255,140,0))}50%{color:#ff5a00;filter:drop-shadow(0 0 5px rgb(255,90,0)) drop-shadow(0 0 20px rgb(255,90,0))}75%{color:red;filter:drop-shadow(0 0 5px red) drop-shadow(0 0 25px red)}to{color:#fff;filter:drop-shadow(0 0 5px white) drop-shadow(0 0 10px white)}}.side-title:hover{animation:moveVerticalAndShake 1s ease-in-out infinite,pulseColor 2s infinite}.fire-icon{color:#fff;font-size:20px;margin-left:10px;transition:transform .3s ease-in-out}.fire-icon:hover{animation:moveVerticalAndShake 1s ease-in-out infinite,pulseColor 2s infinite;overflow:visible}.side-item.skeleton{align-items:center;display:flex;gap:10px}.side-item.skeleton .skeleton-image{border-radius:5px;height:70px;width:50px}.side-item.skeleton .skeleton-text{height:15px;width:100px}.bottom-container{background-color:initial;display:flex;flex-direction:column;padding:20px}.bottom-title{color:#fff;font-size:24px;margin-bottom:10px;text-align:left}.grid-container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);justify-items:center;overflow:hidden;width:100%}.grid-item{align-items:center;border-radius:30px;display:flex;opacity:1;position:relative;transition:opacity .3s ease-in-out,scale .3s ease;width:200px}.grid-date{border-radius:4px;bottom:10px;color:#595959;font-size:12px;padding:4px 8px}.fire-icon-grid,.grid-date{position:absolute;right:10px}.fire-icon-grid{filter:drop-shadow(0 0 2px rgba(0,0,0,.5));font-size:1.4em;top:10px}@media (max-width:610px){.fire-icon-grid{font-size:1em;right:8px;top:8px}}.grid-image{border-radius:10px;height:auto;margin-right:10px;width:40%}.grid-text{display:flex;flex-direction:column;max-width:50%;text-align:left}.grid-image,.grid-title{transition:transform .3s ease}.grid-image:hover,.grid-title:hover{cursor:pointer;text-shadow:0 0 5px #000;transform:rotateX(10deg) rotateY(10deg) scale(1.05)}.grid-title{color:#acacac;font-size:16px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-chapter{color:#949494;font-size:14px;margin:0}@keyframes zoomInOut{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width:610px){.grid-container{gap:10px;grid-template-columns:1fr}.grid-item{border-radius:20px;overflow:hidden;width:90%}.grid-image{height:80px;margin-right:10px;width:20%}.grid-title{font-size:15px}.grid-text{align-self:flex-start;display:flex;margin-top:20px}.grid-chapter{font-size:14px}.bottom-title{justify-content:center;text-align:center}}.bottom-title:hover{animation:moveHorizontal 1s ease-in-out infinite,pulseRed 2s infinite,pulseColors 2s infinite}.paper-icon{color:#fff;font-size:20px;margin-left:10px;transition:transform .3s ease-in-out}.paper-icon:hover{animation:pulseRed 2s infinite}.grid-item.skeleton{display:flex;flex-direction:column;gap:10px}.grid-item.skeleton .skeleton-image{border-radius:10px;height:150px;width:100%}.grid-item.skeleton .skeleton-text{height:15px;width:100%}.clock-icon{margin-right:4px}.rec-container{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#1e1e233d;border-radius:10px;box-shadow:0 4px 8px #0003;padding:20px;position:relative}.rec-content{display:flex;flex-grow:1;gap:20px;margin-left:10px;margin-right:10px;overflow-x:auto;padding:20px;scroll-behavior:smooth;scroll-snap-type:x mandatory}.rec-title{align-items:center;color:#fff;display:flex;font-size:24px;font-weight:700;left:20px;position:absolute;top:-11px;z-index:10}.arrows-dots{color:#fff;font-size:20px;margin-left:10px}.rec-content::-webkit-scrollbar{display:none}.rec-content{-ms-overflow-style:none;scrollbar-width:none}.item{border-radius:10px;box-shadow:0 4px 8px #0000001a;color:#fff;flex-shrink:0;height:200px;overflow:hidden;position:relative;scroll-snap-align:start;text-align:center;width:150px}.item-footer{background:linear-gradient(#0000001a,#000c);border-radius:0 0 10px 10px;bottom:0;color:#fff;left:0;padding:10px;position:absolute;right:0;text-align:left}.item-title{font-size:16px;margin:0 0 -1rem;transition:transform .5s ease}.item-title:hover{cursor:pointer;text-shadow:0 0 5px #000;transform:scale(1.05)}.item-episode{font-size:16px;font-weight:700;margin:0}.item-image{height:100%;object-fit:cover;transition:transform .3s ease-in-out;width:100%}.item:hover .item-image{transform:scale(1.05)}.scrollbutton{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:24px;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease,color .3s ease;z-index:10}.scrollbutton:hover{color:red}.scrollbutton:first-of-type{left:10px}.scrollbutton:last-of-type{right:10px}@media (max-width:610px){.rec-title{left:50%;transform:translateY(-50%);transform:translate(-50%)}.rec-title:hover{animation:none}}@keyframes moveHorizontal{0%{transform:translateX(0)}50%{transform:translateX(5px)}to{transform:translateX(0)}}@keyframes pulseRed{0%{color:#fff}50%{color:red}to{color:#fff}}@keyframes pulseColors{0%{filter:drop-shadow(0 0 5px white) drop-shadow(0 0 10px white)}50%{filter:drop-shadow(0 0 5px red) drop-shadow(0 0 25px red)}to{filter:drop-shadow(0 0 5px white) drop-shadow(0 0 10px white)}}.rec-title:hover{animation:moveHorizontal 1s ease-in-out infinite,pulseRed 2s infinite,pulseColors 2s infinite}.slider-container{align-items:center;display:flex;height:400px;justify-content:center;max-height:50vh;min-height:200px;overflow:hidden;position:relative;width:100%}.slides-wrapper{display:flex;transition:transform .5s ease-in-out;width:100%}.slide{flex-shrink:0;justify-content:space-between}.slide,.slide-gradient{align-items:center;display:flex;position:relative;width:100%}.slide-gradient{color:#fff;height:100%;padding:calc(2vw + 20px) 20px 20px}.slide-image-container{align-items:center;display:flex;margin-left:20px;width:100%}.image-wrapper{border-radius:15px;height:300px;margin-right:20px;overflow:hidden;width:200px}.slide-image{background-position:50%;background-size:cover;height:100%;transition:transform .5s ease;width:100%}.image-wrapper:hover .slide-image{transform:scale(1.2)}.slide-text{align-items:flex-start;display:flex;flex-direction:column;max-width:calc(100% - 150px);padding-right:20px;text-align:left}.slide-title{font-size:2.5rem;margin-bottom:10px;transition:color .5s}.slide-title:hover{color:#ffffffa6}.slide-description{font-size:1.2rem;font-style:italic;margin-top:10px}.categories{margin-top:10px}.category{background-color:#ffffff4d;border-radius:5px;display:inline-block;margin-right:5px;padding:5px 10px}.next-button,.prev-button{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:24px;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .3s ease,color .3s ease;z-index:10}.next-button:hover,.prev-button:hover{color:red}.prev-button{left:10px}.next-button{right:10px}@media (max-width:768px){.slider-container{height:250px}.slide-image-container{margin-left:10px}.image-wrapper{height:170px;width:120px}.slide-title{font-size:1.5rem}.slide-description{font-size:1rem}}@media (max-width:480px){.image-wrapper{height:150px;width:120px}.slide-title{font-size:1.1rem}.slide-description{font-size:.7rem;text-align:left;width:70%}}.skeleton-slide{justify-content:space-between}.skeleton-gradient,.skeleton-slide{align-items:center;display:flex;position:relative;width:100%}.skeleton-gradient{animation:shimmer 1.5s infinite;background-size:200% 100%;height:100%;padding:calc(2vw + 20px) 20px 20px}.skeleton-image-container{align-items:center;display:flex;margin-left:20px;width:100%}.skeleton-image-wrapper{background-color:#3a3a3a;border-radius:15px;height:300px;margin-right:20px;overflow:hidden;width:200px}.skeleton-image-placeholder{background-color:#2a2a2a;height:100%;width:100%}.skeleton-text-container{align-items:flex-start;display:flex;flex-direction:column;max-width:calc(100% - 220px);padding-right:20px;text-align:left;width:100%}.skeleton-title{height:40px;width:70%}.skeleton-description,.skeleton-title{background-color:#3a3a3a;margin-bottom:20px}.skeleton-description{border-radius:4px;height:80px;width:100%}.skeleton-categories{display:flex;gap:10px}.skeleton-category{background-color:#3a3a3a;border-radius:5px;height:30px;width:60px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:768px){.skeleton-image-wrapper{height:170px;width:120px}.skeleton-title{height:30px}.skeleton-description{height:60px}}@media (max-width:480px){.skeleton-image-wrapper{height:150px;width:100px}.skeleton-text-container{max-width:calc(100% - 120px)}.skeleton-title{height:20px}.skeleton-description{height:40px}.skeleton-category{height:20px;width:40px}}.footer{background-color:#0f0f12;border-top:2px solid red;bottom:0;box-shadow:0 0 10px red;color:#fff;padding:20px 0;position:relative;text-align:center;width:100%}.footer p{font-size:14px;margin:5px 0}.footer-content{align-items:center;display:flex;flex-direction:column}.footer-links{margin-top:.5rem}.footer-link{color:#7289da;text-decoration:none;transition:color .2s}.footer-link:hover{color:#5a6fbb;text-decoration:underline}.categorias-container{color:#fff;margin-top:80px;min-height:calc(100vh - 80px);padding:20px}.filters-container{border-radius:5px;margin-bottom:20px;padding:10px}.filters{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.filter-section{display:flex;flex-direction:column;position:relative}.filter-section label{color:#fff;margin-bottom:5px}.filter-section button{background-color:#16161a;border:1px solid #333;border-radius:5px;color:#fff;cursor:pointer;font-family:Lexend,sans-serif;padding:5px 10px;transition:background-color .3s;width:100%}.filter-section button:hover{background-color:#202027}.selected-genres{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.selected-filters h2{color:#fff}.genre-button{align-items:center;background-color:tomato;border-radius:20px;color:#fff;cursor:pointer;display:flex;padding:5px 10px}.genre-button:hover{background-color:#e25941}.remove-genre{cursor:pointer;font-weight:700;margin-left:5px}.dropdown{background-color:#202027;border:1px solid #333;border-radius:5px;box-shadow:0 2px 5px #0003;display:flex;flex-direction:column;left:0;padding:5px;position:absolute;right:0;top:100%;z-index:2000}.dropdown-select{border:1px solid #ccc;border-radius:5px;margin-top:5px;padding:5px;width:100%}.obras-container{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center;padding:20px}.obra-item{background-color:#333;border-radius:5px;box-shadow:0 4px 8px #0000004d;height:400px;max-width:250px;overflow:hidden;position:relative;transition:transform .3s ease;width:100%}.obra-item:hover{transform:scale(1.05)}.obra-image{border-radius:5px;height:100%;object-fit:cover;width:100%}.obra-footer{background:linear-gradient(0deg,#000000b3,#0000);bottom:0;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:100px;justify-content:flex-end;padding:10px;position:absolute;text-align:center;width:100%}.obra-footer h3{font-size:16px;margin:5px}.obra-footer p{font-size:14px;margin-block-start:0;margin-bottom:15px}.checkbox-label input[type=checkbox]{-webkit-appearance:none;appearance:none;border:2px solid #666;border-radius:3px;cursor:pointer;height:18px;position:relative;width:18px}.checkbox-label input[type=checkbox]:checked{background-color:red}.checkbox-label input[type=checkbox]:checked:after{color:#fff;content:"✓";font-size:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.obras-container{gap:10px;grid-template-columns:repeat(2,1fr);padding:10px}.obra-item{height:350px;margin:0 5px;max-width:none}.obra-image{height:250px}.obra-footer{height:90px;padding:8px}.obra-footer h3{font-size:14px;margin:3px}.obra-footer p{font-size:12px;margin-bottom:10px}.filters{gap:5px;grid-template-columns:1fr}.filter-section button{font-size:14px;padding:8px}.selected-filters h2{font-size:16px}}@media (max-width:480px){.obra-image,.obra-item{height:300px}.obra-footer{height:100px}}.selected-genres p{color:#888;font-size:14px;margin-left:5px}.checkbox-label{align-items:center;color:#16161a;cursor:pointer;display:flex;padding:5px;transition:background-color .3s}.checkbox-label input{color:red;margin-right:10px}input[type=checkbox i]{color:red}.checkbox-label:hover{background-color:#16161a;border-radius:5px}.filter-button{background-image:linear-gradient(90deg,#ff2600,#ff5202);border:none;border-radius:8px;color:#fff;font-size:13px;padding:5px 10px}.selected-list{align-items:center;display:flex;flex-wrap:wrap;gap:5px}.remove-filter{cursor:pointer;margin-left:5px}.dropdown-genres{max-height:200px;overflow-y:auto;padding-right:8px}.dropdown-genres::-webkit-scrollbar{width:6px}.dropdown-genres::-webkit-scrollbar-track{background:#2a2a2e;border-radius:3px}.dropdown-genres::-webkit-scrollbar-thumb{background:#ff4500;border-radius:3px}.dropdown-genres::-webkit-scrollbar-thumb:hover{background:tomato}.apoia-me-container{align-items:center;display:flex;flex-direction:column;min-height:100vh;padding:2rem;text-align:center}.supportterzo{color:#fff;font-size:2.5rem;margin-bottom:2rem}.apoia-me-content{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#2b2b335e;border-radius:15px;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;max-width:800px;padding:2rem;width:100%}.qrcode-wrapper{background:#0000002b;border:solid #222;border-radius:20px;box-shadow:1px solid #0000001a;margin:1rem 0;padding:1rem}.qrcode-image{border:1px solid #eee;border-radius:8px;height:auto;width:280px}.payment-info{margin-top:2rem;width:100%}.pix-detail{border-radius:10px;margin:1rem 0;padding:1.5rem;text-align:left}.pix-detail h3{border-bottom:2px solid #eee;color:#fff;margin-bottom:1rem;padding-bottom:.5rem}.pix-data{display:flex;justify-content:space-between;margin:.8rem 0}.pix-label{color:#a1a1a1;font-weight:500}.pix-value{color:#bbb;font-weight:600}.transfer-code{background:#333;border:solid #444;border-radius:8px;color:#fff;font-size:.95rem;margin:1.5rem 0;padding:1rem}.transfer-code strong{color:#d00909db;text-shadow:0 0 2px #640000}.copy-button{background:#1e7ebf;border:2px solid #cacaca;border-radius:15px;color:#fff;cursor:pointer;font-weight:600;margin:1rem 0;padding:1rem 2rem;transition:all .3s ease;width:100%}.copy-button:hover{background:#3499db;box-shadow:0 3px 10px #3498db66;transform:translateY(-2px)}.support-message{border-top:1px solid #eee;color:#e6e6e6;font-size:1rem;line-height:1.6;margin:2rem 0 1rem;padding:1rem}.heart-icon-ap{color:red;font-size:1.1rem;margin-left:8px;position:inline;vertical-align:middle}@media (max-width:768px){.apoia-me-container{padding:1rem}.apoia-me-content{padding:1.5rem}.qrcode-image{width:220px}.pix-data{flex-direction:column}.pix-label{margin-bottom:.3rem}.copy-button{font-size:.9rem;padding:.8rem}}.warning-popup-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.warning-popup-container{background-color:#16161e;border:1px solid #ff5722;border-radius:10px;box-shadow:0 5px 20px #00000080;max-width:500px;overflow:hidden;width:90%}.warning-popup-header{background-color:#ff5722;color:#fff;padding:15px;text-align:center}.warning-popup-header h3{font-size:1.3rem;margin:0}.warning-popup-content{color:#fff;padding:20px}.warning-popup-content p{line-height:1.5;margin-bottom:15px}.warning-popup-content ul{list-style:none;margin:15px 0;padding-left:20px}.warning-popup-content li{margin-bottom:8px}.warning-popup-footer{background-color:#1c1c29;display:flex;flex-direction:column;padding:15px 20px}.dont-show-again{align-items:center;color:#b0b0b0;cursor:pointer;display:flex;font-size:.9rem;justify-content:center;margin-bottom:15px}.dont-show-again input{cursor:pointer;margin-right:10px}.confirm-button{background-color:#ff5722;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:12px;transition:background-color .2s}.confirm-button:hover{background-color:#e64a19}.loading{color:#666;font-size:1.2rem;padding:2rem;text-align:center}.obra-page{margin:0 auto;max-width:1200px;min-height:100vh;padding:1rem;transition:background .5s ease}.capitulos-container,.descricao-container,.informacoes-container{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:#1e1e23d9;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.info-container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-items:left;margin-bottom:2rem;margin-top:30px;text-align:left}.info-container h1,.status-text{color:#fff}.obra-imagem{flex:0 0 250px}.obra-imagem img{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:350px;object-fit:cover;transition:transform .7s ease;width:100%}.obra-imagem img:hover{transform:scale(1.11)}.obra-info{flex-grow:1;min-width:300px}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.tags span{background-color:#e0e0e0;border-radius:15px;color:#333;font-size:.9rem;padding:.3rem .8rem}.buttons{display:flex;gap:1rem;margin:1.5rem 0}.obra-page button{border:none;border-radius:5px;cursor:pointer;padding:.8rem 1.5rem;transition:all .3s ease}.add-library{background-color:#4caf50;color:#fff;gap:.5rem;transition:all .3s ease}.add-library,.heart-wrapper{align-items:center;display:flex;justify-content:center}.heart-wrapper{height:1.2rem;position:relative;width:1.2rem}.heart-icon{font-size:1.2rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease}.heart-icon.solid{color:#fff;opacity:1}.heart-icon.broken{color:#fff;opacity:0;transform:translate(-50%,-50%) scale(.8)}.add-library:not(.favorited):hover .heart-icon.solid{animation:heartBeat .7s ease;color:red}.add-library.favorited:hover .heart-icon.solid{opacity:0}.add-library.favorited:hover .heart-icon.broken{animation:heartBreak .5s ease;opacity:1;transform:translate(-50%,-50%) scale(1)}@keyframes heartBeat{0%{transform:translate(-50%,-50%) scale(1)}25%{transform:translate(-50%,-50%) scale(1.3)}50%{transform:translate(-50%,-50%) scale(.9)}75%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(1)}}@keyframes heartBreak{0%{transform:translate(-50%,-50%) scale(1) rotate(0deg)}20%{transform:translate(-50%,-50%) scale(1.1) rotate(-10deg)}40%{transform:translate(-50%,-50%) scale(1.1) rotate(10deg)}60%{transform:translate(-50%,-50%) scale(1.1) rotate(-10deg)}80%{transform:translate(-50%,-50%) scale(1.1) rotate(10deg)}to{transform:translate(-50%,-50%) scale(1) rotate(0deg)}}.start-reading{background-color:#dd3603;color:#fff}.start-reading:hover{background-color:#ff5722}.obra-page button:hover{opacity:.9;transform:translateY(-2px)}.status-container{align-items:center;display:flex;gap:.5rem;margin-top:1rem}.status-circle{background-color:#4caf50;border-radius:50%;display:inline-block;height:10px;width:10px}.descricao-container{background-color:#1e1e237a;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.descricao-container h2{color:#fff;margin-bottom:1rem}.paragrafo-info{color:#fff}.ver-mais{color:#dd3603;cursor:pointer;margin-left:.5rem;text-decoration:underline}.ver-mais:hover{color:#ff5722}.informacoes-e-capitulos{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.informacoes-container h2{color:#fff}@media (min-width:768px){.informacoes-e-capitulos{grid-template-columns:1fr 2fr}}.informacoes-container{background-color:#1e1e237a;border-radius:8px;padding:1.5rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.info-item{display:flex;flex-direction:column;gap:.5rem}.topico-titulo{color:#fff;font-weight:700}.topico-conteudo{background-color:#2b2b33ab;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background-color .3s ease}.topico-conteudo:hover{background-color:#3a3a44}.topico-conteudo-container{display:flex;flex-wrap:wrap;gap:.5rem}.capitulos-container{background-color:#1e1e237a;border-radius:8px;padding:1.5rem}.capitulos-container h2{align-items:center;color:#fff;display:flex;gap:1rem;margin-bottom:1rem}.order-button{background:none;background-color:#ff5722;color:inherit;padding:.5rem}.order-button:hover{background-color:#dd3603}.capitulo-list-card{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr}@media (min-width:480px){.capitulo-list-card{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.capitulo-list-card{grid-template-columns:repeat(3,1fr)}}.capitulo-card{position:relative}.capitulo-button-card{align-items:center;background-color:#2b2b33ab;border:2px solid #9f9f9f18;border-radius:5px;color:#fff;display:flex;padding:1rem;text-decoration:none;transition:all .3s ease}.capitulo-button-card:hover{border-left:4px solid #720000;box-shadow:0 4px 8px #0000001a;transform:translateY(-3px)}.capitulo-recente{border-left:4px solid red}.fire-icon-card{color:#ff5722;margin-left:.5rem}.capitulo-numero{font-weight:500}.capitulo-data{color:rgba(255,0,0,.329);font-size:.9rem;margin-left:auto}@media (max-width:768px){.info-container{flex-direction:column;text-align:center}.obra-imagem{flex:0 0 auto;margin:0 auto}.buttons{flex-direction:column}.capitulo-list-card{grid-template-columns:1fr}}@media (max-width:480px){.obra-page{padding:.5rem}.obra-imagem img{height:300px}.work-title-obrajs h1{font-size:1.5rem}.add-library button,.start-reading button{font-size:.9rem;padding:.7rem 1rem}}.tags span[style*="#ff5722"],.topico-conteudo[style*="#ff5722"]{color:#fff!important;transition:all .3s ease}.topico-conteudo[style*="#ff5722"]:hover{background-color:#dd3603!important;transform:translateY(-2px)}.sugestivo-tag{background-color:#ff5722!important;color:#fff!important}.loading-container{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e23e6;bottom:0;display:flex;justify-content:center;left:0;min-height:100vh;position:fixed;right:0;top:0;z-index:1000}.loading-content{text-align:center;transform:translateY(-20%)}.loading-logo{animation:logoFloat 2s ease-in-out infinite;height:120px;margin-bottom:2rem;width:120px}.loading-text{align-items:center;color:#fff;display:flex;font-size:2rem;font-weight:500;justify-content:center}.loading-letter{animation:letterWave .8s ease-in-out infinite;display:inline-block;margin:0 2px}.loading-letter:nth-child(2){animation-delay:.1s}.loading-letter:nth-child(3){animation-delay:.2s}.loading-letter:nth-child(4){animation-delay:.3s}.loading-letter:nth-child(5){animation-delay:.4s}.loading-letter:nth-child(6){animation-delay:.5s}.loading-letter:nth-child(7){animation-delay:.6s}.loading-letter:nth-child(8){animation-delay:.7s}.loading-letter:nth-child(9){animation-delay:.8s}.loading-letter:nth-child(10){animation-delay:.9s}.loading-dots span{animation:dotPulse 1.2s infinite;margin-left:2px}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes letterWave{0%,to{transform:translateY(0)}50%{opacity:.8;transform:translateY(-5px)}}@keyframes dotPulse{0%,to{opacity:.3}50%{opacity:1}}.add-library.favorited{background-color:#860a0a}.comments-section{background-color:#16161eb0;border-radius:8px;margin-left:auto;margin-right:auto;margin-top:2rem;max-width:800px;padding:1.5rem}.comments-section h3{border-bottom:1px solid #333;color:#fff;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem}.comment-form{margin-bottom:2rem}.comment-input-container{display:flex;gap:1rem;margin-bottom:.5rem}.comment-avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.comment-avatar-placeholder{background-color:#25252b;border-radius:50%;height:40px;width:40px}.comment-textarea{background-color:#16161a;border:1px solid #1e1e23;border-radius:4px;color:#fff;flex:1 1;min-height:80px;padding:.75rem;resize:vertical}.comment-textarea[readonly]{cursor:pointer}.comment-textarea:focus{border-color:#646cff;outline:none}.comment-submit-btn{background-color:#646cff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:background-color .2s}.comment-submit-btn:hover{background-color:#535bf2}.comment-submit-btn svg{margin-right:.5rem}.login-modal-content{background-color:#2d2d2d;border-radius:8px;max-width:400px;padding:2rem;text-align:center;width:100%}.login-modal-close{background-color:#646cff;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:1rem;padding:.5rem 1rem}.login-modal-actions{justify-content:center;margin-top:1.5rem}.login-modal-login{background-color:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.5rem 1rem}.login-modal-login:hover{background-color:#45a049}.comment-submit-btn:disabled{background-color:#666;cursor:not-allowed}.comment-submit-btn:disabled:hover{background-color:#666}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.comment-item{background-color:#1a1a1fed;border-radius:8px;padding:1.2rem;text-align:justify}.comment-header{align-items:center;display:flex;gap:1rem;margin-bottom:.75rem;position:relative}.comment-user-info{display:flex;flex-direction:column}.comment-username{color:#fff;font-weight:700}.comment-date{color:#aaa;font-size:.8rem}.comment-content{color:#ddd;line-height:1.5;white-space:pre-wrap}.comment-delete-btn{background:none;border:none;color:#f55;cursor:pointer;opacity:.7;position:absolute;right:0;top:0;transition:opacity .2s}.comment-delete-btn:hover{opacity:1}.comments-error,.comments-loading,.no-comments{color:#aaa;padding:2rem 0;text-align:center}.comments-error{color:#f55}.cap-page{min-height:100vh;padding:20px}.controls-bar{background:#0000004d;border-radius:10px;margin:35px auto 20px;max-width:800px;padding:15px}.nav-buttons{align-items:center;display:flex;gap:25px;justify-content:center;margin-bottom:15px}.comments-container{margin:0 auto;max-width:1200px;padding:20px}.nav-button{background:none;border:2px solid #fff;border-radius:50%;color:#fff;cursor:pointer;height:40px;transition:all .3s ease;width:40px}.nav-button:hover{background:#fff;color:#1a1a1a}.nav-buttons h1{color:#fff}.config-controls{display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.brightness-control{align-items:center;color:#fff;display:flex;gap:10px}.brightness-control input[type=range]{background:#444;border-radius:5px;height:5px;width:150px}.mode-toggle{background:#2c2c2c;border:none;border-radius:20px;color:#fff;cursor:pointer;padding:8px 15px;transition:all .3s ease}.mode-toggle:hover{background:#3c3c3c}.vertical-viewer{display:flex;flex-direction:column;margin:0 auto;max-width:800px}.vertical-viewer img{width:100%}.manga-viewer{height:90vh;margin:0 auto;max-width:1000px;overflow:hidden;position:relative}.manga-page{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;transition:transform .3s ease-in-out;width:100%}.manga-page img{border-radius:5px;box-shadow:0 4px 8px #0000004d;max-height:100%;max-width:100%;object-fit:contain}.slide-left{animation:slideLeft .3s ease-in-out}.slide-right{animation:slideRight .3s ease-in-out}@keyframes slideLeft{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slideRight{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.chapter-controls{display:flex;gap:15px;justify-content:center;margin:20px 0}.chapter-select{background:#2c2c2c;border:1px solid #444;border-radius:5px;color:#fff;cursor:pointer;padding:8px 15px;transition:all .3s ease}.chapter-select:hover{border-color:#666}.chapter-select option{background:#1a1a1a;color:#fff}.book-button{align-items:center;background:#2c2c2c;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;padding:8px 15px;text-decoration:none;transition:all .3s ease}.book-button:hover{background:#3c3c3c;color:#fff}@media (max-width:480px){.nav-button{font-size:.9rem}}.bottom-controls{margin-bottom:0;margin-top:5px}@media (max-width:768px){.cap-page{padding:0}.vertical-viewer img{border-radius:0;margin-bottom:0;width:100%}.manga-viewer{height:100vh;max-width:100%}.manga-page img{border-radius:0;max-width:100%}}body.hide-header .header{display:none}@keyframes grow-ttb-in{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes grow-ttb-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100%)}}.header-animated{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;left:0;position:fixed;right:0;top:0;will-change:transform,opacity;z-index:1000}.header-animated,.header-visible{opacity:1;transform:translateY(0)}.header-animated,.header-hidden,.header-visible{transition:transform .3s ease-out,opacity .3s ease-out}.header-hidden{opacity:0;pointer-events:none;transform:translateY(-100%)}.login-modal-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.login-modal{border-radius:8px;box-shadow:0 4px 6px #0000001a;justify-items:center;max-width:400px;padding:2rem;width:90%}.login-modal h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.login-modal p{color:#ddd;margin-bottom:2rem}.login-modal-actions{display:flex;gap:1rem;justify-content:flex-end}.login-modal-button{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s}.login-modal-button.primary{background-color:#646cff;color:#fff}.login-modal-button.primary:hover{background-color:#535bf2}.login-modal-button.secondary{background-color:#444;color:#ddd}.login-modal-button.secondary:hover{background-color:#555}.login-container{align-items:center;background:#16161b;display:flex;justify-content:center;min-height:100vh}.login-form{background:#25252b;border-radius:8px;box-shadow:0 2px 10px #0000001a;max-width:400px;padding:2rem;width:100%}.login-form h2{color:#fff;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1rem}.form-group label{color:#fff;display:block;margin-bottom:.5rem}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.8rem;width:90%}.error-message{color:#dc3545;margin:.5rem 0}.login-button{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:1rem;width:100%}.login-button:hover{background:#0056b3}.popup-overlay{align-items:center;animation:overlayFadeIn .3s ease-out;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.popup-content{animation:modalSlideIn .3s cubic-bezier(.175,.885,.32,1.275);background:#16161a;border-radius:12px;box-shadow:0 8px 30px #0003;max-height:90vh;max-width:90%;overflow-y:auto;padding:2rem;position:relative;transform-origin:center;width:600px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem;transition:transform .2s ease,color .2s ease}.close-btn:hover{color:#ddd;transform:scale(1.1)}.edit-obra{border-bottom:2px solid #444;color:#fff;font-size:1.5rem;margin:0 0 2rem;padding-bottom:1rem}.search-section{display:flex;gap:1rem;margin-bottom:1.5rem;transition:opacity .3s ease}.search-section input{background-color:#25252b;border:2px solid #333;border-radius:8px;flex:1 1;font-size:1rem;padding:.5rem 1rem;transition:all .3s ease}.search-section input::placeholder{color:#fff}.search-section input:focus{border-color:#646cff;box-shadow:0 0 0 3px #646cff1a;outline:none}.search-section button{background:#646cff;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:background .3s ease,transform .2s ease}.search-section button:hover{background:#535bf2;transform:translateY(-1px)}.capitulos-list{grid-gap:.75rem;background:#1a1a1f;border-radius:8px;display:grid;gap:.75rem;margin-bottom:2rem;max-height:50vh;overflow-y:auto;padding:8px;scrollbar-color:#646cff #1a1a1f;scrollbar-width:thin}.capitulos-list::-webkit-scrollbar{width:8px}.capitulos-list::-webkit-scrollbar-track{background:#1a1a1f}.capitulos-list::-webkit-scrollbar-thumb{background-color:#646cff;border-radius:4px}.capitulo-item{align-items:center;animation:itemAppear .3s ease-out;background:#25252b;border-radius:8px;box-shadow:#0003;color:#fff;display:flex;justify-content:space-between;padding:.75rem 1rem}@keyframes itemAppear{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.delete-btn{background:#f44;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.25rem .75rem;transition:background .3s ease,transform .2s ease}.delete-btn:hover{background:#c00;transform:scale(1.05)}.add-section{grid-gap:1rem;display:grid;gap:1rem}.add-section input[type=text]{background-color:#25252b;border:2px solid #333;border-radius:8px;font-size:1rem;padding:.5rem 1rem;transition:all .3s ease}.add-section input::placeholder{color:#fff}.add-section input[type=text]:focus{border-color:#646cff;outline:none}.add-section input[type=file]{border:2px dashed #ddd;border-radius:8px;color:#fff;cursor:pointer;padding:.5rem;transition:border-color .3s ease}.add-section input[type=file]:hover{border-color:#646cff}.imagens-preview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));margin:1rem 0}.imagem-item{animation:imageAppear .3s ease-out;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:80px;overflow:hidden;position:relative;transition:transform .2s ease;width:80px}@keyframes imageAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.imagem-item:hover{transform:translateY(-2px)}.imagem-item img{height:100%;object-fit:cover;width:100%}.remove-btn{align-items:center;background:#ff4444e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:.75rem;height:20px;justify-content:center;position:absolute;right:4px;top:4px;transition:background .3s ease,transform .2s ease;width:20px}.remove-btn:hover{background:#c00;transform:scale(1.1)}.add-section button{background:#646cff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease}.add-section button:hover{background:#535bf2;transform:translateY(-1px)}.upload-progress-modal{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.progress-container{background:#25252b;border-radius:12px;max-width:400px;padding:2rem;text-align:center;width:80%}.progress-container h3{color:#646cff;margin-top:0}.progress-bar{background:#1a1a1f;border-radius:10px;height:20px;margin:1rem 0;overflow:hidden}.progress-fill{background:#646cff;border-radius:10px;height:100%;transition:width .3s ease}.progress-container span{color:#ddd;display:inline-block;font-size:.9rem;margin-top:.5rem}.admin-container{margin:50px auto;max-width:800px;padding:15px}.scoped-admin *{margin:0}.popup-content{margin:auto;padding:25px}.form-box{background:#25252b;border-radius:10px;box-shadow:0 3px 6px #0000001a;margin-bottom:20px;padding:20px}.form-box h2{color:#fff;font-size:18px;margin-bottom:10px;text-align:left}.obra-form{display:flex;flex-direction:column;gap:8px}.obra-form input,.obra-form select,.obra-form textarea{background-color:#16161a;border:1px solid #333;border-radius:20px;color:#fff;font-size:14px;padding:8px;width:100%}.obra-form textarea{min-height:50px;resize:vertical}.obra-form button{background:#007bff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;padding:8px;transition:.3s}.obra-form button:hover{background:#0056b3}.obras-box{background:#25252b;border-radius:10px;box-shadow:0 3px 6px #0000001a;margin:0;padding:15px}.obras-box h2{font-size:18px;margin-bottom:10px;text-align:left}.obras-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.obras-header h2{color:#fff;font-size:18px}.search-input{background-color:#16161a;border:1px solid #333;border-radius:5px;font-size:14px;margin-left:20px;padding:8px;width:200px}.obras-list{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin-top:20px}.obra-card{grid-gap:10px;background:#16161a;border-radius:10px;box-shadow:0 1px 3px #0000001a;display:grid;gap:10px;grid-template-columns:150px 1fr;grid-template-rows:auto auto;padding:15px;transition:.3s}.card-info h3{color:#fff}.obra-card:hover{transform:scale(1.03)}.obra-card img{border-radius:5px;grid-row:span 2;height:auto;object-fit:cover;width:60%}.card-header{align-items:center;display:flex;grid-column:span 2;justify-content:space-between}.card-header h3{color:#333;font-size:14px;margin:0}.editar-btn{background:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;padding:5px 10px;transition:.3s}.editar-btn:hover{background:#218838}.card-info{color:#555;display:flex;flex-direction:column;font-size:12px;gap:5px;grid-column:span 1}.card-info p{color:#fff;font-size:12px;text-align:left}.card-desc{color:#777;font-size:12px;grid-column:span 2;margin-top:5px}.dropdown-checkbox{margin:10px 0;position:relative;width:100%}.text-gen{color:#fff}.dropdown-header{align-items:center;background-color:#16161a;border:1px solid #333;border-radius:4px;color:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:10px}.dropdown-header:hover{border-color:#666}.dropdown-list{background-color:#16161a;border:1px solid #333;border-radius:4px;margin-top:5px;max-height:200px;overflow-y:auto;position:absolute;width:100%;z-index:1000}.dropdown-item{align-items:center;color:#fff;cursor:pointer;display:flex;padding:10px;transition:background-color .2s}.dropdown-item:hover{background-color:#25252b;border-radius:25px}.dropdown-item input{cursor:pointer;margin-right:10px}.arrow{font-size:.8em;transition:transform .2s}.arrow.open{transform:rotate(180deg)}.selected-text{opacity:.8}.dropdown-item input[type=checkbox]{-webkit-appearance:none;appearance:none;border:2px solid #666;border-radius:3px;cursor:pointer;height:18px;position:relative;width:18px}.dropdown-item input[type=checkbox]:checked{background-color:#8700d4;border-color:#8700d4}.dropdown-item input[type=checkbox]:checked:after{color:#fff;content:"✓";font-size:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.apoiadores-popup-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.apoiadores-popup-container{background-color:#15151a;border:2px solid #141414;border-radius:8px;color:#fff;max-width:400px;padding:20px;position:relative;text-align:center;width:90%}.apoiadores-close-button{background:#0000;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:16px;padding:5px 8px;position:absolute;right:10px;top:10px;transition:color .3s}.apoiadores-close-button:hover{color:#adadad}.apoiadores-title{color:#f0f0f0;margin-bottom:20px;margin-top:10px}.apoiadores-text{font-size:16px;margin-bottom:20px}.apoiadores-doacao-button{background-color:#e21d1d;border:1px solid #141414;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s}.apoiadores-doacao-button:hover{background-color:#8b1212}.rainbow-text{animation:living-rainbow 4s linear infinite;display:inline-block;font-weight:700}@keyframes living-rainbow{0%{color:red;text-shadow:0 0 5px red;transform:scale(1)}14%{color:#ff7f00;text-shadow:0 0 5px #ff7f00}28%{color:#ff0;text-shadow:0 0 5px #ff0;transform:scale(1.05)}42%{color:#0f0;text-shadow:0 0 5px #0f0}57%{color:#00f;text-shadow:0 0 5px #00f;transform:scale(1)}71%{color:indigo;text-shadow:0 0 5px indigo}85%{color:#9400d3;text-shadow:0 0 5px #9400d3;transform:scale(1.03)}to{color:red;text-shadow:0 0 5px red;transform:scale(1)}}@keyframes pulse-glow{0%,to{filter:brightness(1)}50%{filter:brightness(1.3)}}.living-text{animation:living-rainbow 4s linear infinite,pulse-glow 2s ease-in-out infinite}.animated-background{height:100%;left:0;opacity:30%;position:fixed;top:0;width:100%;z-index:-1}.terms-privacy-page{display:flex;flex-direction:column;min-height:100vh}.terms-main-container{flex:1 1;margin:4rem auto;max-width:1200px;padding:0 20px}.terms-tabs{border-bottom:1px solid #16161e;display:flex;margin-bottom:2rem}.terms-tab-button{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:1.1rem;padding:10px 20px;transition:all .3s ease}.terms-tab-button:hover{color:#333}.terms-tab-button.active{border-bottom-color:#ced0d3;color:#fff;font-weight:700}.terms-content-container{background-color:#16161ed4;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:2rem}.privacy-text-container,.terms-text-container{color:#333}.privacy-title,.terms-title{color:#fff;margin-bottom:1.5rem;text-align:center}.privacy-subtitle,.terms-subtitle{color:#fff;margin:1.5rem 0 1rem}.privacy-scrollable-content,.terms-scrollable-content{max-height:500px;overflow-y:auto;padding-right:15px}.privacy-section,.terms-section{margin-bottom:1.5rem}.privacy-paragraph,.terms-paragraph{color:#f5f5f5;line-height:1.6}.terms-back-button{background-color:#16161ed4;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;margin:0 auto;padding:10px 20px;transition:background-color .3s}.terms-back-button:hover{background-color:#23303d d4}@media (max-width:768px){.terms-main-container{padding:0 15px}.terms-content-container{padding:1.5rem}.privacy-scrollable-content,.terms-scrollable-content{max-height:400px}}@media (max-width:480px){.terms-tabs{justify-content:center}.terms-tab-button{font-size:1rem;padding:8px 15px}.privacy-title,.terms-title{font-size:1.5rem}.privacy-subtitle,.terms-subtitle{font-size:1.2rem}}.privacy-list,.terms-list{color:#f5f5f5;line-height:1.6;margin:.8rem 0;padding-left:1.5rem}.privacy-list li,.terms-list li{margin-bottom:.5rem}.profile-container{color:#fff;margin:0 auto;max-width:1200px;min-height:calc(100vh - 200px);padding:2rem}.profile-header{align-items:center;display:flex;gap:2rem;margin-bottom:2rem}.profile-avatar{border:4px solid #860a0a;border-radius:50%;height:120px;object-fit:cover;width:120px}.profile-content{margin-top:2rem}.profile-content section{margin-bottom:3rem}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.slider-controls{display:flex;gap:.5rem}.slider-controls button{align-items:center;background-color:#2b2b33;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.slider-controls button:hover{background-color:#860a0a}.slider-controls button:disabled{cursor:not-allowed;opacity:.5}.works-slider-container{overflow:hidden;position:relative}.works-slider{display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem;scroll-behavior:smooth;scrollbar-width:none}.works-slider::-webkit-scrollbar{display:none}.works-slider.no-scroll{flex-wrap:wrap;overflow-x:hidden}.work-card{border-radius:8px;color:#fff;min-width:150px;overflow:hidden;position:relative;text-decoration:none;transition:transform .2s;width:150px}.work-card:hover{transform:translateY(-5px)}.work-card img{border-radius:8px;height:200px;object-fit:cover;width:100%}.work-card h3{font-size:.9rem;margin-top:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-type{color:#aaa;display:block;font-size:.8rem}.progress-overlay{background-color:#860a0a;bottom:0;height:4px;left:0;position:absolute;transition:width .3s}.chapter-info{padding:.5rem}.chapter-info p{color:#aaa;font-size:.8rem;margin:.2rem 0}.continue-reading{background-color:#860a0a;border-radius:4px;color:#fff;display:inline-block;font-size:.8rem;margin-top:.5rem;padding:.3rem .6rem;text-decoration:none}.continue-reading:hover{background-color:#a00d0d}.no-items{color:#777;grid-column:1/-1;padding:2rem 0;text-align:center}.profile-header.skeleton{align-items:center;display:flex;gap:2rem}.skeleton-avatar{border-radius:50%;height:120px;width:120px}.skeleton-avatar,.skeleton-username{animation:pulse 1.5s infinite;background-color:#2b2b33}.skeleton-username{border-radius:4px;height:30px;width:200px}.work-skeleton{display:flex;flex-direction:column;gap:.5rem;min-width:150px;width:150px}.skeleton-cover{border-radius:8px;height:200px;width:100%}.skeleton-cover,.skeleton-title{animation:pulse 1.5s infinite;background-color:#2b2b33}.skeleton-title{border-radius:4px;height:20px;width:80%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-message{color:#ff6b6b;font-size:1.2rem;padding:2rem;text-align:center}@media (max-width:768px){.profile-header{flex-direction:column;text-align:center}.profile-avatar{height:100px;width:100px}.works-slider{gap:1rem}.work-card{min-width:120px;width:120px}.work-card img{height:180px}}
/*# sourceMappingURL=main.8fb4c442.css.map*/