* { box-sizing: border-box; }
:root { color-scheme: light; font-family: "Segoe UI", Arial, sans-serif; color: #203d42; background: #fff; font-synthesis: none; }
body { margin: 0; }
button, input { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.login-layout { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; min-height: 100svh; }
.welcome { position: relative; display: flex; flex-direction: column; background: #087f75; color: #fff; min-width: 0; overflow: hidden; }
.welcome-brand { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 48px; background: #f0faf7; color: #08776f; }
.brand-word { font-size: 16px; line-height: 1.05; font-weight: 600; }
.brand-word > span { display: block; font-size: 34px; font-weight: 700; }
.brand-dot { color: #f59b84; }
.brand-tag { font-size: 10px; font-weight: 700; }
.welcome-photo { display: block; width: 100%; height: 0; min-height: 240px; flex: 1 1 320px; object-fit: cover; object-position: 48% 45%; }
.welcome-message { padding: 34px 48px 26px; position: relative; }
.welcome-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 10px; font-weight: 700; color: #d4eee9; }
.welcome-eyebrow > span { height: 7px; width: 22px; border-radius: 4px; background: #f6a087; }
.welcome h2 { font-size: 38px; line-height: 1.17; font-weight: 600; margin: 18px 0 15px; }
.welcome h2 em { color: #ffe1a1; font-style: normal; }
.welcome-message p { font-size: 14px; color: #d4eee9; margin: 0; line-height: 1.6; }
.welcome-footer { display: flex; justify-content: space-between; gap: 16px; padding: 20px 48px; border-top: 1px solid #ffffff26; color: #d4eee9; font-size: 11px; }
.access { display: flex; flex-direction: column; padding: 34px 48px 25px; min-width: 0; border-top: 5px solid #f4a28c; }
.access-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #677c80; font-size: 12px; }
.access-header i { margin-right: 7px; color: #087f75; }
.access-accent { width: 28px; height: 5px; border-radius: 4px; background: #2fc7af; }
.access-content { width: 100%; max-width: 380px; margin: auto; padding: 32px 0 40px; }
.clinic-brand { margin-bottom: 33px; min-height: 65px; }
.clinic-brand img { display: block; width: 155px; height: 80px; object-fit: contain; object-position: left; }
.clinic-brand strong { font-size: 26px; color: #087f75; }
.section-label { font-size: 10px; font-weight: 700; color: #087f75; }
.form-heading h1 { font-size: 30px; line-height: 1.2; font-weight: 650; margin: 10px 0 10px; }
.form-heading p { font-size: 14px; color: #687b7e; line-height: 1.6; margin: 0; }
.login-form { margin-top: 29px; }
.field-group { margin-bottom: 19px; }
.field-group label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 9px; }
.input-wrap { position: relative; }
.input-wrap > i { position: absolute; top: 18px; left: 16px; width: 18px; text-align: center; color: #7b9293; pointer-events: none; }
.input-wrap input { width: 100%; height: 54px; border: 1px solid #d9e3e2; border-radius: 6px; background: #f8fbfa; color: #203d42; padding: 0 48px 0 44px; font-size: 14px; outline: none; transition: border-color .15s, box-shadow .15s; }
.input-wrap input::placeholder { color: #788a8d; opacity: 1; }
.input-wrap input:focus { background: #fff; border-color: #087f75; box-shadow: 0 0 0 3px #087f751a; }
.password-toggle { position: absolute; right: 5px; top: 5px; width: 44px; height: 44px; border: 0; background: transparent; color: #657f80; border-radius: 4px; }
.password-toggle:hover { background: #e6f4ef; color: #087f75; }
button:focus-visible { outline: 3px solid #174f8a; outline-offset: 3px; }
.submit-button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; padding: 15px 20px; border: 0; border-radius: 6px; background: #087f75; color: #fff; font-size: 14px; font-weight: 600; transition: background .15s; }
.submit-button:hover { background: #066c63; }
.submit-button:disabled { cursor: wait; opacity: .75; }
.access-help { text-align: center; color: #748588; font-size: 12px; line-height: 1.8; margin: 24px 0 0; }
.access-help span { color: #345f62; font-weight: 600; }
.access-footer { display: flex; justify-content: center; gap: 8px; align-items: center; color: #7a8a8d; font-size: 11px; line-height: 1.5; }
.access-footer i { color: #087f75; }
.login-feedback:empty { display: none; }
.login-feedback { color: #953b2a; font-size: 13px; line-height: 1.6; }
.login-feedback p, .login-feedback .trigger { background: #fff0ec; border-left: 3px solid #e4896e; padding: 12px; margin: 0 0 16px; border-radius: 4px; }
.caps-warning { font-size: 12px; color: #956319; margin: -5px 0 16px; }
@media (min-width: 1500px) { .welcome-brand, .welcome-message, .welcome-footer { padding-left: 72px; padding-right: 72px; } .welcome h2 { font-size: 44px; } .access-content { max-width: 400px; } }
@media (max-width: 1050px) and (min-width: 761px) { .welcome-brand, .welcome-message, .welcome-footer { padding-left: 28px; padding-right: 28px; } .welcome h2 { font-size: 31px; } .access { padding-left: 30px; padding-right: 30px; } .welcome-footer { flex-wrap: wrap; } }
@media (max-width: 760px) { .login-layout { grid-template-columns: 1fr; } .welcome { display: none; } .access { min-height: 100vh; min-height: 100svh; padding: 24px 28px; border-top-width: 6px; } .access-content { padding: 34px 0; } .clinic-brand { margin-bottom: 32px; } .clinic-brand img { width: 165px; height: 86px; } .form-heading h1 { font-size: 29px; } .input-wrap input { font-size: 16px; } }
@media (max-width: 360px) { .access { padding-left: 20px; padding-right: 20px; } .form-heading h1 { font-size: 26px; } }
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
