:root{--auth-bg: #f8f9fa;--auth-card-bg: #ffffff;--input-bg: #ffffff;--input-border: #dce0e4;--primary-glow: rgba(27, 94, 32, .1)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(#00000080,#000000b3),url(/images/mangoes.png) center/cover no-repeat;background-attachment:fixed;padding:3rem 1rem}.auth-container{background:var(--auth-card-bg);border-radius:20px;box-shadow:0 15px 35px #0003;width:100%;max-width:650px;padding:3rem 2.5rem;animation:authFadeIn .5s ease-out;margin:0 auto}@keyframes authFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.auth-container *{text-align:left}.auth-header{width:100%;margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;text-align:center}.auth-header .logo{display:flex;justify-content:center;margin-bottom:1rem;width:100%}.auth-header .logo img{height:80px;width:auto;object-fit:contain}.auth-header h2{font-size:2rem;color:var(--primary);margin-bottom:.5rem;font-weight:800;text-align:center!important;width:100%}.auth-header p{color:var(--text-muted);font-size:1rem;text-align:center!important;width:100%;margin-bottom:0!important}.social-section{width:100%;display:flex;justify-content:center;margin-bottom:1.5rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:1.2rem 2.5rem;border-radius:100px;background:#ffffff1a;color:var(--text-dark);font-weight:700;font-size:1.1rem;cursor:pointer;width:100%;max-width:300px;height:auto;border:1px solid rgba(0,0,0,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:var(--transition);box-shadow:0 4px 6px #0000000d}.social-btn:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 20px #0000001a;background:#ffffff4d}.social-btn img{width:20px!important;height:20px!important;object-fit:contain}.divider{display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-muted);margin:1.5rem auto;width:100%;max-width:400px}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid rgba(0,0,0,.1)}.divider span{padding:0 15px;font-size:.75rem;font-weight:700;text-transform:uppercase}form.auth-form{display:flex!important;flex-direction:column!important;align-items:center!important;gap:1.2rem!important;width:100%!important}.form-inner-wrapper{width:100%;max-width:550px;display:flex;flex-direction:column;gap:1.2rem}.form-row{display:flex!important;flex-direction:row!important;justify-content:space-between!important;gap:1rem!important;width:100%!important}.form-group{display:flex!important;flex-direction:column!important;gap:.4rem!important;flex:1!important;min-width:0!important;width:100%!important}.form-group label{font-weight:600!important;color:#333!important;font-size:.85rem!important;text-align:left!important;margin-bottom:0!important}.form-group input{padding:.8rem 1rem!important;border:1.5px solid var(--input-border)!important;border-radius:10px!important;font-size:.95rem!important;width:100%!important;box-sizing:border-box!important;transition:all .3s ease!important;background:var(--input-bg)!important;margin:0!important}.form-group input:focus{outline:none!important;border-color:var(--primary)!important;box-shadow:0 0 0 4px var(--primary-glow)!important;background:#fff!important}#map{grid-area:map;height:250px;width:100%;border-radius:12px;border:1px solid #ddd}.map-form-group{display:grid!important;grid-template-columns:1fr auto;grid-template-areas:"text button" "map map";gap:12px!important;align-items:end}.map-texts{grid-area:text;display:flex;flex-direction:column}.use-location-btn{grid-area:button;margin-bottom:6px;background:var(--primary);color:#fff;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;border:none;display:flex;align-items:center;gap:6px}.auth-btn{background:var(--primary)!important;color:#fff!important;padding:1rem!important;border-radius:10px!important;font-weight:700!important;font-size:1rem!important;border:none!important;cursor:pointer!important;width:100%!important;max-width:300px!important;margin:1.5rem auto 0!important;display:block!important;text-align:center!important}.auth-links{margin-top:1.5rem;text-align:center;width:100%}.auth-links p{text-align:center!important}.auth-links a{color:var(--primary);font-weight:700;text-decoration:none}.error-msg{color:#d32f2f;font-size:.75rem}@media(max-width:600px){.auth-container{padding:2rem 1.5rem;border-radius:10px}.form-row{flex-direction:column!important}.map-form-group{grid-template-columns:1fr;grid-template-areas:"text" "map" "button";align-items:center}.map-texts{align-items:flex-start;text-align:left;margin-bottom:6px;width:100%}.map-texts p{text-align:left!important}.use-location-btn{width:180px!important;justify-content:center;margin:12px auto 0}}
