@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{color-scheme:light;font-family:Inter,sans-serif;--page-bg: #eff1f4;--card-bg: #f7f8fa;--panel-bg: #ffffff;--hero-bg: #dfeee0;--text-strong: #0e0e0e;--text-muted: #727272;--text-soft: #575757;--border-soft: #e0e0e0;--border-subtle: #d0d0d0;--surface-subtle: #f1f1f1;--surface-muted: #f6f6f6;--error-text: #d84e4e;--error-border: #ef9a9a;--error-bg: #fff7f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:var(--page-bg);color:var(--text-strong)}button,input,a{font:inherit}a{color:inherit}.page-shell{min-height:100vh;padding:20px;display:flex;align-items:center;justify-content:center;background:var(--page-bg)}.login-shell{width:min(1440px,100%)}.login-card{min-height:clamp(760px,calc(100vh - 40px),900px);display:grid;grid-template-columns:minmax(520px,.96fr) minmax(620px,1.04fr);gap:0;background:var(--card-bg);border-radius:28px;overflow:hidden;box-shadow:0 18px 60px #242a3614}.login-card__surface{min-width:0}.login-card__surface--form{position:relative;display:grid;grid-template-rows:auto 1fr auto;background:var(--panel-bg);padding:44px 56px 30px}.brand-mark{display:inline-flex;align-items:center;justify-self:center}.brand-mark__full{width:min(246px,100%);height:auto;display:block}.login-card__content{display:flex;align-items:center;justify-content:center;min-height:0;padding:32px 0}.login-content{width:min(360px,100%);margin:0;display:flex;flex-direction:column;gap:22px}.login-copy{display:flex;flex-direction:column;gap:10px;text-align:center}.login-copy h1{margin:0}.login-copy h1{font-size:32px;font-weight:600;line-height:1.12;letter-spacing:-.03em}.login-copy p{margin:0;font-size:13px;font-weight:500;line-height:1.5;letter-spacing:.01em;color:var(--text-muted)}.alert{padding:12px 14px;border-radius:10px;font-size:12px;font-weight:500;line-height:1.45}.alert-error{color:var(--error-text);background:var(--error-bg);border:1px solid var(--error-border)}.status-card{display:flex;flex-direction:column;gap:8px;padding:20px;border:1px solid var(--border-soft);border-radius:16px;background:var(--surface-muted)}.status-card__title,.status-card__body{margin:0}.status-card__title{font-size:13px;font-weight:600;line-height:1.4;letter-spacing:.01em}.status-card__body{font-size:12px;font-weight:500;line-height:1.55;color:var(--text-muted)}.signin-form{display:flex;flex-direction:column;gap:18px}.field-group{display:flex;flex-direction:column;gap:8px}.field-group span{font-size:11px;font-weight:600;line-height:1.4;letter-spacing:.04em;text-transform:uppercase;color:#7a7f89}.field-group input{width:100%;height:48px;padding:0 16px;border:1px solid #dfe3e8;border-radius:14px;background:#fbfcfd;font-size:13px;font-weight:500;line-height:1.4;letter-spacing:.01em;color:var(--text-strong);transition:box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.field-group input::placeholder{color:var(--text-muted)}.field-group input:focus{outline:none;background:var(--panel-bg);border-color:#83be4273;box-shadow:0 0 0 4px #83be4224}.signin-form__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.remember-choice{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.01em;color:var(--text-soft);cursor:pointer}.remember-choice input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;margin:0;border:1px solid var(--border-subtle);border-radius:5px;background:var(--panel-bg);display:grid;place-items:center;transition:border-color .2s ease,background-color .2s ease}.remember-choice input:after{content:"";width:10px;height:10px;border-radius:3px;background:transparent;transition:background-color .2s ease}.remember-choice input:checked{border-color:#83be42;background:#eff7e2}.remember-choice input:checked:after{background:#83be42}.remember-choice input:focus-visible{outline:2px solid rgba(131,190,66,.24);outline-offset:2px}.signin-form__meta a,.signup-copy a,.footer-links a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.signin-form__meta a{font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.01em;color:#424650}.primary-action{width:100%;height:46px;border:0;border-radius:14px;background:var(--text-strong);color:var(--panel-bg);font-size:14px;font-weight:600;line-height:1.4;letter-spacing:.02em;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background-color .2s ease}.primary-action:hover:not(:disabled){transform:translateY(-1px)}.primary-action:disabled{background:var(--surface-subtle);color:var(--border-subtle);cursor:wait}.signup-copy{margin:0;text-align:center;font-size:12px;line-height:1.5;letter-spacing:.01em}.signup-copy span{color:var(--text-muted);font-weight:500}.signup-copy a{font-weight:600}.footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:24px;margin-top:auto;color:var(--text-soft);font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.01em}.login-card__surface--hero{position:relative;overflow:hidden;background:#83be42}.hero-visual{position:absolute;overflow:hidden;border-radius:22px;background:#fff;border:1px solid rgba(255,255,255,.6)}.hero-visual img{width:100%;height:100%;object-fit:cover;display:block}.hero-visual--primary{top:56px;left:48px;right:0;width:min(720px,calc(100% - 48px));height:524px;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:0 24px 56px #152a0e29}.hero-visual--overlay{top:372px;left:104px;right:auto;width:min(444px,calc(100% - 208px));height:240px;box-shadow:0 28px 54px #152a0e33}.hero-visual--overlay img{object-position:center top}.hero-copy{position:absolute;left:48px;right:48px;bottom:56px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.hero-copy__content{display:flex;flex-direction:column;gap:48px;max-width:411px}.hero-copy__block{max-width:411px}.hero-copy__eyebrow,.hero-copy__body{margin:0}.hero-copy__eyebrow{font-size:32px;font-weight:600;line-height:1.16;letter-spacing:-.02em;color:#fff}.hero-copy__body{margin-top:12px;font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.01em;color:#d0f1fe}.hero-brand{flex:0 0 auto}.hero-brand img{width:119px;height:auto;display:block}.hero-copy__pagination{display:inline-flex;align-items:center;gap:4px}.hero-copy__pagination-item{width:16px;height:4px;border-radius:999px;background:#ffffff52}.hero-copy__pagination-item--active{width:40px;background:#fff}@media (max-width: 1180px){.login-card{min-height:auto;grid-template-columns:1fr}.login-card__surface--form{min-height:auto;order:2;gap:28px;padding:36px 32px 28px}.login-card__surface--hero{min-height:640px;order:1}.hero-visual--primary{top:36px;left:28px;right:0;width:calc(100% - 28px);height:430px}.hero-visual--overlay{top:300px;left:72px;width:min(430px,calc(100% - 144px));height:232px}.hero-copy{left:28px;right:28px;bottom:28px;align-items:flex-start;flex-direction:column;gap:18px}.hero-copy__content,.hero-copy__block{max-width:420px}.hero-copy__content{gap:24px}}@media (max-width: 760px){.page-shell{padding:12px}.login-card{border-radius:22px}.login-card__surface--form{min-height:auto;padding:28px 20px 20px}.brand-mark{justify-self:center}.brand-mark__full{width:min(220px,100%)}.login-card__content{padding:16px 0 8px}.login-content{width:100%}.login-copy h1{font-size:28px}.signin-form__meta{flex-direction:column;align-items:flex-start}.footer-links{gap:14px 20px}.login-card__surface--hero{min-height:420px}.hero-visual{border-radius:18px}.hero-visual--primary{top:20px;left:20px;right:0;width:calc(100% - 20px);height:250px}.hero-visual--overlay{top:200px;left:40px;width:calc(100% - 80px);height:146px}.login-content{width:100%;margin:0}.signin-form__meta{align-items:flex-start;flex-direction:column}.footer-links{gap:18px;padding-top:32px}.login-card__surface--hero{min-height:520px}.hero-visual--primary{top:28px;left:20px;right:0;width:calc(100% - 20px);height:250px}.hero-visual--overlay{top:178px;left:34px;width:calc(100% - 68px);height:150px}.hero-copy{left:20px;right:20px;bottom:20px;gap:14px}.hero-copy__content{gap:18px}.hero-copy__eyebrow{font-size:17px}.hero-copy__body{font-size:12px}.hero-brand img{width:104px}}
