@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333}#app{min-height:100vh;display:flex;flex-direction:column}.navbar{position:fixed;top:0;left:0;right:0;padding:1rem 5%;background:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px rgba(0,0,0,.1);z-index:1000}.logo{font-size:1.5rem;font-weight:700;text-decoration:none;color:#2c3e50}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:10;margin-right:20px}.hamburger-line{width:30px;height:3px;background:#42b883;border-radius:10px;transition:all .3s linear}.nav-links{display:flex;gap:2rem}.nav-links a{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .3s ease;margin-right:20px}.nav-links a.router-link-active,.nav-links a:hover{color:#42b883}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999}@media (max-width:768px){.hamburger{display:flex;z-index:1001}.nav-links{position:fixed;top:0;right:-100%;height:100vh;width:100%;background:#fff;flex-direction:column;justify-content:center;align-items:center;transition:right .3s ease;gap:2rem;z-index:1000}.nav-links.nav-active{right:0}.nav-links a{font-size:1.5rem;width:100%;text-align:center;padding:1rem 0}}.footer{margin-top:auto;background-color:#f8f9fa;padding:2rem 0;width:100%}.footer-content{max-width:1200px;margin:0 auto;padding:0 5%;flex-direction:column;align-items:center}.footer-content,.social-icons{display:flex;gap:1.5rem}.social-icons a{color:#2c3e50;font-size:1.5rem;transition:color .3s ease}.social-icons a:hover{color:#42b883}.amazon-button{background-color:#f90;color:#fff;padding:.8rem 1.5rem;border-radius:5px;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:background-color .3s ease}.amazon-button:hover{background-color:#ff8400}.amazon-button i{font-size:1.2rem}.copyright{color:#666;font-size:.9rem;text-align:center}@media (max-width:768px){.footer-content,.social-icons{gap:1rem}.social-icons a{font-size:1.3rem}}