@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap";body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important;color:#202020}.no-scroll{overflow:hidden;height:100vh}#modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:998}h1{font-size:1.5rem}:root{--main-color: #1a7cb9}.hidden{display:none!important}header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:30px 60px;background-color:#fff;box-shadow:0 4px 20px #0000000d}.logo-header img{height:100px;width:auto;display:block}header>div:last-child{display:flex;gap:20px}.button-header{background-color:#2c3e50;color:#fff;padding:12px 30px;border:none;border-radius:50px;font-weight:600;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.button-header:hover{background-color:#2e7d32;transform:translateY(-3px);box-shadow:0 8px 15px #2e7d3233}.button-header:active{transform:translateY(1px)}#modal-newbook{width:90%;max-width:500px;margin:50px auto;background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 15px 30px #00000026;border:1px solid #e0e0e0}#form-livro{display:flex;flex-direction:column;gap:15px}#form-livro input{padding:12px 15px;border:1px solid #ddd;background-color:#f9f9f9;border-radius:8px;font-size:1rem;color:#333;transition:all .3s ease;outline:none}#form-livro input:focus{border-color:#2e7d32;background-color:#fff;box-shadow:0 0 0 3px #2e7d321a}#form-livro label{font-weight:600;color:#2c3e50;margin-top:10px;font-size:.9rem}#input-imagem{padding:10px;background:#fff;border:1px dashed #ccc}#form-livro button{padding:14px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;border:none;transition:transform .2s,background-color .2s}#submit-book{background-color:#2e7d32;color:#fff;margin-top:10px}#submit-book:hover{background-color:#1b5e20;transform:translateY(-2px);box-shadow:0 4px 10px #2e7d324d}#btn-cancelar{background-color:transparent;color:#7f8c8d;border:1px solid #ddd}#btn-cancelar:hover{background-color:#f1f1f1;color:#333}#list-books{width:90%;max-width:1280px;margin:50px auto;display:flex;gap:15px;flex-wrap:wrap}#list-books>div{background-color:#fff;width:240px;border-radius:8px;box-shadow:0 4px 6px #0000001a;overflow:hidden;text-align:center;transition:all .3s ease;border:1px solid #e0e0e0;display:flex;flex-direction:column}#list-books>div:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026}#list-books img{width:100%;height:320px;object-fit:cover;border-bottom:1px solid #eee}#list-books>div h2{font-size:1.2rem;color:#2c3e50;margin:15px 10px 5px;line-height:1.2}#list-books>div h3{font-size:.9rem;color:#7f8c8d;font-weight:400;margin:0 10px 15px}#list-books>div p{background-color:#e8f5e9;color:#2e7d32;font-size:.8rem;font-weight:700;padding:8px 0;margin:auto 15px 15px;border-radius:4px;text-transform:uppercase;letter-spacing:1px}#modal-infoBook{width:90%;height:90%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #e0e0e0;padding:20px;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;z-index:999}.close-button{position:fixed;right:-20px;top:-20px;padding:10px;width:50px;height:50px;border-radius:50%;background-color:#ff4d4d;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 6px #0000001a;transition:all .3s ease-in-out}.close-button:hover{background-color:#e60000;transform:scale(1.05)}.close-button:active{transform:scale(.95)}.close-button-rents{position:absolute;top:50%;right:15px;transform:translateY(-50%);color:#fff;width:30px;height:30px;border-radius:50%;transition:all .3s ease-in-out;background-color:#ff4d4d;box-shadow:0 4px 6px #0000001a;border:none;cursor:pointer}.close-button-rents:hover{background-color:#e60000}.info-container{width:calc(50% - 5px);height:100%;background-color:#fff;box-sizing:border-box;border-radius:12px;box-shadow:0 15px 35px #0000001a;text-align:center;border:1px solid #e0e0e0;display:flex;flex-direction:column;justify-content:space-between;padding:20px}#header-info h1{font-size:1.5rem;color:#2c3e50;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid #f4f4f4;padding-bottom:15px}#image-book{max-height:200px;width:auto;border-radius:8px;box-shadow:0 8px 16px #00000026;object-fit:contain}#title-book{font-size:1.8rem;color:#1a1a1a;line-height:1.2}#author-book{font-size:1.1rem;color:#555;font-weight:500}#pages-book{font-size:1rem;color:#888;font-weight:400;margin:5px 0 20px}#stock-book{display:inline-block;background-color:#e8f5e9;color:#2e7d32;padding:10px 24px;border-radius:50px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:.5px;margin-top:10px}.rent-container{background-color:#fff;width:calc(50% - 5px);padding:20px;box-sizing:border-box;border-radius:12px;box-shadow:0 10px 25px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;border:1px solid #e0e0e0}.rent-container h1{font-size:1.5rem;color:#2c3e50;text-transform:uppercase;letter-spacing:1px;text-align:center;border-bottom:2px solid #f4f4f4;padding-bottom:10px}#form-rent{display:flex;flex-direction:column;gap:15px}#form-rent label{font-weight:600;color:#2c3e50;font-size:.95rem;margin-bottom:-5px;display:block;text-align:left}#name-input,#date-input{width:100%;padding:12px 15px;border:1px solid #ddd;background-color:#f9f9f9;border-radius:8px;font-size:1rem;color:#333;outline:none;box-sizing:border-box;transition:all .3s ease}#name-input:focus,#date-input:focus{border-color:#2e7d32;background-color:#fff;box-shadow:0 0 0 3px #2e7d321a}#rent-btn{margin-top:10px;padding:14px;background-color:#2e7d32;color:#fff;font-size:1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;width:100%}#rent-btn:hover{background-color:#1b5e20;transform:translateY(-2px);box-shadow:0 5px 15px #2e7d324d}#rent-btn:active{transform:translateY(0)}#rents-container{width:100%;margin-top:20px;max-height:200px;display:flex;flex-direction:column;gap:5px;box-sizing:border-box;overflow-y:auto}#rents-container>div,.rents{margin-top:10px;border-radius:10px;position:relative}.info-rent{color:#2e7d32;font-weight:600;padding:10px;box-sizing:border-box;border-radius:10px;display:flex;flex-direction:column;background-color:#e8f5e9}#modal-rents,#modal-delete{width:90%;max-width:700px;box-sizing:border-box;padding:20px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;display:flex;flex-direction:column;gap:20px;box-shadow:0 15px 30px #00000026;border:1px solid #e0e0e0;border-radius:20px;z-index:999;min-height:600px}.header-rents,.header-delete{display:flex;justify-content:space-between;align-items:center}#rentsbook-list,#listbook-delete{height:400px;overflow-y:scroll}@media(max-width:1280px){.info-container{width:100%;min-height:650px;margin-bottom:20px}#modal-infoBook{height:inherit;display:block;transform:none;top:0;left:0;width:100%;height:100vh;border-radius:0;overflow-y:scroll}.rent-container{width:100%}#rents-container{min-height:300px}#list-books{justify-content:center}#rentsbook-list{height:90%}}@media(max-width:478px){header{flex-direction:column;gap:20px;justify-content:space-between}.header-buttons{display:flex;flex-direction:row;gap:10px}.button-header{padding:15px}#modal-newbook{top:0;left:0;overflow-y:scroll;position:fixed;width:100vw;height:100vh;box-sizing:border-box;margin:0;border:none}#modal-infoBook .close-button{top:5px;right:5px}.info-container{height:200px}}
