@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");:root{--lotus-light:#d1f7e2;--lotus-green:#70c1b3;--lotus-dark:#24796c;--lotus-blue:#2563eb;--lotus-purple:#7c3aed;--lotus-purple-dark:#351669;--lotus-yellow:#fcd34d;--lotus-coral:#f87171;--lotus-gray:#f7fafc;--lotus-mist:#f4f0f9;--text-gray:#2d3748;--text-black:#1a202c;--text-light:#cfc3dc;--font-body:"Inter",sans-serif;--font-heading:"Poppins",sans-serif;--font-links:"Caveat",cursive}body{margin:0;padding:0;font-family:Inter,sans-serif}.wrapper{min-height:100vh;background:linear-gradient(to bottom right,#d1f7e2,#70c1b3,#24796c);color:#1a202c;display:flex;flex-direction:column}.main{max-width:1120px;margin:0 auto;padding:2rem 1rem;flex:1 1}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:white;box-shadow:0 2px 4px rgba(0,0,0,.08);border-bottom:1px solid #e2e8f0}.brand{font-size:1.5rem;font-weight:600;color:#24796c}.links{display:flex;gap:1.5rem;align-items:center}.link{color:#2d3748;text-decoration:none!important;transition:color .2s ease}.link:hover{color:#24796c}.loginLinkCustomer{color:#2563eb}.loginLinkCustomer:hover{color:#1e40af}.loginLinkEmployee{color:#7c3aed}.loginLinkEmployee:hover{color:#5b21b6}.Navbar_nav__HCetZ{position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:1rem;background:var(--lotus-mist);box-shadow:0 2px 4px var(--lotus-purple-dark);border-bottom:1px solid #e2e8f0}.Navbar_brand__Gh7T3,.Navbar_nav__HCetZ{display:flex;justify-content:space-between;align-items:center}.Navbar_brand__Gh7T3{font-size:1.5rem;font-weight:600;color:#24796c;min-width:20vw}.Navbar_links__eRQ7F{display:flex;gap:1.5rem;align-items:center}.Navbar_link__99at7{color:var(--lotus-purple-dark);font-family:var(--font-links),cursive;font-size:x-large;font-weight:300;transition:color .2s ease}.Navbar_link__99at7,.Navbar_link__99at7 a{text-decoration:none!important}.Navbar_link__99at7:hover{color:#24796c;box-shadow:0 4px 0 0 rgba(36,121,108,.3)}.Navbar_loginLinkCustomer__R22iK{color:#2563eb;text-decoration:none}.Navbar_loginLinkCustomer__R22iK:hover{color:#1e40af;box-shadow:0 4px 0 0 rgba(36,121,108,.3)}.Navbar_loginLinkEmployee__RdgqO{color:#7c3aed}.Navbar_loginLinkEmployee__RdgqO:hover{color:#5b21b6;box-shadow:0 4px 0 0 rgba(36,121,108,.3)}