/* Scoped to the existing login form: authenticated project screens are unaffected. */
.owley-login.login-form{box-sizing:border-box;isolation:isolate;color:#f4f6f4;font-family:Inter,Arial,Helvetica,sans-serif;min-height:100svh;height:auto;width:100%;margin:0;padding:28px clamp(28px,5vw,88px) 24px;display:grid;grid-template-columns:minmax(0,1fr) 392px;grid-template-rows:100px 1fr auto;column-gap:clamp(32px,6vw,108px);row-gap:30px;align-items:center;background:linear-gradient(90deg,rgba(5,19,28,.42),rgba(5,19,28,.04) 58%,rgba(5,19,28,.25)),linear-gradient(0deg,rgba(3,13,21,.8),transparent 60%),url('assets/landscape.webp') center 58%/cover fixed,#10222e}
.owley-login *{box-sizing:border-box}.owley-login :focus-visible{outline:3px solid #80c6bb!important;outline-offset:4px}.owley-login .owley-welcome-header{grid-area:1/1/2/3;display:flex;justify-content:space-between;align-items:center;width:100%;background:none;padding:0;height:auto;border:0;box-shadow:none}.owley-welcome-header img{width:110px;height:100px;object-fit:contain}.owley-welcome-header>span{font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:#d8e5e9}.owley-welcome-story{grid-area:2/1/3/2;align-self:end;padding-bottom:45px;max-width:650px}.owley-eyebrow{display:flex;align-items:center;gap:10px;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#c6d9df}.owley-eyebrow:before{content:'';height:1px;width:28px;background:#b1d5d0}.owley-welcome-story h1{color:#f4f6f4;font-size:clamp(34px,4.2vw,66px);line-height:1.08;letter-spacing:-.045em;font-weight:500;margin:23px 0}.owley-welcome-story h1 span{color:#aecfcd}.owley-welcome-story>p{max-width:360px;font-size:15px;line-height:1.8;color:#c3d1d7;margin:0}.owley-features{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:31px;color:#d0dde0;font-size:10px;letter-spacing:.08em}.owley-features i{height:3px;width:3px;background:#a8c7c5;border-radius:50%}
.owley-login.login-form .login-form-wrapper{grid-area:2/2/3/3;display:block;align-self:center;width:100%;max-width:none;margin:0 0 24px;background:#f8faf8;color:#172d36;border:1px solid #ffffffb0;box-shadow:0 28px 90px #0005;border-radius:19px;padding:36px}.owley-login .login-form-wrapper>.logo{display:none}.owley-panel-tag{font-size:10px;color:#58716f;letter-spacing:.14em;text-transform:uppercase;font-weight:700}.owley-login .login-form-wrapper .welcome{color:#172d36;font-size:29px;font-weight:500;letter-spacing:-.035em;margin:14px 0 8px;line-height:1.25}.owley-login .login-form-wrapper .welcome-text{font-size:13px;line-height:1.65;color:#6c7c81;margin:0 0 28px;padding:0}.owley-login .login-form-wrapper .p-field{margin:0 0 20px}.owley-login .login-form-wrapper label{display:block;font-size:12px;font-weight:600;margin-bottom:9px;color:#172d36;padding:0}.owley-login .login-form-wrapper input{font-family:inherit;color-scheme:light;border:1px solid #d8e0df;border-radius:8px;background:#fff;color:#163039;height:48px;width:100%;padding:0 13px;font-size:14px;box-shadow:none}.owley-login .login-form-wrapper input:focus{border-color:#397d71}.owley-login input::placeholder{color:#829093}.owley-login .owley-password-field{position:relative}.owley-login .owley-password-field input{padding-right:65px}.owley-login .login-form-wrapper button.owley-reveal{position:absolute;right:6px;bottom:5px;width:auto;height:38px;padding:0 9px;border:0;background:transparent;color:#52716c;font-size:11px;font-weight:600;border-radius:5px;cursor:pointer}.owley-login-help{margin:-5px 0 26px;font-size:11px;color:#52716c}.owley-login-help summary{text-align:right;cursor:pointer;list-style:none;padding:4px 0}.owley-login-help summary::-webkit-details-marker{display:none}.owley-login-help p{font-size:12px;line-height:1.6;background:#edf3ef;border-radius:8px;padding:12px;margin:8px 0 0}.owley-login .login-form-wrapper button[type=submit]{width:100%;height:49px;display:flex;align-items:center;justify-content:center;gap:15px;border:0;border-radius:8px;background:#174e46;color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 4px 9px #174e461a}.owley-login button[type=submit] .p-button-label{flex:0 1 auto}.owley-login .login-form-wrapper button[type=submit]:hover{background:#21675b}.owley-login .login-form-wrapper button[type=submit]:disabled{opacity:.6;cursor:wait}.owley-panel-foot{padding-top:23px;margin:25px 0 0;border-top:1px solid #dfe6e2;font-size:11px;line-height:1.7;color:#62787d;text-align:center}.owley-login .owley-welcome-footer{grid-area:3/1/4/3;border-top:1px solid #ffffff24;padding:17px 0 0;margin:0;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:10px;letter-spacing:.04em;color:#afc0c9;background:none}
@media(min-width:1400px){.owley-login.login-form{grid-template-columns:minmax(0,1fr) 422px}.owley-login.login-form .login-form-wrapper{padding:43px}}
@media(max-width:760px){.owley-login.login-form{background-position:40% center;padding:14px 22px 20px;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;row-gap:27px}.owley-login .owley-welcome-header{grid-area:1/1/2/2}.owley-welcome-header img{width:85px;height:80px}.owley-welcome-story{grid-area:2/1/3/2;padding:0;max-width:480px}.owley-welcome-story h1{font-size:36px;margin:17px 0}.owley-welcome-story>p{font-size:13px}.owley-features{display:none}.owley-login.login-form .login-form-wrapper{grid-area:3/1/4/2;padding:27px;max-width:440px;width:100%;justify-self:center;margin:0}.owley-login .login-form-wrapper .welcome{font-size:27px}.owley-login .login-form-wrapper .welcome-text{margin-bottom:23px}.owley-eyebrow{font-size:9px}.owley-panel-foot{margin-top:19px;padding-top:16px}.owley-login .owley-welcome-footer{grid-area:4/1/5/2;font-size:9px}}
@media(prefers-reduced-motion:reduce){.owley-login *{transition:none!important}}
.owley-login button[type=submit] .p-button-icon-right{order:2;margin:0}
@media(min-width:761px) and (max-height:820px){.owley-login.login-form{padding-top:18px;padding-bottom:18px;grid-template-rows:80px 1fr auto;row-gap:20px}.owley-welcome-header img{width:90px;height:80px}.owley-login.login-form .login-form-wrapper{padding:28px;margin-bottom:0}.owley-welcome-story{padding-bottom:25px}}

/* The existing access-check loader shares the welcome landscape immediately,
   including before the presentation decorator has run. */
.app-loading{box-sizing:border-box;min-height:100svh;height:auto;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;padding:40px 24px;text-align:center;color:#f4f6f4;font-family:Inter,Arial,Helvetica,sans-serif;background:linear-gradient(0deg,rgba(3,13,21,.72),rgba(5,19,28,.24)),url('assets/landscape.webp') center 58%/cover,#10222e}
.app-loading>img{content:url('assets/owley-white.webp');width:128px;height:116px;object-fit:contain;margin:0 0 8px;order:0}
.app-loading .owley-loading-copy{order:1;max-width:560px}
.app-loading .owley-loading-copy h1{font-size:clamp(24px,3vw,36px);font-weight:500;line-height:1.25;letter-spacing:-.035em;color:#f4f6f4;margin:0 0 14px}
.app-loading .owley-loading-copy p{font-size:12px;line-height:1.7;letter-spacing:.06em;color:#c3d1d7;margin:0}
.app-loading .p-progress-spinner{order:2;width:30px;height:30px;margin:6px 0 0}
.app-loading .p-progress-spinner-circle{stroke:#aecfcd!important;animation:none;stroke-dasharray:70 200;stroke-dashoffset:0}
@media(prefers-reduced-motion:reduce){.app-loading .p-progress-spinner-svg{animation:none}}
