.production .demo-bar{display:none}
.production .app-shell{height:100dvh}
.login-page{min-height:100dvh;display:grid;place-items:center;padding:32px 24px;background:#f5f7f6}
.login-form{width:100%;max-width:360px;display:grid;gap:22px}
.login-form>img{width:220px;max-width:100%;background:#1c2926;padding:20px;margin-bottom:14px}
.login-form h1{font-size:26px}
.login-form input{width:100%;font-size:16px;min-height:46px}
.login-form button{min-height:46px;font-size:14px}
#login-error{color:#a63f3f;font-size:13px;overflow-wrap:anywhere}
.production .profile-copy small{overflow-wrap:anywhere}
.mail-envelope{display:grid;gap:3px;margin:8px 0;overflow-wrap:anywhere;min-width:0}
.mail-envelope strong{font-size:13px}
.mail-attachments{display:flex;flex-wrap:wrap;gap:8px 14px;margin:8px 0;overflow-wrap:anywhere;font-size:12px}
.mail-attachments>span,.mail-attachments>a{display:inline-flex;align-items:center;gap:5px;max-width:100%}
.mail-attachments svg{width:14px;height:14px}
.mailbox-row>span{min-width:0;overflow-wrap:anywhere}
