.navbar{background-color:#1e293be6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid rgba(16,185,129,.3);position:sticky;top:0;z-index:50}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1rem}.navbar-content{display:flex;align-items:center;justify-content:space-between;height:4rem}.navbar-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.navbar-icon{color:#6ee7b7;font-size:1.5rem}.navbar-title{font-size:1.5rem;font-weight:700;background:linear-gradient(to right,#6ee7b7,#5eead4);background-clip:text;-webkit-background-clip:text;color:transparent;margin:0}.navbar-links{display:flex;align-items:center;gap:1.5rem}.navbar-link{padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease;color:#6ee7b7;text-decoration:none}.navbar-link:hover{color:#fff;background-color:#10b98180}.navbar-link.active{background-color:#059669;color:#fff}body{margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff}h1,h2,h3{font-weight:700}.app{max-width:1200px;margin:0 auto;padding:2rem}.navbar{display:flex;justify-content:space-between;align-items:center;background-color:#003c30;padding:10px 30px}.navbar-left{display:flex;align-items:center}.navbar-icon{font-size:24px;color:#fff;margin-right:10px}.navbar-title{font-size:20px;font-weight:700;color:#fff}.navbar-links a{margin-left:20px;color:#fff;text-decoration:none;font-size:.95rem}.navbar-links a:hover{text-decoration:underline}.dashboard-container{max-width:1200px;margin:0 auto}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:0 1rem}.book-card{background:#ffffff1a;border-radius:12px;padding:1.5rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.book-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000004d}.book-card img{width:100%;aspect-ratio:2 / 3;object-fit:cover;border-radius:8px;display:block}.book-card h3{margin:1rem 0 .5rem;color:#fff;font-size:1.2rem}.book-card p{color:#e5e5e5;margin-bottom:1rem;font-style:italic;font-size:.85rem}.book-info{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem}.book-info a{color:#646cff;text-decoration:none}.book-detail{max-width:700px;margin:40px auto;background-color:#003c30;padding:30px;border-radius:12px;color:#fff;box-shadow:0 4px 12px #0000004d}.book-details-container{padding:2rem;max-width:1000px;margin:0 auto}.back-button{display:inline-block;color:#6ee7b7;text-decoration:none;font-size:1.2rem;margin-bottom:2rem;padding:.5rem 1rem;border:2px solid #6ee7b7;border-radius:.5rem;transition:all .3s ease}.back-button:hover{background-color:#6ee7b7;color:#14532d}.book-details{display:grid;grid-template-columns:1fr 2fr;gap:3rem;background:#ffffff1a;padding:2rem;border-radius:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.book-image-section{display:flex;justify-content:center}.detail-book-image{width:100%;max-width:400px;height:auto;border-radius:1rem;box-shadow:0 25px 50px -12px #00000080;border:3px solid #6ee7b7}.book-info-section{display:flex;flex-direction:column;gap:1.5rem}.detail-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.2}.detail-description{font-size:1.2rem;line-height:1.6;color:#d1fae5}.book-metadata{display:flex;flex-direction:column;gap:1rem}.metadata-item{display:flex;align-items:center;gap:1rem;font-size:1.1rem}.metadata-item strong{color:#6ee7b7;min-width:150px}.status-badge{padding:.25rem .75rem;border-radius:1rem;font-weight:700;font-size:.9rem}.status-badge.borrowed{background-color:#f59e0b;color:#fff}.read-status{padding:.25rem .75rem;border-radius:1rem;font-weight:700;font-size:.9rem}.read-status.read{background-color:#10b981;color:#fff}.read-status.unread{background-color:#6b7280;color:#fff}.action-buttons{display:flex;gap:1rem;margin-top:2rem}.action-buttons button{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.borrow-button{background-color:#10b981;color:#fff}.borrow-button:hover{background-color:#059669}.return-button{background-color:#f59e0b;color:#fff}.return-button:hover{background-color:#d97706}.mark-read-button{background-color:#6366f1;color:#fff}.mark-read-button:hover{background-color:#4f46e5}@media (max-width: 768px){.book-details{grid-template-columns:1fr;gap:2rem}.action-buttons{flex-direction:column}}.book-playlist{padding:1.5rem;display:flex;flex-direction:column;gap:2rem;width:100%;max-width:none;background-image:url(/images/library.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh}.header{text-align:center}.title{font-size:2.25rem;font-weight:900;color:#065f46;margin-bottom:1rem}.title-underline{width:100px;height:4px;background:#10b981;margin:0 auto}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding:0 1rem}.book-card{background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;text-decoration:none;color:inherit}.book-card:hover{box-shadow:0 4px 6px #0000001a}.book-image{width:100%;height:15rem;object-fit:cover;border-radius:.5rem}.book-info{padding:.5rem 0}.book-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#000!important}.book-author{color:#000!important;font-size:.875rem;margin-bottom:.75rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-badge.available{background-color:#d1fae5;color:#065f46}.status-badge.borrowed{background-color:#fef3c7;color:#92400e}.no-books-text{text-align:center;color:#6b7280;font-size:1.125rem;margin-top:2rem}.exchange-page{display:flex;flex-direction:column;gap:3rem;background-image:url(/images/library%202.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:100vh;padding:2rem}.exchange-header{text-align:center}.exchange-title{font-size:2.25rem;font-weight:900;background:linear-gradient(to right,#5eead4,#6ee7b7,#86efac);background-clip:text;-webkit-background-clip:text;color:transparent;margin-bottom:1rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.title-underline{width:8rem;height:.25rem;background:linear-gradient(to right,#14b8a6,#10b981);margin:0 auto;border-radius:9999px;box-shadow:0 4px 6px -1px #0000001a}.borrowed-section,.available-section{margin-top:2rem}.section-title{font-size:1.5rem;font-weight:700;color:#6ee7b7;margin-bottom:1.5rem;text-align:center}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}.book-card{background:#ffffff1a;border-radius:1rem;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.book-card:hover{transform:translateY(-4px)}.image-container{position:relative;margin-bottom:1rem}.book-image{width:100%;height:200px;object-fit:cover;border-radius:.5rem}.image-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.3));border-radius:.5rem}.book-info{display:flex;flex-direction:column;gap:.5rem}.book-title{font-size:1.125rem;font-weight:700;color:#fff;margin:0}.book-author{color:#d1d5db;font-size:.875rem;margin:0}.book-status{margin:.5rem 0}.status-badge{padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:600}.status-badge.borrowed{background-color:#fbbf24;color:#92400e}.status-badge.available{background-color:#10b981;color:#fff}.return-button{background-color:#10b981;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;transition:background-color .3s ease;margin-top:.5rem;border:none;cursor:pointer}.return-button:hover{background-color:#047857}.borrow-button{background-color:#3b82f6;color:#fff;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;transition:background-color .3s ease;margin-top:.5rem;border:none;cursor:pointer}.borrow-button:hover{background-color:#1d4ed8}.no-books-text{text-align:center;color:#6ee7b7;font-size:1.125rem}.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#14532d;background-image:url(/images/library%202.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .5s ease-in-out;animation:fadeOut .5s ease-in-out 14.5s forwards}.splash-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#14532db3,#064e3bcc);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.splash-content{position:relative;z-index:2;text-align:center;animation:slideUp 1.5s ease-out}.welcome-text{font-size:2.5rem;color:#d1fae5;font-weight:300;margin-bottom:1rem;letter-spacing:.1em;animation:fadeInUp 1s ease-out .5s both}.app-name{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem;animation:scaleIn 1.2s ease-out 1s both}.book-text{font-size:5rem;font-weight:900;background:linear-gradient(45deg,#6ee7b7,#34d399,#10b981);background-clip:text;-webkit-background-clip:text;color:transparent;text-shadow:0 0 30px rgba(110,231,183,.5);animation:glow 2s ease-in-out infinite alternate}.for-text{font-size:4rem;font-weight:700;color:#fbbf24;text-shadow:0 0 20px rgba(251,191,36,.6);animation:pulse 1.5s ease-in-out infinite}.app-subtitle{font-size:1.5rem;color:#a7f3d0;font-weight:400;letter-spacing:.05em;margin-bottom:3rem;animation:fadeInUp 1s ease-out 1.5s both}.loading-animation{display:flex;justify-content:center;animation:fadeInUp 1s ease-out 2s both}.loading-dots{display:flex;gap:.5rem}.loading-dots span{width:12px;height:12px;border-radius:50%;background:linear-gradient(45deg,#34d399,#10b981);animation:bounce 1.4s ease-in-out infinite both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes fadeOut{to{opacity:0;visibility:hidden}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes glow{0%{text-shadow:0 0 20px rgba(110,231,183,.5)}to{text-shadow:0 0 30px rgba(110,231,183,.8),0 0 40px rgba(52,211,153,.3)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.add-book-container{background-size:cover;background-position:center;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1rem 2.5rem}.add-book-form{background-image:linear-gradient(to bottom right,#065f46b3,#000000b3,#1f2937b3);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:64rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.form-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem;text-align:center}.success-message{margin-bottom:1.5rem;text-align:center;color:#6ee7b7;font-weight:600}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}.form-left,.form-right{display:flex;flex-direction:column}.form-textarea{width:100%;margin-bottom:1rem;padding:.5rem 1rem;border-radius:.5rem;background-color:#9ca3af;color:#000;border:none;resize:none;box-sizing:border-box}.submit-button{margin-top:1.5rem;width:100%;padding:.75rem;border-radius:.5rem;background-color:#065f46;color:#fff;font-weight:600;transition:background-color .3s ease;border:none;cursor:pointer}.requests-container{min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;padding:1rem 2.5rem;position:relative;background-image:linear-gradient(to bottom right,#065f46b3,#000000b3,#1f2937b3);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff}.requests-title{font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center}.no-requests{background-color:#065f4699;border:1px solid #047857;border-radius:.75rem;padding:2rem;text-align:center;max-width:28rem;width:100%;box-shadow:0 10px 15px -3px #0000001a}.no-requests-text{font-size:1.125rem;color:#d1d5db}.requests-list{width:100%;max-width:48rem;display:flex;flex-direction:column;gap:1.5rem}.request-card{background-color:#065f4699;border-radius:.75rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #047857}.request-text{margin-bottom:.5rem;font-size:1.125rem}.requester-name{font-weight:600;color:#6ee7b7}.book-title{font-weight:700;color:#fff}.request-status{margin-bottom:1rem;color:#9ca3af;font-style:italic}.request-actions{display:flex;gap:1rem}.accept-button{padding:.5rem 1rem;border-radius:.5rem;background-color:#166534;color:#fff;font-weight:600;transition:background-color .3s ease;border:none;cursor:pointer}.accept-button:hover{background-color:#15803d}.decline-button{padding:.5rem 1rem;border-radius:.5rem;background-color:#9ca3af;color:#000;font-weight:600;transition:background-color .3s ease;border:none;cursor:pointer}.decline-button:hover{background-color:#e5e7eb}.login-container{background-size:cover;background-position:center;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1rem 2.5rem}.login-form{background-image:linear-gradient(to bottom right,#065f46b3,#000000b3,#1f2937b3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem;border:1px solid rgba(255,255,255,.2)}.login-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem;text-align:center}.form-input{width:100%;margin-bottom:1rem;padding:.5rem 1rem;border-radius:.5rem;background-color:#ffffff4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border:none;box-sizing:border-box}.form-input::placeholder{color:#ffffffb3}.submit-button{width:100%;padding:.75rem;border-radius:.5rem;background-color:#065f46;color:#fff;font-weight:600;transition:background-color .3s ease;border:none;cursor:pointer;margin-bottom:1rem}.signup-container{background-size:cover;background-position:center;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:1rem 2.5rem}.signup-form{background-image:linear-gradient(to bottom right,#065f46b3,#000000b3,#1f2937b3);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;color:#fff;padding:2.5rem;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:28rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.signup-title{font-size:1.875rem;font-weight:700;margin-bottom:2rem;text-align:center}.error-message{margin-bottom:1rem;text-align:center;color:#fca5a5;font-weight:600}.form-label{display:block;font-weight:600;margin-bottom:.25rem}.form-input{width:100%;margin-bottom:1rem;padding:.5rem 1rem;border-radius:.5rem;background-color:#9ca3af;color:#000;border:none;box-sizing:border-box}.submit-button{width:100%;padding:.75rem;border-radius:.5rem;background-color:#065f46;color:#fff;font-weight:600;transition:background-color .3s ease;border:none;cursor:pointer}.submit-button:hover{background-color:#047857}.submit-button:disabled{opacity:.6;cursor:not-allowed}
