.marketplace-auth-card h1 { max-width: 100%; font-size: clamp(2rem, 6vw, 3.6rem); line-height: 1.05; overflow-wrap: anywhere; }
.marketplace-auth-card .marketplace-login-form { min-width: 0; }
.marketplace-auth-card .marketplace-login-form input { min-width: 0; box-sizing: border-box; }
.marketplace-auth-card .marketplace-auth-help { font-size: .8rem; }
.marketplace-auth-card a:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
.marketplace-auth-card p { overflow-wrap: anywhere; }
.marketplace-auth-card .marketplace-remember-device { display: grid; grid-template-columns: 20px minmax(0,1fr); align-items: start; gap: 10px; margin: 6px 0 4px; font-size: .88rem; line-height: 1.45; cursor: pointer; }
.marketplace-auth-card .marketplace-remember-device input { width: 18px; min-height: 18px; height: 18px; margin: 1px 0 0; padding: 0; accent-color: #f26522; }
