@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');
body { font-family: 'Nunito', sans-serif; background-color: #FFF0F5; color: #333; }
.login-container { height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #C2185B, #880E4F); }
.login-card { width: 100%; max-width: 400px; border-radius: 15px; padding: 2rem; box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.navbar-custom { background-color: #C2185B !important; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.btn-givelory { background-color: #E91E63; color: white; border: none; }
.btn-givelory:hover { background-color: #C2185B; color: white; }
.tracking-header { background-color: #C2185B; color: white; padding: 3rem 1rem; border-radius: 0 0 30px 30px; margin-bottom: 2rem; }