/* Standalone authentication surface; signed-in workspace styles are unchanged. */
body.auth-screen,body.auth-pending{background:#f5f6f8}
body.auth-screen .workspace-sidebar,body.auth-screen .sidebar-backdrop,body.auth-screen .global-header,body.auth-screen .page-footer,body.auth-pending .workspace-sidebar,body.auth-pending .sidebar-backdrop,body.auth-pending .global-header,body.auth-pending .page-footer{display:none!important}
body.auth-screen .app-shell,body.auth-pending .app-shell{display:block!important;position:relative;margin:0!important;padding:0!important;width:100%!important;max-width:none;min-height:100dvh}
body.auth-screen .workspace-scroll,body.auth-pending .workspace-scroll{height:100dvh;max-height:none;overflow-x:hidden;overflow-y:auto;padding:0!important}
body.auth-screen #main,body.auth-pending #main{display:block!important;width:100%;max-width:none;margin:0;padding:0!important}
body.auth-pending #main{visibility:hidden}
body.auth-screen .auth-design{width:100%;max-width:none;display:grid;grid-template-columns:minmax(0,420px);justify-content:center;align-content:center;gap:0;min-height:100dvh;box-sizing:border-box;margin:0;padding:40px 24px}
body.auth-screen .auth-form{width:100%;box-sizing:border-box;padding:36px 38px 28px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 12px 40px #18223808;align-self:auto}
body.auth-screen .auth-brand{display:flex;align-items:center;gap:11px;margin-bottom:32px;color:#24272e;font-size:17px;font-weight:650;letter-spacing:.02em}
body.auth-screen .auth-brand .brand-mark{flex:0 0 32px;width:32px;height:32px;border-radius:8px;box-shadow:none;background-size:contain}
body.auth-screen .auth-form h1{margin:0 0 10px;font-size:28px;line-height:1.3;letter-spacing:-.02em;font-weight:650;color:#20242b}
body.auth-screen .auth-form>p{margin:0 0 27px;font-size:14px;line-height:1.6;color:#747b87}
body.auth-screen .auth-form .field-label{display:flex;flex-direction:column;gap:9px;margin:0 0 20px;color:#414854;font-size:13px;font-weight:500;line-height:1.4}
body.auth-screen .auth-form input{width:100%;height:46px;box-sizing:border-box;margin:0;padding:0 13px;border:1px solid #dfe3e9;border-radius:9px;background:#fff;box-shadow:none;color:#20242b;font-family:inherit;font-weight:400;font-size:15px;line-height:1.4;outline:none}
body.auth-screen .auth-form input::placeholder{color:#a1a7b1;font-size:14px}
body.auth-screen .auth-form input:focus{border-color:#637d9b;box-shadow:0 0 0 3px #637d9b16}
body.auth-screen .auth-form>.primary{display:flex;align-items:center;justify-content:center;width:100%;height:46px;box-sizing:border-box;margin:6px 0 0;border:1px solid #252a32;border-radius:9px;background:#252a32;box-shadow:none;color:#fff;font-size:14px;font-weight:550;cursor:pointer}
body.auth-screen .auth-form>.primary:hover{background:#363d47;border-color:#363d47}
body.auth-screen .auth-form>.primary:disabled{opacity:.6;cursor:wait}
body.auth-screen .auth-alternative{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:23px;font-size:13px;color:#888e99;line-height:1.5}
body.auth-screen .auth-alternative a{display:inline;padding:0;border:0;border-radius:0;background:none;box-shadow:none;color:#536b88;font-size:13px;font-weight:500;text-decoration:none}
body.auth-screen .auth-alternative a:hover{text-decoration:underline}
body.auth-screen .auth-form>p.auth-error{margin:-5px 0 16px;color:#b43c3c;font-size:13px}
@media(max-width:480px){body.auth-screen .auth-design{padding:24px 18px}body.auth-screen .auth-form{padding:30px 26px 25px;border-radius:16px}body.auth-screen .auth-form h1{font-size:26px}}
@media(max-height:700px){body.auth-screen .auth-design{align-content:start;padding-top:24px;padding-bottom:24px}body.auth-screen .auth-brand{margin-bottom:24px}}

body.auth-screen .auth-logo{display:block;width:32px;height:32px;flex:0 0 32px}
