body{background-color:#121212;font-family:Playfair Display,serif;color:#dcdcdc;margin:0;padding:0;text-align:center}h1{font-size:3rem;text-transform:uppercase;letter-spacing:2px;color:#b89b5e;text-shadow:2px 2px 6px rgba(184,155,94,.6);margin-bottom:20px}p{font-size:1.2rem;line-height:1.6;color:#bbb;margin-bottom:20px}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px}.home-sections{display:flex;flex-direction:column;align-items:center;gap:25px;margin-top:30px}.home-link{font-size:1.5rem;font-weight:700;text-decoration:none;color:#c7a96d;transition:color .3s ease-in-out}.home-link:hover{color:#fff;text-shadow:0px 0px 10px rgba(184,155,94,.6)}.home-section{padding:15px 0;border-bottom:1px solid rgba(184,155,94,.2);width:100%;max-width:600px;text-align:center;transition:transform .3s ease-in-out}.home-section:last-child{border-bottom:none}.home-section:hover{transform:scale(1.02)}.livres-container{text-align:center;color:#eaeaea;max-width:900px;margin:auto;background:#1f1f1f;border-radius:10px;box-shadow:0 5px 15px #0003;padding:30px}.livres-title{font-size:2.5rem;color:#b89b5e;text-shadow:2px 2px 6px rgba(184,155,94,.4);margin-bottom:20px}.livres-list{list-style:none;padding:0;max-width:800px;margin:auto}.livre-item{background:#2a2a2a;margin:15px 0;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0003;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.livre-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #b89b5e4d}.livre-title{font-size:1.5rem;color:#c7a96d;text-decoration:none;margin-bottom:10px}.livre-info{font-size:1.2rem;color:#c2c2c2;margin:5px 0;line-height:1.6}.navbar{background:#1e1e1ef2;padding:15px 0;border-bottom:1px solid #b89b5e;text-align:center;position:fixed;width:100%;top:0;left:0;z-index:1000}.nav-list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:30px}.personnages-container{text-align:center;color:#eaeaea;max-width:900px;margin:auto;background:#1f1f1f;border-radius:10px;box-shadow:0 5px 15px #0003;padding:30px}.personnages-title{font-size:2.5rem;color:#b89b5e;text-shadow:2px 2px 6px rgba(184,155,94,.4);margin-bottom:20px}.personnages-list{list-style:none;padding:0;max-width:800px;margin:auto}.personnage-item{background:#2a2a2a;margin:15px 0;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0003;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.personnage-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #b89b5e4d}.personnage-name{font-size:1.5rem;color:#c7a96d;text-decoration:none;margin-bottom:10px}.personnage-info{font-size:1.2rem;color:#c2c2c2;margin:5px 0;line-height:1.6}.personnage-link{color:#c7a96d;text-decoration:none;font-weight:700}.personnage-link:hover{color:#fff}.potions-container{text-align:center;color:#eaeaea;max-width:900px;margin:auto;background:#1f1f1f;border-radius:10px;box-shadow:0 5px 15px #0003;padding:30px}.potions-title{font-size:2.5rem;color:#b89b5e;text-shadow:2px 2px 6px rgba(184,155,94,.4);margin-bottom:20px}.potions-list{list-style:none;padding:0;max-width:800px;margin:auto;display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.potion-item{width:280px;text-align:center}.potion-card{display:block;background:#2a2a2a;padding:25px;border-radius:12px;box-shadow:0 4px 8px #0003;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;text-decoration:none;padding:auto;color:inherit;height:45px}.potion-card:hover{transform:translateY(-6px);box-shadow:0 8px 16px #b89b5e4d;background:#3a3a3a}.potion-content{font-size:1.3rem;font-weight:700;color:#c7a96d;transition:color .3s ease-in-out;padding:10px}.potion-card:hover .potion-content{color:#fff}.pagination{display:flex;justify-content:center;margin-top:20px;gap:5px}.pagination-button{background:#b89b5e;color:#1f1f1f;border:none;padding:10px 14px;font-size:1rem;cursor:pointer;border-radius:5px;transition:background .3s ease-in-out,transform .2s ease-in-out}.pagination-button:hover{background:#c7a96d;transform:scale(1.1)}.pagination-button.active{background:#fff;color:#1f1f1f;font-weight:700;transform:scale(1.1)}.pagination-button:disabled{background:#555;cursor:not-allowed;transform:none}.potion-details-container{text-align:center;color:#eaeaea;max-width:800px;margin:auto;background:#1f1f1f;border-radius:10px;box-shadow:0 5px 15px #0003;padding:30px}.potion-title{font-size:2.5rem;color:#b89b5e;text-shadow:2px 2px 6px rgba(184,155,94,.4);margin-bottom:20px}.potion-info{font-size:1.2rem;color:#c2c2c2;margin:10px 0;line-height:1.6;background:#ffffff0d;padding:15px;border-radius:8px;box-shadow:0 3px 6px #0003}.potion-image{max-width:300px;border-radius:10px;display:block;margin:20px auto;box-shadow:0 4px 8px #0003}.scroll-to-top{position:fixed;bottom:20px;right:20px;background-color:#b89b5e;color:#121212;border:none;width:50px;height:50px;border-radius:50%;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #00000040;transition:background .3s ease-in-out,transform .2s ease-in-out}.scroll-to-top:hover{background-color:#c7a96d;transform:scale(1.1)}.search-form{display:flex;justify-content:center;align-items:center;gap:15px;margin:20px auto;max-width:600px;background:#2a2a2a;padding:15px;border-radius:8px;box-shadow:0 4px 8px #0003}.search-form .input{width:100%;padding:12px;border:2px solid #b89b5e;border-radius:6px;background:#1f1f1f;color:#eaeaea;font-size:1.1rem;outline:none;transition:border-color .3s ease-in-out}.search-form .input:focus{border-color:#fff}.search-form .btn{padding:12px 18px;background:#b89b5e;color:#1f1f1f;font-size:1.1rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease-in-out}.search-form .btn:hover{background:#fff;color:#1f1f1f}.sorts-container{text-align:center;color:#eaeaea;max-width:900px;margin:auto;background:#1f1f1f;border-radius:10px;box-shadow:0 5px 15px #0003;padding:30px}.sorts-title{font-size:2.5rem;color:#b89b5e;text-shadow:2px 2px 6px rgba(184,155,94,.4);margin-bottom:20px}.sorts-list{list-style:none;padding:0;max-width:800px;margin:auto}.sort-item{background:#2a2a2a;margin:15px 0;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0003;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.sort-item:hover{transform:translateY(-4px);box-shadow:0 8px 16px #b89b5e4d}.sort-name{font-size:1.5rem;color:#c7a96d;text-decoration:none;margin-bottom:10px}.sort-info{font-size:1.2rem;color:#c2c2c2;margin:5px 0;line-height:1.6}.loading-message{font-size:1.2rem;color:#c7a96d}.error-message{font-size:1.2rem;color:#ff4d4d;font-weight:700}.navbar{background:#1e1e1ef2;padding:15px;border-bottom:1px solid #b89b5e;position:fixed;width:100%;top:0;left:0;z-index:1000;justify-content:space-between;align-items:center}.burger-menu{display:none;background:none;border:none;font-size:2rem;color:#c7a96d;cursor:pointer}.nav-list{list-style:none;margin:0;padding:0;display:flex;gap:20px}.nav-item a{text-decoration:none;color:#c7a96d;font-size:1.2rem;font-weight:700;transition:color .3s ease-in-out;padding:8px 15px;border-radius:5px}.nav-item a:hover{color:#fff;background:#b89b5e33}@media screen and (max-width: 768px){.burger-menu{display:block}.nav-list{display:none;flex-direction:column;position:absolute;top:60px;right:0;background:#1e1e1ef2;width:100%;padding:20px;border-top:1px solid #b89b5e}.nav-list.open{display:flex}}
