@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.theme-toggle-btn{display:flex;flex:0 0 40px;align-items:center;justify-content:center;width:40px;min-width:40px;height:40px;min-height:40px;aspect-ratio:1 / 1;border:none;border-radius:50%;background-color:transparent;color:var(--text-primary, #1a202c);cursor:pointer;transition:all .3s ease;padding:0;margin:0 8px;box-sizing:border-box}.theme-toggle-btn:hover{width:40px;min-width:40px;height:40px;min-height:40px;padding:0;border-radius:50%;background-color:var(--bg-card-hover, #f0f0f0);transform:scale(1.1)}.theme-toggle-btn:active{transform:scale(.95)}.theme-toggle-btn:focus{width:40px;min-width:40px;height:40px;min-height:40px;padding:0;border-radius:50%;outline:none;box-shadow:0 0 0 2px #1b7b4f33}.theme-icon{width:20px;height:20px;stroke-width:2;color:inherit}html[data-theme=dark] .theme-toggle-btn{color:#f9fafb}html[data-theme=dark] .theme-toggle-btn:hover{background-color:#ffffff1a}.login{position:relative;display:flex;width:100%;min-height:100vh;background:var(--bg-card, #ffffff)}.login-theme-toggle,.auth-theme-toggle{position:fixed;top:20px;right:20px;z-index:20}.login-left{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px;gap:30px;background:url(/assets/Login_Background_Light.DFbf3OlS.jpg) center/cover no-repeat;background-attachment:fixed}.login-image{width:100%;max-width:400px;display:flex;justify-content:center;align-items:center;position:relative}.login-image img{width:100%;height:auto;display:block}.login-image a{display:flex;justify-content:center;align-items:center}.login-image img{cursor:pointer;transition:transform .3s}.login-image img:hover{transform:scale(1.05)}.login-title{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:50px;line-height:61px;color:#1a1a1a;text-align:center;text-shadow:0 2px 8px rgba(255,255,255,.8);position:relative;z-index:2;top:75px;order:1}.login-right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--bg-card, #ffffff);padding:60px 40px}.login-subtitle{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:36px;line-height:44px;color:var(--primary-color-dark, #2d5a47);text-align:center;margin-bottom:40px}.login-form{display:flex;flex-direction:column;gap:20px;width:100%;max-width:430px}.login-label-username{font-family:Sora,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:40px;color:var(--primary-color-dark, #2d5a47)}.text-field{display:flex;flex-direction:column;gap:8px;width:100%}.text-field-input{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:12px 16px;gap:8px;width:100%;height:48px;border:1px solid var(--border-color, #b8d9cf);border-radius:12px;background:var(--bg-card, #ffffff);font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;transition:all .3s ease;color:var(--text-primary, #2d5a47)}.text-field-input:focus{outline:none;border-color:#38cb6d;box-shadow:0 0 0 3px #38cb6d1a}.text-field-input::placeholder{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#8fb3a3}.login-label-password{font-family:Sora,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:40px;color:var(--primary-color-dark, #2d5a47);margin-top:10px}.password-field{display:flex;flex-direction:column;gap:8px;width:100%}.password-field-input{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:12px 16px;gap:8px;width:100%;height:48px;border:1px solid var(--border-color, #b8d9cf);border-radius:12px;background:var(--bg-card, #ffffff);font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;transition:all .3s ease;color:var(--text-primary, #2d5a47)}.password-field-input:focus{outline:none;border-color:#38cb6d;box-shadow:0 0 0 3px #38cb6d1a}.password-field-input::placeholder{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#8fb3a3}.login-forgot-password{align-self:flex-end;font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:15px;color:#38cb6d;cursor:pointer;text-decoration:none;transition:all .3s ease;margin-top:5px}.login-forgot-password:hover{color:#2d9a54;text-decoration:underline}.login-helper-text{font-family:Inter,sans-serif;font-size:14px;line-height:1.6;color:var(--text-secondary, #5a7a6f)}.btn-primary{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 16px;gap:8px;width:100%;height:48px;background:#38cb6d;border-radius:12px;border:none;cursor:pointer;font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#fff;transition:all .3s ease;margin-top:20px;box-shadow:0 2px 8px #38cb6d33}.btn-primary:hover{background:#2d9a54;box-shadow:0 4px 12px #38cb6d4d;transform:translateY(-2px)}.btn-primary:active{background:#238442;transform:translateY(0)}.btn-secondary{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 16px;gap:8px;width:100%;height:48px;background:var(--bg-card, #ffffff);border-radius:12px;border:1px solid #38cb6d;cursor:pointer;font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#2d9a54;transition:all .3s ease}.btn-secondary:hover{background:#f3fff7}.btn-secondary:disabled{opacity:.65;cursor:not-allowed}.login-register-link{font-family:Inter,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:15px;text-align:center;color:var(--text-secondary, #5a7a6f);margin-top:20px}.login-register-link a{color:#38cb6d;text-decoration:none;transition:all .3s ease}.login-register-link a:hover{color:#2d9a54;text-decoration:underline}.login-divider{width:100%;height:0px;border:.5px solid #d4d6dd;margin:20px 0}.error-message{color:#e74c3c;font-size:14px;margin:12px 0;padding:12px 16px;background-color:#fef2f2;border:1px solid #fca5a5;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;line-height:1.5;white-space:pre-line}.success-message{color:#256f3a;font-size:14px;margin:12px 0;padding:12px 16px;background-color:#edf9f0;border:1px solid #9ad7a8;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;line-height:1.5;white-space:pre-line}.field-meta{display:flex;flex-direction:column;gap:6px;margin-top:-10px}.field-helper-text{font-family:Inter,sans-serif;font-size:12px;line-height:1.5;color:var(--text-secondary, #5a7a6f)}html[data-theme=dark] .login{background:#111827}html[data-theme=dark] .login-left{background:linear-gradient(#11182733,#11182733),url(/assets/Login_Background_Dark.5yo9x6pl.jpg) center/cover no-repeat;background-attachment:fixed}html[data-theme=dark] .login-title{color:#f9fafb;text-shadow:0 2px 8px rgba(0,0,0,.6)}html[data-theme=dark] .text-field-input,html[data-theme=dark] .password-field-input{border-color:#374151;background:#1f2937;color:#f9fafb}html[data-theme=dark] .text-field-input::placeholder,html[data-theme=dark] .password-field-input::placeholder{color:#9ca3af}html[data-theme=dark] .btn-secondary{border-color:#34d399;background:#111827;color:#34d399}html[data-theme=dark] .btn-secondary:hover{background:#34d3991f}html[data-theme=dark] .error-message{color:#fecaca;background-color:#7f1d1d73;border-color:#f8717173}html[data-theme=dark] .success-message{color:#bbf7d0;background-color:#14532d73;border-color:#4ade8073}@media(max-width:1024px){.login{flex-direction:column}.login-left{padding:30px 20px;background-attachment:scroll}.login-right{padding:40px 20px}.login-title{font-size:36px;line-height:44px}.login-subtitle{font-size:28px;line-height:36px;margin-bottom:30px}.login-form{max-width:100%}}@media(max-width:640px){.login{flex-direction:column}.login-left{padding:20px;gap:20px;background-attachment:scroll}.login-right{padding:30px 20px}.login-title{font-size:28px;line-height:36px;color:#1a1a1a}.login-subtitle{font-size:20px;line-height:28px;margin-bottom:20px}.login-image{max-width:250px}.login-form{max-width:100%}.text-field-input,.password-field-input,.btn-primary{height:44px;font-size:14px}}._customSelect_1oa13_1{position:relative;width:100%;min-width:0;font-family:inherit}._trigger_1oa13_8{display:flex;align-items:center;width:100%;min-height:44px;box-sizing:border-box;gap:10px;padding:11px 14px;border:1px solid #dfe5eb;border-radius:14px;background:#f9fafb;color:#667085;font-family:inherit;font-size:14px;line-height:1.4;text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}._trigger_1oa13_8:hover{background:#fff;border-color:#cbd5e1;color:#344054}._trigger_1oa13_8:focus-visible,._trigger_1oa13_8[aria-expanded=true]{background:#fff;border-color:#1b7b4f;color:#111827;box-shadow:0 0 0 3px #1b7b4f1a;outline:none}._trigger_1oa13_8:disabled{cursor:not-allowed;opacity:.72}._hasValue_1oa13_52{color:#111827;font-weight:600}._icon_1oa13_57{display:inline-flex;flex:0 0 auto;color:#dc2626}._triggerText_1oa13_63{flex:1 1 auto;min-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._chevron_1oa13_71{flex:0 0 auto;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-2px) rotate(45deg);opacity:.75}._menu_1oa13_81{position:absolute;z-index:30;top:calc(100% + 8px);left:0;right:0;max-height:260px;overflow-y:auto;padding:6px;border:1px solid #d7dee8;border-radius:14px;background:#fff;box-shadow:0 18px 45px #0f172a24}._option_1oa13_96{display:flex;align-items:center;width:100%;padding:10px 12px;border:1px solid transparent;border-radius:10px;background:transparent;color:#344054;font-family:inherit;font-size:14px;line-height:1.35;text-align:left;cursor:pointer}._option_1oa13_96:hover,._option_1oa13_96:focus-visible{background:#ecfdf5;color:#065f46;outline:none}._option_1oa13_96:disabled{cursor:not-allowed;opacity:.6}._optionSelected_1oa13_124{background:#d1fae5;color:#065f46;border-color:#86efac;font-weight:700}._customSelect_1oa13_1[data-invalid=true] ._trigger_1oa13_8{border-color:#dc2626}html[data-theme=dark] ._trigger_1oa13_8{background:#111827;border-color:#4b5563;color:#cbd5e1}html[data-theme=dark] ._trigger_1oa13_8:hover{background:#172033;border-color:#64748b;color:#f8fafc}html[data-theme=dark] ._trigger_1oa13_8:focus-visible,html[data-theme=dark] ._trigger_1oa13_8[aria-expanded=true]{background:#172033;border-color:#34d399;color:#f9fafb;box-shadow:0 0 0 3px #34d39924}html[data-theme=dark] ._hasValue_1oa13_52{color:#f9fafb}html[data-theme=dark] ._icon_1oa13_57{color:#fca5a5}html[data-theme=dark] ._menu_1oa13_81{background:#0f172a;border-color:#334155;box-shadow:0 18px 45px #00000059}html[data-theme=dark] ._option_1oa13_96{color:#e2e8f0}html[data-theme=dark] ._option_1oa13_96:hover,html[data-theme=dark] ._option_1oa13_96:focus-visible{background:#10b98129;color:#d1fae5}html[data-theme=dark] ._optionSelected_1oa13_124{background:#10b9813d;border-color:#34d39980;color:#ecfdf5}html[data-theme=dark] ._customSelect_1oa13_1[data-invalid=true] ._trigger_1oa13_8{border-color:#f87171}.register{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;padding:40px 20px;background:url(/assets/Login_Background_Light.DFbf3OlS.jpg) center/cover no-repeat;background-attachment:fixed}.register-wrapper{display:flex;flex-direction:column;width:100%;max-width:720px;margin:0 auto;background:var(--bg-card, #ffffff);border-radius:20px;box-shadow:0 10px 40px #2d5a471a;overflow:hidden}.register-header{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 40px 40px;background:linear-gradient(135deg,#f0f9f6,#e8f6f1);border-bottom:1px solid var(--border-color, #e5e5e5)}.register-logo{width:100%;max-width:400px;display:flex;justify-content:center;align-items:center;margin-bottom:25px;position:relative;z-index:10}.register-logo a{display:flex;justify-content:center;align-items:center;width:100%}.register-logo img{width:100%;height:auto;display:block;cursor:pointer;transition:transform .3s ease}.register-logo img:hover{transform:scale(1.05)}.register-page-title{font-family:Inter,sans-serif;font-style:normal;font-weight:600;font-size:42px;line-height:52px;color:#1a1a1a;text-align:center;margin:0}.register-content{padding:40px}.register-form{display:flex;flex-direction:column;gap:0;width:100%}.register-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:20px;row-gap:20px;margin-bottom:24px}.register-field--full-width{grid-column:1 / -1}.register-column{display:flex;flex-direction:column;gap:20px}.register-label{font-family:Sora,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:22px;color:var(--text-primary, #1a1a1a);margin-bottom:8px;display:block}.text-field{display:flex;flex-direction:column;gap:0;width:100%}.text-field-input,.password-field-input,.confirm-password-input{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:12px 16px;gap:8px;width:100%;height:48px;border:1px solid var(--border-color, #d4d6dd);border-radius:12px;background:var(--bg-card, #ffffff);background-color:var(--bg-card, #ffffff);font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;transition:border-color .2s ease;color:var(--text-primary, #1a1a1a);appearance:none;-webkit-appearance:none}.text-field-input:focus,.password-field-input:focus,.confirm-password-input:focus{outline:none;border-color:#00704c;box-shadow:none}.text-field-input::placeholder,.password-field-input::placeholder,.confirm-password-input::placeholder{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:20px;color:#4b5563;opacity:1}.text-field-input:-webkit-autofill,.text-field-input:-webkit-autofill:hover,.text-field-input:-webkit-autofill:focus,.password-field-input:-webkit-autofill,.password-field-input:-webkit-autofill:hover,.password-field-input:-webkit-autofill:focus,.confirm-password-input:-webkit-autofill,.confirm-password-input:-webkit-autofill:hover,.confirm-password-input:-webkit-autofill:focus{-webkit-text-fill-color:#1a1a1a;-webkit-box-shadow:0 0 0 1000px #ffffff inset;box-shadow:0 0 0 1000px #fff inset;transition:background-color 9999s ease-out 0s}.password-field,.confirm-password-field{display:flex;flex-direction:column;gap:0;width:100%}.password-toggle-button{position:absolute;top:50%;right:12px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;border-radius:12px;background:transparent;color:#4b5563;font-size:16px;line-height:1;cursor:pointer;transform:translateY(-50%);transition:background-color .2s ease,color .2s ease}.password-toggle-button:hover,.password-toggle-button:focus{outline:none;background:#eef7f3;color:#005f40}.confirm-password-input--success{border-color:#2e7d32}.register-terms-wrapper{margin-bottom:16px}.register-terms-wrapper--error{color:#c62828}.register-terms-checkbox{display:flex;align-items:flex-start;gap:12px;padding:0}.terms-checkbox-input{width:20px;height:20px;min-width:20px;min-height:20px;margin:2px 0 0;cursor:pointer;accent-color:#00704c;border:1px solid #d4d6dd;border-radius:12px;transition:border-color .2s ease;background:#fff}.terms-checkbox-input:hover,.terms-checkbox-input:focus{border-color:#00704c;box-shadow:none;outline:none}.terms-checkbox-input:checked{background-color:#00704c;border-color:#00704c}.terms-checkbox-input--error,.terms-checkbox-input--error:hover,.terms-checkbox-input--error:focus{accent-color:#c62828;border-color:#c62828;outline:1px solid #c62828;outline-offset:2px}.terms-checkbox-label{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:20px;color:#5a7a6f;cursor:pointer;user-select:none;flex:1}.register-terms-error{margin-left:0}.btn-primary{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 16px;gap:8px;width:100%;height:50px;background:#005f40;border-radius:12px;border:1px solid #005f40;cursor:pointer;font-family:Inter,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#fff;transition:background-color .2s ease,border-color .2s ease;margin-bottom:20px;box-shadow:none}.btn-primary:hover{background:#004830;border-color:#004830;transform:none;box-shadow:none}.btn-primary:active{background:#003a28;border-color:#003a28;transform:none}.btn-primary:disabled{background:#d4d6dd;color:#8fb3a3;cursor:not-allowed;box-shadow:none;transform:none}.btn-primary:disabled:hover{background:#d4d6dd;box-shadow:none;transform:none}.field-helper-text{font-family:Inter,sans-serif;font-size:12px;line-height:1.5;color:#5a7a6f}.field-error-text{font-family:Inter,sans-serif;font-size:12px;line-height:1.5;color:#c62828;font-weight:500}.field-success-text{display:inline-flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:12px;line-height:1.5;color:#2e7d32;font-weight:600}.field-success-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;background:#e8f5e9;color:#2e7d32;font-size:11px;line-height:1}.password-checklist-item{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:12px;line-height:1.5;color:var(--text-secondary, #5f6b76)}.password-checklist-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:12px;color:currentColor;font-size:12px;line-height:1}.register-login-link{font-family:Inter,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-align:center;color:var(--text-secondary, #5a7a6f)}.register-login-link a{color:#00704c;text-decoration:none;transition:all .3s ease;font-weight:600}.register-login-link a:hover{color:#005a3f;text-decoration:underline}html[data-theme=dark] .register{background:linear-gradient(#11182740,#11182740),url(/assets/Login_Background_Dark.5yo9x6pl.jpg) center/cover no-repeat;background-attachment:fixed}html[data-theme=dark] .register-wrapper{border:1px solid #374151;box-shadow:0 20px 48px #00000061}html[data-theme=dark] .register-header{background:linear-gradient(135deg,#13241f,#111827)}html[data-theme=dark] .text-field-input,html[data-theme=dark] .password-field-input,html[data-theme=dark] .confirm-password-input{border-color:#374151;background:#1f2937;background-color:#1f2937;color:#f9fafb}html[data-theme=dark] .text-field-input:-webkit-autofill,html[data-theme=dark] .text-field-input:-webkit-autofill:hover,html[data-theme=dark] .text-field-input:-webkit-autofill:focus,html[data-theme=dark] .password-field-input:-webkit-autofill,html[data-theme=dark] .password-field-input:-webkit-autofill:hover,html[data-theme=dark] .password-field-input:-webkit-autofill:focus,html[data-theme=dark] .confirm-password-input:-webkit-autofill,html[data-theme=dark] .confirm-password-input:-webkit-autofill:hover,html[data-theme=dark] .confirm-password-input:-webkit-autofill:focus{-webkit-text-fill-color:#f9fafb;-webkit-box-shadow:0 0 0 1000px #1f2937 inset;box-shadow:0 0 0 1000px #1f2937 inset}html[data-theme=dark] .password-toggle-button:hover,html[data-theme=dark] .password-toggle-button:focus{background:#34d3991f;color:#34d399}html[data-theme=dark] .terms-checkbox-label{color:#cbd5e1}@media(max-width:1024px){.register-wrapper{max-width:480px}.register-form-grid{grid-template-columns:1fr;gap:18px}.register-field--full-width{grid-column:auto}}@media(max-width:768px){.register-content{padding:36px 30px}.register-header{padding:40px 30px 30px}.register-page-title{font-size:36px;line-height:44px}.register-column{gap:20px}}@media(max-width:480px){.register{padding:20px 15px}.register-wrapper{border-radius:12px}.register-header{padding:30px 20px 25px}.register-logo{max-width:150px;margin-bottom:20px}.register-page-title{font-size:28px;line-height:36px}.register-content{padding:30px 20px}.register-form-grid{gap:16px}.register-column{gap:18px}.register-label{font-size:13px;line-height:20px;margin-bottom:6px}.text-field-input,.password-field-input,.confirm-password-input{height:44px;font-size:14px;padding:10px 14px}.password-input-wrapper .password-field-input,.password-input-wrapper .confirm-password-input{padding-right:44px}.btn-primary{height:44px;font-size:15px;margin-bottom:15px}.register-login-link{font-size:13px;line-height:16px}}.reset-password{position:relative;display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;padding:40px 20px;background:radial-gradient(circle at top,rgba(0,112,76,.12),transparent 40%),linear-gradient(180deg,#f4fbf8,#eef5f1)}.reset-password-wrapper{display:flex;flex-direction:column;width:100%;max-width:460px;margin:0 auto;background:var(--bg-card, #ffffff);border:1px solid rgba(0,95,64,.08);border-radius:20px;box-shadow:0 20px 48px #1235271f;overflow:hidden}.reset-password-header{display:flex;justify-content:center;align-items:center;padding:32px 32px 20px;background:linear-gradient(180deg,#f4fbf8 0%,var(--bg-card, #ffffff) 100%)}.reset-password-logo{display:flex;justify-content:center;align-items:center;width:100%}.reset-password-logo a{display:inline-flex;justify-content:center}.reset-password-logo img{display:block;width:100%;max-width:180px;height:auto}.reset-password-content{padding:0 32px 32px}.reset-password-form{display:flex;flex-direction:column;gap:20px;width:100%}.reset-password-title{font-family:Inter,sans-serif;font-weight:600;font-size:24px;line-height:1.3;color:var(--text-primary, #1a1a1a);text-align:center}.reset-password-subtitle{margin-top:-8px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:var(--text-secondary, #5a7a6f);text-align:center}.reset-password-context-message{margin:0}.register-label{display:block;margin-bottom:8px;font-family:Sora,sans-serif;font-weight:500;font-size:14px;line-height:22px;color:var(--text-primary, #1a1a1a)}.text-field,.password-field,.confirm-password-field{display:flex;flex-direction:column;width:100%}.text-field-input,.password-field-input,.confirm-password-input{box-sizing:border-box;width:100%;height:48px;padding:12px 16px;border:1px solid var(--border-color, #d4d6dd);border-radius:12px;background:var(--bg-card, #ffffff);color:var(--text-primary, #1a1a1a);font-family:Inter,sans-serif;font-size:14px;line-height:20px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;appearance:none;-webkit-appearance:none}.text-field-input::placeholder,.password-field-input::placeholder,.confirm-password-input::placeholder{color:#6b7280;opacity:1}.text-field-input:focus,.password-field-input:focus,.confirm-password-input:focus{outline:none;border-color:#00704c;box-shadow:0 0 0 3px #00704c1f}.text-field-input[aria-invalid=true],.password-field-input[aria-invalid=true],.confirm-password-input[aria-invalid=true],.confirm-password-input--error{border-color:#c62828;background:#fffafb}.text-field-input[aria-invalid=true]:focus,.password-field-input[aria-invalid=true]:focus,.confirm-password-input[aria-invalid=true]:focus,.confirm-password-input--error:focus{box-shadow:0 0 0 3px #c628281f}.text-field-input:disabled,.text-field-input--readonly{background:#f3f5f4;color:#6b7280;cursor:not-allowed;opacity:1}.text-field-input:disabled::placeholder,.text-field-input--readonly::placeholder{color:#9ca3af}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper .password-field-input,.password-input-wrapper .confirm-password-input{padding-right:48px}.password-toggle-button{position:absolute;top:50%;right:12px;display:inline-flex;justify-content:center;align-items:center;width:32px;height:32px;padding:0;border:0;border-radius:10px;background:transparent;color:#4b5563;cursor:pointer;transform:translateY(-50%);transition:background-color .2s ease,color .2s ease}.password-toggle-button:hover,.password-toggle-button:focus-visible{outline:none;background:#eef7f3;color:#005f40}.password-toggle-icon{width:18px;height:18px;stroke-width:2}.password-checklist{display:grid;gap:6px;margin-top:10px}.password-checklist-item{display:flex;align-items:center;gap:8px;color:var(--text-secondary, #5f6b76);font-family:Inter,sans-serif;font-size:12px;line-height:1.5}.password-checklist-item--met{color:#2e7d32;font-weight:600}.password-checklist-icon{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:999px;color:currentColor;font-size:12px;line-height:1}.confirm-password-input--success{border-color:#2e7d32;background:#f6fbf8}.confirm-password-input--success:focus{box-shadow:0 0 0 3px #2e7d321f}.field-meta{display:flex;flex-direction:column;gap:6px;margin-top:8px}.field-error-text{color:#c62828;font-family:Inter,sans-serif;font-size:12px;line-height:1.5;font-weight:500}.field-success-text{display:inline-flex;align-items:center;gap:6px;color:#2e7d32;font-family:Inter,sans-serif;font-size:12px;line-height:1.5;font-weight:600}.field-success-icon{display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:999px;background:#e8f5e9;color:#2e7d32;font-size:11px;line-height:1}.error-message,.success-message{margin:0;padding:12px 16px;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;font-weight:500;white-space:pre-line}.error-message{color:#c62828;background:#fef2f2;border:1px solid #fca5a5}.success-message{color:#2e7d32;background:#e8f5e9;border:1px solid #a5d6a7}.btn-primary{display:inline-flex;justify-content:center;align-items:center;width:100%;height:50px;padding:12px 16px;border:1px solid #005f40;border-radius:12px;background:#005f40;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:19px;transition:background-color .2s ease,border-color .2s ease,opacity .2s ease}.btn-primary:hover{background:#004830;border-color:#004830}.btn-primary:active{background:#003a28;border-color:#003a28}.btn-primary:disabled{background:#cfd8d3;border-color:#cfd8d3;color:#7a8d84;cursor:not-allowed}.reset-password-login-link{text-align:center;color:var(--text-secondary, #5a7a6f);font-family:Inter,sans-serif;font-size:14px;line-height:1.5}.reset-password-login-link a{color:#00704c;font-weight:600;text-decoration:none}.reset-password-login-link a:hover{color:#005a3f;text-decoration:underline}html[data-theme=dark] .reset-password{background:radial-gradient(circle at top,rgba(52,211,153,.14),transparent 40%),linear-gradient(180deg,#111827,#0f172a)}html[data-theme=dark] .reset-password-wrapper{border-color:#374151;box-shadow:0 20px 48px #00000061}html[data-theme=dark] .reset-password-header{background:linear-gradient(180deg,#13241f,#111827)}html[data-theme=dark] .text-field-input,html[data-theme=dark] .password-field-input,html[data-theme=dark] .confirm-password-input{border-color:#374151;background:#1f2937;color:#f9fafb}html[data-theme=dark] .text-field-input::placeholder,html[data-theme=dark] .password-field-input::placeholder,html[data-theme=dark] .confirm-password-input::placeholder{color:#9ca3af}html[data-theme=dark] .text-field-input:disabled,html[data-theme=dark] .text-field-input--readonly{background:#111827;color:#9ca3af}html[data-theme=dark] .password-toggle-button{color:#cbd5e1}html[data-theme=dark] .password-toggle-button:hover,html[data-theme=dark] .password-toggle-button:focus-visible{background:#34d3991f;color:#34d399}html[data-theme=dark] .confirm-password-input--success{background:#14532d38}html[data-theme=dark] .error-message{color:#fecaca;background:#7f1d1d73;border-color:#f8717173}html[data-theme=dark] .success-message{color:#bbf7d0;background:#14532d73;border-color:#4ade8073}html[data-theme=dark] .field-error-text{color:#fca5a5}@media(max-width:480px){.reset-password{padding:20px 16px}.reset-password-wrapper{max-width:100%;border-radius:16px}.reset-password-header{padding:28px 20px 18px}.reset-password-content{padding:0 20px 24px}.reset-password-title{font-size:20px}.text-field-input,.password-field-input,.confirm-password-input,.btn-primary{height:46px}}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}*,*:before,*:after{transition:background-color var(--theme-transition-duration) var(--theme-transition-easing),border-color var(--theme-transition-duration) var(--theme-transition-easing),color var(--theme-transition-duration) var(--theme-transition-easing),fill var(--theme-transition-duration) var(--theme-transition-easing),stroke var(--theme-transition-duration) var(--theme-transition-easing),box-shadow var(--theme-transition-duration) var(--theme-transition-easing)}:root{--sidebar-bg: #efffec;--sidebar-fg: #064e3b;--sidebar-text-muted: #64748b;--sidebar-border-color: rgba(6, 78, 59, .1);--accent: #10b981;--header-bg: #ffffff;--nav-link-color: #4b5563;--nav-link-hover-bg: rgba(16, 185, 129, .1);--nav-link-hover-color: #0f766e;--nav-active-bg: #d8ffdd;--nav-active-color: #00724c;--nav-active-icon-filter: invert(34%) sepia(40%) saturate(500%) hue-rotate(95deg) brightness(95%) contrast(90%);--bg-primary: #ffffff;--text-primary: #1a202c;--border-color: rgba(0, 0, 0, .05);--theme-transition-duration: .3s;--theme-transition-easing: ease-in-out;--theme-color-transition: background-color var(--theme-transition-duration) var(--theme-transition-easing), color var(--theme-transition-duration) var(--theme-transition-easing), border-color var(--theme-transition-duration) var(--theme-transition-easing), box-shadow var(--theme-transition-duration) var(--theme-transition-easing)}html,body,#root{min-height:100%;background-color:var(--bg-primary);color:var(--text-primary)}html[data-theme=dark]{--sidebar-bg: #111827;--sidebar-fg: #a7f3d0;--sidebar-text-muted: #94a3b8;--sidebar-border-color: rgba(148, 163, 184, .12);--accent: #34d399;--header-bg: #111827;--nav-link-color: #cbd5e1;--nav-link-hover-bg: rgba(16, 185, 129, .1);--nav-link-hover-color: #a7f3d0;--nav-active-bg: rgba(16, 185, 129, .16);--nav-active-color: #6ee7b7;--nav-active-icon-filter: invert(72%) sepia(50%) saturate(400%) hue-rotate(110deg) brightness(110%) contrast(90%);--bg-primary: #111827;--text-primary: #f9fafb;--border-color: rgba(148, 163, 184, .14)}.layout{display:flex;min-height:100vh;background:var(--bg-primary)}.sidebar{width:250px;background:var(--sidebar-bg);color:var(--sidebar-fg);height:100vh;position:fixed;left:0;top:0;bottom:0;padding:0;display:flex;flex-direction:column;border-right:1px solid var(--sidebar-border-color);transition:margin-left .3s ease,width .3s ease;overflow:hidden;flex-shrink:0;z-index:102}.sidebar.hidden{margin-left:-250px}.sidebar__brand{padding:.5rem;display:flex;align-items:center;justify-content:center;height:70px;background:transparent;border-bottom:1px solid var(--sidebar-border-color)}.sidebar__nav{flex:1 1 auto;overflow-y:auto;padding:0 .75rem;background:transparent}.sidebar__section{font-size:.75rem;font-weight:600;color:var( --sidebar-text-muted );padding:.5rem .75rem;margin-top:1rem;text-transform:uppercase;letter-spacing:.5px}.sidebar__nav ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:0}.sidebar__nav li{margin-bottom:0;width:100%}.sidebar__nav a{display:flex;align-items:center;gap:.2rem;padding:.75rem;color:var(--nav-link-color);text-decoration:none;border-radius:8px;font-weight:500;font-size:12px;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;width:100%;box-sizing:border-box}.sidebar__nav a:hover{background-color:var(--nav-link-hover-bg);color:var(--nav-link-hover-color)}.sidebar__nav a.active{background-color:var( --nav-active-bg );color:var(--nav-active-color);font-weight:600;box-shadow:inset 0 0 0 1px #10b98114}.sidebar__nav a .icon{font-size:1.2rem;width:24px;display:flex;justify-content:center}.sidebar__nav a .icon img{width:18px;height:18px;display:block;object-fit:contain;filter:none;transition:filter .2s ease,opacity .2s ease}.sidebar__nav a.active .icon img{filter:var(--nav-active-icon-filter)}.sidebar__logout{display:flex;align-items:center;gap:.5rem;width:calc(100% - 1.5rem);margin:1rem .75rem;padding:.75rem;background-color:#1b7b4f;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:500;font-family:Poppins,sans-serif;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;justify-content:center}.sidebar__logout:hover{background-color:#165b3f;transform:translateY(-2px);box-shadow:0 4px 8px #1b7b4f33}.sidebar__logout:active{transform:translateY(0)}.sidebar__logout svg{width:18px;height:18px;stroke-width:2}.main-column{margin-left:250px;flex:1;display:flex;flex-direction:column;width:calc(100% - 250px);transition:margin-left .3s ease,width .3s ease}.sidebar.hidden~.main-column{margin-left:0;width:100%}.header{height:70px;background:var(--header-bg);display:flex;align-items:center;padding:0 2rem;justify-content:space-between;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border-color, rgba(0, 0, 0, .05))}.header__menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:var(--sidebar-fg);cursor:pointer;border-radius:6px;transition:background-color .2s ease,color .2s ease,transform .2s ease;padding:0;margin-right:1rem;flex-shrink:0}.header__menu-toggle:hover{background-color:#10b9811a;color:var(--accent)}.header__menu-toggle:active{transform:scale(.95)}html[data-theme=dark] .header__menu-toggle{color:var(--sidebar-fg)}html[data-theme=dark] .header__menu-toggle:hover{background-color:#10b98133}.header__search input{width:600px;padding:.6rem 1rem;border-radius:6px;border:none;background:#f5f5f5;outline:none;font-size:.9rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;color:var(--text-primary)}html[data-theme=dark] .header__search input{background:#374151;color:#f9fafb}.header__search input:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #10b9811a}html[data-theme=dark] .header__search input:focus{background:#4b5563;color:#f9fafb}.header__user{display:flex;align-items:center;gap:.5rem}.avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.header__notification-btn{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease,border-radius .2s ease}.header__notification-btn:hover{background-color:#f1f5f9;border-radius:6px}html[data-theme=dark] .header__notification-btn:hover{background-color:#ffffff1a}.header__notification-btn img{width:24px;height:24px;display:block}.content{flex:1;background:var(--bg-primary);color:var(--text-primary)}@media(max-width:768px){.sidebar{transform:translate(-100%);transition:transform .3s ease}.main-column{margin-left:0;width:100%}}.header__notification-wrapper{position:relative}.notification-popup{position:absolute;top:calc(100% + 10px);right:0;width:320px;background-color:var(--header-bg);border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:1000;display:flex;flex-direction:column;overflow:hidden;animation:fadeIn .2s ease-in-out}html[data-theme=dark] .notification-popup{border-color:#ffffff1a;box-shadow:0 10px 25px #00000080}.notification-popup__header{padding:1rem;border-bottom:1px solid rgba(0,0,0,.05);background-color:#f9fafb}html[data-theme=dark] .notification-popup__header{background-color:#1f2937;border-bottom-color:#ffffff1a}.notification-popup__header h4{margin:0;font-size:1rem;font-weight:600;color:var(--sidebar-fg)}.notification-popup__body{max-height:320px;overflow-y:auto}.notification-popup__body::-webkit-scrollbar{width:6px}.notification-popup__body::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}html[data-theme=dark] .notification-popup__body::-webkit-scrollbar-thumb{background-color:#fff3}.notification-item{padding:1rem;border-bottom:1px solid rgba(0,0,0,.05);cursor:pointer;transition:background-color .2s ease;text-align:left}html[data-theme=dark] .notification-item{border-bottom-color:#ffffff0d}.notification-item:hover{background-color:#10b9810d}.notification-item.unread{background-color:var(--sidebar-bg)}html[data-theme=dark] .notification-item.unread{background-color:#10b9811a}.notification-item p{margin:0 0 .4rem;font-size:.85rem;color:var(--text-primary, #333);line-height:1.4}html[data-theme=dark] .notification-item p{color:#f9fafb}.notification-time{font-size:.75rem;color:var(--sidebar-text-muted)}.notification-popup__footer{padding:.75rem;text-align:center;border-top:1px solid rgba(0,0,0,.05)}html[data-theme=dark] .notification-popup__footer{border-top-color:#ffffff1a;background-color:#111827}.notification-popup__footer button{background:transparent;border:none;color:var(--accent);font-size:.85rem;font-weight:500;cursor:pointer;padding:.5rem}.notification-popup__footer button:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}:root{--bg-primary: #f8f9fa;--bg-card: #ffffff;--bg-card-hover: #f0f0f0;--text-primary: #1a202c;--text-secondary: #718096;--border-color: #e2e8f0;--primary-color: #1b7b4f;--primary-color-light: #efffec;--primary-color-dark: #0d5a38}html[data-theme=dark]{--bg-primary: #111827;--bg-card: #1f2937;--bg-card-hover: #374151;--text-primary: #f9fafb;--text-secondary: #9ca3af;--border-color: #374151;--primary-color: #34d399;--primary-color-light: #1f3a3a;--primary-color-dark: #10b981}body{font-family:Poppins,sans-serif;margin:0;color:var(--text-primary);background-color:var(--bg-primary);transition:background-color .3s ease,color .3s ease}nav{background-color:#efffec;padding:1rem;transition:background-color .3s ease}html[data-theme=dark] nav{background-color:#111827}nav ul{list-style:none;display:flex;gap:2rem;margin:0;padding:0;align-items:center}nav a{color:#1a4d2e;text-decoration:none;font-weight:500;transition:color .3s}html[data-theme=dark] nav a{color:#34d399}nav a:hover{color:#38cb6d}.auth-theme-toggle{position:fixed;top:20px;right:20px;z-index:20}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:32px 20px;background:radial-gradient(circle at top left,rgba(27,123,79,.18),transparent 34%),var(--bg-primary)}.not-found-card{width:min(100%,560px);padding:48px 36px;border:1px solid var(--border-color);border-radius:28px;background:var(--bg-card);box-shadow:0 24px 70px #0f172a29;text-align:center}.not-found-logo{width:min(100%,260px);height:auto;margin-bottom:24px}.not-found-eyebrow{margin:0 0 10px;color:var(--primary-color);font-size:18px;font-weight:800;letter-spacing:.18em}.not-found-title{margin:0;color:var(--text-primary);font-size:clamp(32px,6vw,52px);line-height:1.1}.not-found-message{margin:18px auto 0;max-width:420px;color:var(--text-secondary);font-size:16px;line-height:1.7}.not-found-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:32px}.not-found-primary-link,.not-found-secondary-link{display:inline-flex;align-items:center;justify-content:center;min-width:132px;min-height:46px;padding:12px 22px;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.not-found-primary-link{border:1px solid var(--primary-color-dark);background:var(--primary-color-dark);color:#fff}.not-found-primary-link:hover{transform:translateY(-2px);background:var(--primary-color);border-color:var(--primary-color)}.not-found-secondary-link{border:1px solid var(--border-color);background:transparent;color:var(--text-primary)}.not-found-secondary-link:hover{transform:translateY(-2px);border-color:var(--primary-color);color:var(--primary-color)}html[data-theme=dark] .not-found-card{box-shadow:0 24px 70px #00000061}
