@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8a480f0b521d4e75-s.8e0177b5.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/7178b3e590c64307-s.b97b3418.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/caa3a2e1cccd8315-s.p.853070df.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Fallback;src:local(Arial);ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.0%;size-adjust:104.76%}.geist_a71539c9-module__T19VSG__className{font-family:Geist,Geist Fallback;font-style:normal}.geist_a71539c9-module__T19VSG__variable{--font-geist-sans:"Geist","Geist Fallback"}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_8d43a2aa-module__8Li5zG__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_8d43a2aa-module__8Li5zG__variable{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}
:root{--limagreen:#2e7d32;--limaorange:#f57c00;--white:#fff}body{margin:0;font-family:Arial,sans-serif}:root{--limagreen:#2e7d32;--limaorange:#f57c00;--white:#fff;--gray-light:#f5f5f5;--gray-dark:#333}body{background-color:var(--gray-light);margin:0;font-family:Segoe UI,Arial,sans-serif}.login-container{min-height:100vh;display:flex}.login-left{background:linear-gradient(135deg,var(--limagreen),var(--limaorange));color:var(--white);flex-direction:column;flex:1;justify-content:center;padding:3rem;display:flex}.login-left h2{margin-bottom:1rem;font-size:2.5rem}.login-left p{max-width:500px;font-size:1.2rem;line-height:1.6}.login-left button{background:var(--white);color:var(--limagreen);cursor:pointer;border:none;border-radius:8px;margin-top:2rem;padding:.75rem 1.5rem;font-weight:700;transition:background .3s,transform .2s}.login-left button:hover{background:#f0f0f0;transform:translateY(-2px)}.login-right{background:var(--white);flex:1;justify-content:center;align-items:center;display:flex}.login-form{background:var(--white);border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:400px;padding:2rem;display:flex;box-shadow:0 6px 16px #0000001a}.login-form h2{text-align:center;color:var(--limagreen);margin-bottom:1rem}.login-form input{border:1px solid #ddd;border-radius:8px;outline:none;padding:.75rem;font-size:1rem;transition:border .3s,box-shadow .3s}.login-form input:focus{border-color:var(--limagreen);box-shadow:0 0 6px #2e7d3266}.login-form button{background-color:var(--limaorange);color:var(--white);cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:.75rem;font-size:1rem;font-weight:700;transition:background-color .3s,transform .2s}.login-form button:hover{background-color:#e66a00;transform:translateY(-2px)}.login-form .links{text-align:center;margin-top:1rem}.login-form .links a{color:var(--limagreen);font-size:.9rem;text-decoration:none}.login-form .links a:hover{text-decoration:underline}.forgot-section{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.forgot-form{background:var(--white);border-radius:12px;flex-direction:column;gap:1rem;width:100%;max-width:400px;padding:2rem;display:flex;box-shadow:0 6px 16px #0000001a}.forgot-form h2{text-align:center;color:var(--limagreen);margin-bottom:1rem}.forgot-form p{text-align:center;color:var(--gray-dark);margin-bottom:1rem;font-size:.95rem}.forgot-form input{border:1px solid #ddd;border-radius:8px;outline:none;padding:.75rem;font-size:1rem;transition:border .3s,box-shadow .3s}.forgot-form input:focus{border-color:var(--limagreen);box-shadow:0 0 6px #2e7d3266}.forgot-form button{background-color:var(--limaorange);color:var(--white);cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:.75rem;font-size:1rem;font-weight:700;transition:background-color .3s,transform .2s}.forgot-form button:hover{background-color:#e66a00;transform:translateY(-2px)}.forgot-form .links{text-align:center;margin-top:1rem}.forgot-form .links a{color:var(--limagreen);font-size:.9rem;text-decoration:none}.forgot-form .links a:hover{text-decoration:underline}.confirmation-section{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.confirmation-card{background:var(--white);text-align:center;border-radius:12px;width:100%;max-width:400px;padding:2rem;box-shadow:0 6px 16px #0000001a}.confirmation-card h2{color:var(--limagreen);margin-bottom:1rem}.confirmation-card p{color:var(--gray-dark);margin-bottom:1.5rem;font-size:1rem}.confirmation-card button{background-color:var(--limaorange);color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;transition:background-color .3s,transform .2s}.confirmation-card button:hover{background-color:#e66a00;transform:translateY(-2px)}.admin-sidebar{background-color:var(--limagreen);width:240px;color:var(--white);flex-direction:column;padding:1.5rem 1rem;display:flex;box-shadow:2px 0 6px #0000001a}.admin-sidebar h2{color:var(--limaorange);text-align:center;margin-bottom:2rem;font-size:1.4rem;font-weight:700}.admin-sidebar nav ul{margin:0;padding:0;list-style:none}.admin-sidebar nav li{margin-bottom:.75rem}.admin-sidebar nav a{color:var(--white);border-radius:6px;padding:.6rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .3s,padding-left .2s;display:block}.admin-sidebar nav a:hover{background-color:#ffffff26;padding-left:1.25rem}.admin-sidebar nav a.active{background-color:var(--limaorange);font-weight:700}.admin-sidebar{color:#fff;background:#2e7d32;width:240px;height:100vh;padding:1rem;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:2px 0 6px #0000001a}.sidebar-logo{text-align:center;margin-bottom:1.5rem}.sidebar-logo img{width:60px;height:auto}.admin-sidebar ul{margin:0;padding:0;list-style:none}.admin-sidebar li{margin-bottom:.5rem}.admin-sidebar a,.submenu-toggle{color:#fff;border-radius:6px;padding:.6rem 1rem;font-weight:500;text-decoration:none;transition:background .3s;display:block}.admin-sidebar a:hover,.submenu-toggle:hover{background:#ffffff26}.submenu{margin-top:.5rem;padding-left:1rem;list-style:none}.submenu li a{color:#ddd;font-size:.9rem}.submenu li a:hover{background:#fff3}@media (max-width:768px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}}.password-wrapper{align-items:center;display:flex;position:relative}.password-wrapper input{flex:1;padding-right:40px}.toggle-password{cursor:pointer;color:#333;background:0 0;border:none;align-items:center;display:flex;position:absolute;right:10px}
